forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: * [`cfcd8254`](cockroachdb/pebble@cfcd8254) sstable: handle synthetic prefix when checking bloom filter * [`e1958628`](cockroachdb/pebble@e1958628) metamorphic: fix derived db ID * [`6195a2cb`](cockroachdb/pebble@6195a2cb) *: allow compression type to be inferred from initial stats load * [`30d2cf60`](cockroachdb/pebble@30d2cf60) *: add metric for sstable compression types * [`2ac449bb`](cockroachdb/pebble@2ac449bb) manifest: minor cleanup * [`89116b3b`](cockroachdb/pebble@89116b3b) base: add Split.Prefix helper * [`255087f9`](cockroachdb/pebble@255087f9) db: avoid loading later files for a level in SeekPrefixGE * [`18bbac53`](cockroachdb/pebble@18bbac53) keyspanimpl: use base.Equal in MergingIter * [`c1cfad1d`](cockroachdb/pebble@c1cfad1d) objstorage,sstable: add read-before for reader creation and iter index/filter blocks * [`864cb266`](cockroachdb/pebble@864cb266) tool: add more summaries to manifest summarize * [`5e941d80`](cockroachdb/pebble@5e941d80) metamorphic: fix WAL failover config generation Release note: none. Epic: none.
- Loading branch information
1 parent
8156d09
commit 9313716
Showing
4 changed files
with
10 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 |
---|---|---|
|
@@ -1673,10 +1673,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "04be02ee00e515cdd8086f3916fc1f8729f5bacc6e0c9f11f9dc2b2f0ad14e65", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240514163722-5597cf1ed079", | ||
sha256 = "047f8f723471bcabdec8027f5f119aa688661059ac352364a6988962755f327d", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20240522034855-cfcd825468b5", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240514163722-5597cf1ed079.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20240522034855-cfcd825468b5.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