elkhand commented on issue #8601:
URL: https://github.com/apache/iceberg/issues/8601#issuecomment-1812104987
This issue still exists in the Iceberg 1.14.1 version with Flink 1.17 when
the iceberg catalog is created with
`'io-impl'='org.apache.iceberg.aws.s3.S3FileIO'`.
The issue happens only on the Iceberg read path, but not in the write path,
and happens only in FlinkSQL, but not in PyFlink.
If the iceberg catalog is created without S3FileIO, then this issue does not
occur:
```
CREATE CATALOG iceberg with(
'type'='iceberg',
'catalog-type'='hive',
'uri'='thrift://<hms_endpoint>:9083',
'clients'='1',
'property-version'='1',
'warehouse'='s3a://<s3_path>/hive/warehouse'
-- 'io-impl'='org.apache.iceberg.aws.s3.S3FileIO'
);
```
--
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]