-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132552: go.mod: bump Pebble to 8079611f00bc r=aadityasondhi a=jbowens Changes: * [`8079611f`](cockroachdb/pebble@8079611f) sstable: fix colblk copyDataBlocks off-by-one * [`4b36ca34`](cockroachdb/pebble@4b36ca34) db: set FormatNewest to FormatColumnarBlocks * [`b57c91c4`](cockroachdb/pebble@b57c91c4) db: add FormatColumnarBlocks * [`52888b40`](cockroachdb/pebble@52888b40) db: add TestIteratorSeekPrefixGERandomized * [`df9d97d3`](cockroachdb/pebble@df9d97d3) colblk: fix PrefixBytesBuilder.UnsafeGet * [`af5365b6`](cockroachdb/pebble@af5365b6) sstable: use specific block reading methods in Describe * [`2b3795cd`](cockroachdb/pebble@2b3795cd) sstable: make CopySpan() support columnar blocks * [`453b46ca`](cockroachdb/pebble@453b46ca) sstable: remove describe-binary * [`80619174`](cockroachdb/pebble@80619174) sstable: cleanup readBlock usage * [`0ac9ddc9`](cockroachdb/pebble@0ac9ddc9) crdbtest: move cockroach colblk.KeySchema * [`79c9cbfc`](cockroachdb/pebble@79c9cbfc) db: use EncodeSpan in TestCheckLevelsCornerCases * [`4b62ea08`](cockroachdb/pebble@4b62ea08) colblk: more reader->decoder renames * [`0501caf7`](cockroachdb/pebble@0501caf7) db: consolidate datadriven DB opts parsing; fix block-size bug * [`fb2c2ff4`](cockroachdb/pebble@fb2c2ff4) colblk: use uint32 in bundleCalc Release note: none. Epic: none. Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1848,10 +1848,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "5eb8f4505cad0dc2c6d03e1cc70481f37ffdeaa6dc8d9ab95f1d3d6a4f9043ae", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20241010181228-999b65aeb052", | ||
sha256 = "94bed05f2ccb2ca982ffe0d5ec4f708f6581ccb7cb7d58334896ee1ce660b040", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20241013170524-8079611f00bc", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20241010181228-999b65aeb052.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20241013170524-8079611f00bc.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters