We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trino version: 413
hive connector:
trino:tpch> show create table tb1; Create Table ------------------------------ CREATE TABLE hive.tpch.tb1 ( x tinyint ) WITH ( format = 'ORC' ) (1 row)
iceberg connector:
trino:tpch> call iceberg.system.migrate('tpch', 'tb1'); Query 20230618_235845_00037_3a9py failed: Type not supported for Iceberg: tinyint
trino:tpch> show create table tb2; Create Table ------------------------------ CREATE TABLE hive.tpch.tb2 ( x smallint ) WITH ( format = 'ORC' ) (1 row)
Query 20230619_000254_00002_3a9py failed: Type not supported for Iceberg: smallint```
The text was updated successfully, but these errors were encountered:
homar
Successfully merging a pull request may close this issue.
trino version: 413
hive connector:
iceberg connector:
hive connector:
iceberg connector:
The text was updated successfully, but these errors were encountered: