Qiwei Shen

Results 4 comments of Qiwei Shen

The fix PR seems not included in 2.10.5 release. Do we have an estimate when and what version this PR will be in a release?

I get it working by upgrading Trino provider package and adding `split_statements=True` in SQLExecuteQueryOperator. Thank you @Illumaria!

We have 6 workers. The catalog config is: ``` connector.name=iceberg hive.metastore.uri=thrift://{hms_server}:9083 fs.hadoop.enabled=true iceberg.security=ALLOW_ALL iceberg.register-table-procedure.enabled=true iceberg.add-files-procedure.enabled=true ```

Yes we had dynamic catalogs set. Disabling it fixes the issue!