-
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
branch-2.1: [fix](hudi) upgrade hudi to 0.15.0 (#44267)(#44995) #45041
branch-2.1: [fix](hudi) upgrade hudi to 0.15.0 (#44267)(#44995) #45041
Conversation
1. upgrade hudi to 0.15.0. 2. impl new hudi jni reader based on hudi-hadoop-mr 3. add session variable `hudi_jni_scanner` to choose which hudi jni reader to use, "hadoop" means HadoopHudiJniReader, "spark" means old HudiJniReader, default value is "hadoop" 4. support session variable `force_jni_scanner` for hudi 5. add more cases for hudi p2 [opt](hudi) upgrade hudi to 0.15 and support hadoop jni reader
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TeamCity be ut coverage result: |
run buildall |
…apache#44995) ### What problem does this PR solve? Problem Summary: When reading the hudi ro table, it will be pushed back from jni to the native reader. However, this process will default the file format to parquet, and does not consider the situation that the hudi table is stored in orc format. 1. support reading hudi read optimized table with orc format 2. fix explain results of hudiScanNode when force_jni_reader=true 3. add cases about timestamp with different timezones
run buildall |
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
hudi_jni_scanner
to choose which hudi jni reader to use, "hadoop" means HadoopHudiJniReader, "spark" means old HudiJniReader, default value is "hadoop"force_jni_scanner
for hudispecially for 2.1
not compile HadoopHudiJniReader and set session variable
hudi_jni_scanner
default as "spark"cherry-pick pr: #44267 #44995
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)