awpengfei opened a new issue #4978: URL: https://github.com/apache/hudi/issues/4978
**Describe the problem you faced** When using Hive to query xxx_rt table,if there is no parquet file but only log files, we get a wrong table path. But when the parquet files are generated, the table path is correct and we can get the data. Is this expected behavior? ``` ERROR : Job failed with java.io.FileNotFoundException: File does not exist: hdfs://da-hdfs/tmp/hive/hadoop/90b7d231-0e0a-42e5-a72a-6faad6a9ac89/.hoodie org.apache.hudi.exception.TableNotFoundException: Hoodie table not found in path hdfs://da-hdfs/tmp/hive/hadoop/90b7d231-0e0a-42e5-a72a-6faad6a9ac89/.hoodie Caused by: java.io.FileNotFoundException: File does not exist: hdfs://da-hdfs/tmp/hive/hadoop/90b7d231-0e0a-42e5-a72a-6faad6a9ac89/.hoodie ``` **Environment Description** * Hudi version : 0.10.1 * Hive version : 3.1.2 * Hadoop version : 3.3.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
