Hi, Our team now is using Apache Hudi to migrate our data pipeline from batch to incremental processing. However, we find that the Apache Impala cannot pull the Hudi metadata from the Hive. Here is the issue: https://github.com/apache/incubator-hudi/issues/179 Now I am trying to fix this issue.
After reading some code related to the table object of the Impala, currently, my thought is to implement a new HudiTable class and add it to the fromMetastoreTable method in Table class. Maybe only add some support methods in the current Table type can also solve this issue? Not very familiar with the Impala source code. Here is the Jira ticket for this issue: https://issues.apache.org/jira/projects/HUDI/issues/HUDI-146 Do you have any idea about how to solve this issue? I appreciate any help! Best regards Yuanbin Cheng CR/PJ-AI-S1