-
Notifications
You must be signed in to change notification settings - Fork 205
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
feat: write hybrid storage format #185
Merged
Merged
Conversation
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
jiacai2050
force-pushed
the
feat-hybrid-format
branch
from
August 15, 2022 06:26
a6449be
to
74a927e
Compare
jiacai2050
changed the title
feat: add hybrid storage format convert
feat: write hybrid storage format
Aug 16, 2022
jiacai2050
force-pushed
the
feat-hybrid-format
branch
2 times, most recently
from
August 16, 2022 04:03
d21da8b
to
8df7357
Compare
waynexia
reviewed
Aug 16, 2022
chunshao90
reviewed
Aug 16, 2022
Closed
jiacai2050
force-pushed
the
feat-hybrid-format
branch
3 times, most recently
from
August 18, 2022 09:09
365dd17
to
97fa3e2
Compare
waynexia
reviewed
Aug 18, 2022
ShiKaiWi
reviewed
Aug 18, 2022
ShiKaiWi
reviewed
Aug 18, 2022
waynexia
reviewed
Aug 18, 2022
ShiKaiWi
reviewed
Aug 18, 2022
jiacai2050
force-pushed
the
feat-hybrid-format
branch
2 times, most recently
from
August 18, 2022 15:09
879495d
to
93cfa2d
Compare
jiacai2050
force-pushed
the
feat-hybrid-format
branch
from
August 19, 2022 06:43
c5b389b
to
7684953
Compare
waynexia
approved these changes
Aug 19, 2022
🎉🎉 |
chunshao90
pushed a commit
to chunshao90/ceresdb
that referenced
this pull request
May 15, 2023
* add convert_to_hybrid * add parquet encoder to keep schema consistent between writer and record * use buffer to build list array * fields support all primitive array * support bitmap * check tsid in try_new * fix CR, add more docs * fix clippy * rename field column to non key column * fix clippy * fix wrong data type size * fix reviews * fix naming convertion, add is_collapsible_column method * fix clippy * null bimap init to 1 to avoid unnecessory operation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
part of #77
Rationale for this change
See issue above
What changes are included in this PR?
stroage_format
, read from env nowAre there any user-facing changes?
How does this change test
Unit tests