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
Refactor Parquet reader #12046
Refactor Parquet reader #12046
Changes from 171 commits
c2e8e87
f330431
eadfd63
c4de038
222c9fe
f49cfed
dd39804
81bc68f
f8126be
0e7692c
9f9eeb0
9b3ea62
d2e409a
ed41ac1
be782f2
7908b66
a7175c8
63a7bd6
16c12d9
cd85385
5944beb
7cfa72a
4696bd3
99dc786
ad9c399
ecf225d
583a7ef
b250d6f
e7a9e3e
811354a
12ba72e
45668ff
1bb8254
b1c44dd
56715ef
a7e7e93
8fe87b1
464f4f9
56756d6
3044ac5
ffb8a19
baf3603
8bdab44
ec4abfb
cb1dea4
a8dfd82
7889e5a
63a6511
c1269d1
95e6c1d
bd7b510
eb78526
66aeaf4
1d700e3
4af948b
28cfc6f
8135ed5
fbeabfc
df074e0
5653090
3071fd7
631eff1
d1b4e4c
3f2f8a4
974e7ef
0be096b
f7018fe
81097eb
fcffac8
43dd802
eeec023
14dfd3f
66e9f09
669b8cf
001c6c7
f50603a
66976aa
0b0040a
467de78
d68bf80
1888aa3
5861747
721c052
7cda8c2
6bc073d
2aef5cc
89ca1a6
5245b9b
62283c7
44424a2
95df356
445db9b
db56908
ef5eaee
d19260d
6569d62
0a1e2c3
04e1320
395413d
e3e19e8
52339da
f7e8694
83fa31a
02ccdec
ee0ffad
09a89e4
034a5b7
c149d64
9335bb7
3769fff
dc9ef5c
0366b7a
ea2fe9c
1804056
5671c36
3d6e13b
826c46f
36c1972
d32c602
88ca034
d76ee06
cf7b786
b806323
0c2178d
f759103
c2bf7f5
e7e74c5
ee9edbc
6fd3e90
9dda980
bb35f9f
59166cf
eb6e996
1c56794
4777419
aedc37a
c00eb3c
4d24f88
b15bb39
7e38a56
321815d
8cf95e8
af35c4d
e31a767
a232241
c3d0097
e7808f9
9da46c7
c77893e
f63b0b5
78cd349
fd4df91
8198ce8
2cc8235
aa47f23
f560ab7
e7f80ec
1c0308a
c791faa
1503674
5440662
78e3f10
cbdaf52
c35aebe
aa64f81
a4547bf
e85b1da
2a37e5c
453a1b7
bdb15be
dcdeee8
72c888f
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.
These variables are used to store temporary data in the old
read()
function.