rangareddy commented on issue #12771: URL: https://github.com/apache/hudi/issues/12771#issuecomment-2642672628
Hi @liucongjy, After altering the table using Spark, you may not be able to query the Hive table data, and you might encounter a following exception. ```sql hive> SELECT * FROM ehr_etbj_csyxzm; OK Failed with exception java.io.IOException:org.apache.hudi.exception.HoodieException: Field ext1 not found in log schema. Query cannot proceed! Derived Schema Fields: [_hoodie_commit_time, _hoodie_partition_path, jgmc, _hoodie_record_key, jgdm, csyxzmbh, jlsj, wdsyh, _hoodie_commit_seqno, hzjcsyh, _hoodie_file_name, xsexm] Time taken: 23.787 seconds ``` The above issue is fixed in Hudi 1.0.1 and upstream jira is [HUDI-8880](https://issues.apache.org/jira/browse/HUDI-8880) -- 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]
