RussellSpitzer opened a new pull request #1784: URL: https://github.com/apache/iceberg/pull/1784
Do to an issue within Spark's Resolution rules we cannot acces a table in the session catalog with a multipart identifier. Because we also cannot determine whether the underlying Iceberg table is Hadoop or Hive based we also cannot know the right method for reading the table. To work around this for now we attempt to first load the table as a HiveTable, if the table isn't found we fall back and attempt to load it as a Hadoop table. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
