luoyuxia commented on issue #5175: URL: https://github.com/apache/iceberg/issues/5175#issuecomment-1297973544
The table is with iceberg format which requires special parameters, but you try to read it as a normal hive table with Flink which miss the required parameters. You can try to set the property `iceberg.mr.table.identifier`, `iceberg.mr.table.location` in hive-site.xml, and I think it should work. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
