Danny Chan
Danny Chan
What catalog did you use then, the `Hudi` catalog in `hms` mode is expected to be used here instead of the Flink Hive catalog.
Can you show the `CREATE TABLE` info in Hive CLI, let's see what the table schema looks like.
It's as expected, I'm confused why it reports a Flink scheam error if you query the table using Hive?
Did you create the Flink table by using the hudi hive catalog?
The tez is not supported, did you try to disable it?
No, Tez needs to be disabled in Hive engine, the mor error stacktrace indicates there is jar conflicts for parquet-avro.
@xicm Maybe you can take a look at this issue.
Hi, @suryaprasanna , thanks for the contribution, can you rebase with the latest master to see if that addresses some of the test faliures.
You can disable the option `metadata.enabled` to skip the issue, but that would cause the metadata table not work and induce addidional listing cost on query side. The issue should...
Can you job recover automatically from the failure?