Uh oh!
There was an error while loading. Please reload this page.
[HUDI-6760] Add SelfDescribingInputFormatInterface for hive FileInput… - #9554
[HUDI-6760] Add SelfDescribingInputFormatInterface for hive FileInput…#9554Zouxxyy wants to merge 1 commit into
Conversation
danny0405
commented
Aug 28, 2023
@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? |
Uh oh!
There was an error while loading. Please reload this page.
Zouxxyy
commented
Aug 28, 2023
See updated Change Logs.
This interface ( |
Uh oh!
There was an error while loading. Please reload this page.
@xushiyan@bvaradar Can someone help to understand why |
Zouxxyy
commented
Sep 9, 2023
here is the error in integration-tests, don't know much about the env of integration testing, can anyone help~ |
danny0405
commented
Sep 10, 2023
You can take a look at the readme: https://github.com/apache/hudi/tree/master/hudi-integ-test |
yihua
commented
Sep 14, 2023
@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 |
yihua
commented
Sep 14, 2023
I think this dependency is already the case? |
Zouxxyy
commented
Sep 15, 2023
yihua
commented
Sep 22, 2023
@Zouxxyy have you figured out why integration tests failed in the GH actions? |
bvaradar
commented
Dec 15, 2023
@Zouxxyy : Can you rebase and resolve the merge conflict ? We can take a look at the test failure after that |
bvaradar
commented
Dec 20, 2023
Fixed conflicts and rebased. Made minor changes to align with latest code. |
hudi-bot
commented
Dec 21, 2023
Zouxxyy
commented
Dec 21, 2023
@bvaradar Sorry for delay, thanks for your help, It seems that the CI is not stable. |
bvaradar
commented
Jan 10, 2024
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