Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: bump Pebble to 5627dafd7951 #128839

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

itsbilal
Copy link
Contributor

Changes:

  • 5627dafd db: fix compaction bounds expansion to avoid empty key comparisons
  • 9a4f0c8c sstable: fix value block closure allocation
  • 791b3749 colblk: add PrefixBytesIter for stateful key synthesis
  • 3419a647 colblk: add UnsafeIntegerSlice microbenchmark
  • f1d8c9a0 db: export MakeTrailer
  • ba34632e colblk: add PrefixBytes.SetNextAt
  • 64a28005 colblk: inline SharedPrefix in PrefixBytes.AppendAt
  • aacee0a0 colblk: use pointer receiver for RawBytes, PrefixBytes
  • daeeafe0 colblk: add PrefixBytes.AppendAt
  • 65445b8a rowblk: add cockroach microbenchmarks
  • cda4471a colblk: fix UintBuilder's construction of constant column with default
  • 2e4bf3a6 devtools: use separate module for dev tool dependencies
  • 62cd2a25 sstable: extract formatWriterMetadata test helper

Release note: none.
Epic: none.

Changes:

 * [`5627dafd`](cockroachdb/pebble@5627dafd) db: fix compaction bounds expansion to avoid empty key comparisons
 * [`9a4f0c8c`](cockroachdb/pebble@9a4f0c8c) sstable: fix value block closure allocation
 * [`791b3749`](cockroachdb/pebble@791b3749) colblk: add PrefixBytesIter for stateful key synthesis
 * [`3419a647`](cockroachdb/pebble@3419a647) colblk: add UnsafeIntegerSlice microbenchmark
 * [`f1d8c9a0`](cockroachdb/pebble@f1d8c9a0) db: export MakeTrailer
 * [`ba34632e`](cockroachdb/pebble@ba34632e) colblk: add PrefixBytes.SetNextAt
 * [`64a28005`](cockroachdb/pebble@64a28005) colblk: inline SharedPrefix in PrefixBytes.AppendAt
 * [`aacee0a0`](cockroachdb/pebble@aacee0a0) colblk: use pointer receiver for RawBytes, PrefixBytes
 * [`daeeafe0`](cockroachdb/pebble@daeeafe0) colblk: add PrefixBytes.AppendAt
 * [`65445b8a`](cockroachdb/pebble@65445b8a) rowblk: add cockroach microbenchmarks
 * [`cda4471a`](cockroachdb/pebble@cda4471a) colblk: fix UintBuilder's construction of constant column with default
 * [`2e4bf3a6`](cockroachdb/pebble@2e4bf3a6) devtools: use separate module for dev tool dependencies
 * [`62cd2a25`](cockroachdb/pebble@62cd2a25) sstable: extract formatWriterMetadata test helper

Release note: none.
Epic: none.
@itsbilal itsbilal requested review from jbowens and a team August 12, 2024 19:01
@itsbilal itsbilal requested a review from a team as a code owner August 12, 2024 19:01
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@itsbilal
Copy link
Contributor Author

TFTR!

bors r=jbowens

@craig craig bot merged commit 5e6a854 into cockroachdb:master Aug 12, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants