openinx commented on issue #1434: URL: https://github.com/apache/iceberg/issues/1434#issuecomment-689291386
The patch #1435 fixed the crash issue, here is the verification. ```sql 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 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
