rdblue commented on issue #121: IcebergSource cannot load data from hiveTable URL: https://github.com/apache/incubator-iceberg/issues/121#issuecomment-469825945 @aokolnychyi is right. The version conflict is something we need to take care of as part of #8. The right way to plug in your own metastore implementation for Spark is to extend `IcebergSource` and override `findTable`. No need to do this for Hive tables, since we want to add support for using the Hive metastore as the default for named tables in `IcebergSource` (path-based tables would continue to use `HadoopTables`).
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
