zhangbutao commented on PR #5190: URL: https://github.com/apache/hive/pull/5190#issuecomment-2048859529
Do we have any plans to support `create or replace table` syntax? https://iceberg.apache.org/docs/nightly/spark-ddl/#replace-table-as-select I think for hive table, we can reuse `overwrite ` to emulate `replace `syntax, and for iceberg table, we can just use iceberg api to do this. We can support iceberg table first. -- 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]
