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

ARROW-16782: [Format] Add REE definitions to FlatBuffers #14176

Merged
merged 28 commits into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1a6510c
current state of RLE doc
zagto Jun 7, 2022
d05c1ae
formatting
zagto Jun 7, 2022
2a458b9
minor fixes
zagto Jun 7, 2022
d07cda1
replace copy-paste mistake with actual rle description
zagto Jun 16, 2022
29ff930
small fixes from PR comments
zagto Jun 16, 2022
095e742
hold -> held
zagto Jun 16, 2022
386a23b
Apply suggestions from code review
zagto Jun 27, 2022
fb10883
make rle parent length the logical length
zagto Jun 27, 2022
5225b2a
update columnar format doc
zagto Aug 25, 2022
bae0488
Update docs/source/format/Columnar.rst
zagto Sep 20, 2022
89d1ea1
Update docs/source/format/Columnar.rst
zagto Sep 20, 2022
abdb295
Columnar doc: mention different bit-widths
zagto Nov 29, 2022
a6f991e
add rle type to Schema.fbs
zagto Sep 20, 2022
5d7d708
re-generate generated C++ files from flatbuffers
zagto Sep 20, 2022
41452a6
rename to RunEndEncoded
zeroshade Dec 19, 2022
cc93a13
add generated Go code for updated fbs
zeroshade Dec 19, 2022
f3f8ca9
rename Run-Length to Run-End encoded
zeroshade Jan 3, 2023
2b0055e
Update docs/source/format/Columnar.rst
zeroshade Jan 5, 2023
32fdb20
update with standard names, and fixing changes lost in rebase.
zeroshade Jan 5, 2023
5f4ebc0
Apply suggestions from code review
zeroshade Jan 9, 2023
37b7c0e
updates from review feedback
zeroshade Jan 9, 2023
a6000a0
add dict and REE to list of layouts
zeroshade Jan 9, 2023
3281688
add reasoning for two child arrays instead of a run ends buffer.
zeroshade Jan 9, 2023
2737230
Update docs/source/format/Columnar.rst
zeroshade Jan 10, 2023
4d5c3d7
Update Columnar.rst
zeroshade Jan 10, 2023
db2381e
bump official Format version
zeroshade Jan 11, 2023
0a2874b
update generated flatbuffers to pick up new comments
zeroshade Jan 11, 2023
856b290
remove "No Format Release" comments
zeroshade Jan 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions cpp/src/generated/File_generated.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions cpp/src/generated/Message_generated.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading