abhiips07 commented on issue #9684:
URL: https://github.com/apache/iceberg/issues/9684#issuecomment-2252526309
Hi, Is this issue resolved? I m also using AWS Athena for creating the
Iceberg Table. My table gets created but when i run Select on table I get no
result.
`CREATE TABLE elastic_db.configdata_iceberg_table (
adaptername string,
auditid bigint
)
LOCATION 's3://table-loc'
TBLPROPERTIES (
'table_type'='iceberg',
'format'='parquet',
'write_compression'='snappy'
);`
.
--
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]