-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[fix](parquet)Fix data column and null map column not equal when reading Parquet complex type cross-page data #47734
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
d2820a8
to
be21e62
Compare
run buildall |
be21e62
to
080a260
Compare
run buildall |
TPC-H: Total hot run time: 31270 ms
|
TPC-DS: Total hot run time: 188662 ms
|
ClickBench: Total hot run time: 30.63 s
|
TeamCity be ut coverage result: |
080a260
to
bdda3ee
Compare
Possible file(s) that should be tracked in LFS detected: 🚨The following file(s) exceeds the file size limit:
Consider using |
1 similar comment
Possible file(s) that should be tracked in LFS detected: 🚨The following file(s) exceeds the file size limit:
Consider using |
357f163
to
90d6a7f
Compare
run buildall |
TPC-H: Total hot run time: 31402 ms
|
TPC-DS: Total hot run time: 183034 ms
|
ClickBench: Total hot run time: 30.64 s
|
TeamCity be ut coverage result: |
…ing Parquet complex type cross-page data
90d6a7f
to
30a118a
Compare
run buildall |
TPC-H: Total hot run time: 31556 ms
|
TPC-DS: Total hot run time: 183248 ms
|
ClickBench: Total hot run time: 30.88 s
|
TeamCity be ut coverage result: |
What problem does this PR solve?
Related PR: #23277
Problem Summary:
Previously, you may encounter this error when reading parquet complex types. This PR is mainly to fix this problem.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)