RussellSpitzer edited a comment on pull request #1843:
URL: https://github.com/apache/iceberg/pull/1843#issuecomment-734852303
I was thinking about this a bit differently, rather than providing a full
catalog I was thinking that we just have the various spark catalogs treat file
types as namespaces. Then we just have them switch to returning Hadoop tables
in the load table method.
Here is an example @aokolnychyi was typing up on the create ticket
```
// Case 2.1: migrate a location using HadoopTables (or path-based catalog)
for target
MIGRATE TABLE parquet.`path/to/table`
USING iceberg
TBLPROPERTIES (
'key' 'value'
)
```
----------------------------------------------------------------
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]