-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-6760] Add SelfDescribingInputFormatInterface for hive FileInput… #9554
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
base: master
Are you sure you want to change the base?
Conversation
|
@Zouxxyy Can you elaborate a little more what the purpose of this change? Does it has risk of breaking the compatibility for low version Hive? |
See updated Change Logs.
This interface ( |
|
@xushiyan @bvaradar Can someone help to understand why |
|
here is the error in integration-tests, don't know much about the env of integration testing, can anyone help~ |
|
You can take a look at the readme: https://github.com/apache/hudi/tree/master/hudi-integ-test |
|
@Zouxxyy you need to run the exact same commands as shown in the logs in the docker environment to debug the failed integration. It looks like the HiveSyncTool spark job fails due to class not found. Likely the new class, Also wondering, how does |
I think this dependency is already the case? |
|
@Zouxxyy have you figured out why integration tests failed in the GH actions? |
|
@Zouxxyy : Can you rebase and resolve the merge conflict ? We can take a look at the test failure after that |
|
Fixed conflicts and rebased. Made minor changes to align with latest code. |
|
@bvaradar Sorry for delay, thanks for your help, It seems that the CI is not stable. |
|
Rerunning failed jobs |

…Format
Change Logs
Currently, After doing schema evalution using spark-sql, query using hive will fail
The root cause is that
FileInputFormatdoes not implementSelfDescribingInputFormatInterface, seeImpact
After doing schema evalution using spark-sql, query using hive will success
Risk level (write none, low medium or high below)
none
Documentation Update
none
Contributor's checklist