Closed openinx closed 4 years ago
The patch #1435 fixed the crash issue, here is the verification.
Flink SQL> create catalog hadoop_catalog with(
> 'type'='iceberg',
> 'catalog-type'='hadoop',
> 'warehouse'='file:///Users/openinx/Downloads',
> 'property-version'='1'
> );
[INFO] Catalog has been created.
Flink SQL> use catalog hadoop_catalog;
Flink SQL> show tables;
[INFO] Result was empty.
Flink SQL> show databases;
default
When I test the
flink-runtime
module from this pull request https://github.com/apache/iceberg/pull/1423/files , I got this crash stacktrace.