-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstable: make CopySpan() support columnar blocks
Previously, sstable.CopySpan() was heavily coupled to the internals of a RawRowWriter. This change updates CopySpan and the RawWriter interface to work in a more implementation-agnostic way, so that the columnar writer can also be used with the downloader. Fixes #4010.
- Loading branch information
1 parent
453b46c
commit 2b3795c
Showing
9 changed files
with
516 additions
and
78 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
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
Oops, something went wrong.