rdblue commented on issue #1160:
URL: https://github.com/apache/iceberg/issues/1160#issuecomment-653621430


   To summarize the fix from the PR, the issue is that a table loaded by 
HadoopCatalog reports a table name rather than a location. When we try to use 
the table name to load a metadata table from the Spark 2.4 IcebergSource, it 
uses the HiveCatalog instead of a HadoopCatalog (because the HiveCatalog is 
configured, HadoopCatalog is not). The fix is to convert tables loaded by a 
Hadoop catalog (name starting with `hadoop.`) to paths so that HadoopTables is 
used to load the metadata.
   
   We should also consider adding configuration for the IcebergSource. Maybe we 
could configure it to use a HadoopCatalog.


----------------------------------------------------------------
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]

Reply via email to