László Pintér created HIVE-26282: ------------------------------------ Summary: Improve iceberg CTAS error message for unsupported types Key: HIVE-26282 URL: https://issues.apache.org/jira/browse/HIVE-26282 Project: Hive Issue Type: Improvement Reporter: László Pintér Assignee: László Pintér
When running a CTAS query using a hive table that has a tinyint, smallint, varchar or char column it fails with an "Unsupported Hive type" error message. This can be worked around if the 'iceberg.mr.schema.auto.conversion' property is set to true on session level. We should communicate this possibility when raising the exception. -- This message was sent by Atlassian Jira (v8.20.7#820007)