-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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](hive)fix hive catalog can't read acid table when quety rowid column. #46130
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 |
TPC-H: Total hot run time: 32463 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 196545 ms
|
ClickBench: Total hot run time: 31.14 s
|
This pull request primarily focuses on enhancing the Key changes include: Enhancements to
|
run buildall |
1 similar comment
run buildall |
TPC-H: Total hot run time: 32847 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 197678 ms
|
ClickBench: Total hot run time: 31.46 s
|
de08108
to
e4da2c0
Compare
run buildall |
TPC-H: Total hot run time: 32371 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 196559 ms
|
ClickBench: Total hot run time: 31.48 s
|
run buildall |
TPC-H: Total hot run time: 32433 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 196009 ms
|
ClickBench: Total hot run time: 30.78 s
|
What problem does this PR solve?
Problem Summary:
fix case :
The reason is that the hive transaction table will add columns to the orc file to implement the delete & acid operation. The corresponding data in the column is stored in the
row
struct. The file structure here is as follows:Release note
Fixed the issue where an error would occur when reading Hive transaction tables with
rowid, bucket, originalTransaction
columnsCheck List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)