Zoltán Borók-Nagy created IMPALA-12837:
------------------------------------------
Summary: DEFAULT_TRANSACTIONAL_TYPE should allow Iceberg as well
Key: IMPALA-12837
URL: https://issues.apache.org/jira/browse/IMPALA-12837
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
Currently DEFAULT_TRANSACTIONAL_TYPE only allows
* none
* insert-only
https://github.com/apache/impala/blob/2f14fd29c0b47fc2c170a7f0eb1cecaf6b9704f4/common/thrift/Query.thrift#L43-L46
We could also add Iceberg as an option. So it would be possible to create
Iceberg tables by default. Currently it is only possible by setting
default_file_format=iceberg which is not flexible (as users might also want to
specify the data file format) and not intuitive (as Iceberg is a table format,
and not a file format)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]