eubnara commented on PR #45309: URL: https://github.com/apache/spark/pull/45309#issuecomment-1969269354
Oh! I finally figure out why it fails. I should not use iceberg-hive-runtime jar on spark-sql or spark-shell. I forgot to specify database and query with "catalog". ``` SELECT * FROM prod.db.table; # correct SELECT * FROM db.table; # wrong ``` -- 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]
