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.
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
Add support for list type in ORC writer #8723
Add support for list type in ORC writer #8723
Changes from all commits
1bf7e93
ed5c971
c526d1a
6032dfc
ca6c03c
e5b25b4
830f445
afed17b
838199f
32b94b0
938bd2a
98d6cb1
14e5566
31ea8e0
6813822
90e0094
a7d7f43
7a722d5
e6e6a6d
da9b9d5
c6c1a84
21c256d
9f2a604
3edc675
d325b2c
1c0c66e
dd96056
c07ddc0
c7bd5b9
05c5120
ce7e2d7
1e021b9
1718de9
502c703
6aff602
1b93b34
45d1e70
7594858
3189b89
4753e2c
8070577
b5e4758
ed09f3c
ee28f69
4992709
1e5369e
b1ebf99
b2ba442
097b8d6
52b456b
54f43b1
d6518d8
8b64446
bad7557
3d63e7f
1b9ee47
3a35d01
f07a0e0
73fc43c
70dbd6a
76b6c94
d06ade9
d15198e
9f9a765
4b06752
c1eff06
42856b2
71cdeb8
dc29389
dc1af0c
091d5d4
83d680e
573c416
f052855
7e0121b
ad6fea8
1b946b8
fe5baac
12671f9
7faaf75
26295d0
470cd4e
7c319fb
7855372
a5d16f1
bb69c90
42bcd75
8ecc7a9
bc0cce7
b3d47d4
a48df92
ecd8d22
0c308aa
31485b9
6140691
9589cf5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used for some intermediate results when the string dictionaries are built.
I don't know all details (yet), definitely need to dig into this part, add comments, and improve naming (e.g. multiple things are called "dict index").