rymurr commented on pull request #1843:
URL: https://github.com/apache/iceberg/pull/1843#issuecomment-734869844


   
   > 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'
   > )
   > ```
   
   I like this example too. A very useful feature. This is slightly 
different/more complicated though right? That would add a sql extension and a 
separate impl to do write the metadata of the new table.  
   
   Or do you mean the path based table is already an iceberg table and the 
migrate is effectively reduced to a rename from `path` to `tablename` ?
   


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