lvyanquan opened a new issue, #6138:
URL: https://github.com/apache/iceberg/issues/6138

   ### Feature Request / Improvement
   
   With the procedure of 
[migrate](https://iceberg.apache.org/docs/latest/spark-procedures/#migrate), we 
can migrate a Hive table to Iceberg. 
   However, Iceberg use 
['write.format.default'](https://iceberg.apache.org/docs/latest/configuration/#write-properties)
 to determine write format, and the default value is 'parquet'. We need to add 
this property if we want to keep the writing format the same as before 
migration which is orc or avro, thus user needs to know about the storage 
format of this hive table.
   Should we add an optional boolean argument to avoid this judgment?
   
   ### Query engine
   
   Spark


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

To unsubscribe, e-mail: [email protected]

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