Open ismaelhamed opened 1 month ago
Same problem for 3.3.5. Can't use latest Starrocks with Nessie as REST Iceberg Catalog.
Found solution for this problen. Use: "client.factory"="com.starrocks.connector.share.iceberg.IcebergAwsClientFactory". Documentation need to be updated according to changes
Thanks @AlekHed , that worked!
I've been testing StarRocks with Nessie (Iceberg REST) successfully up until Nessie
v0.95
, when I started getting this error whenever I try to query any of the tables:Steps to reproduce the behavior (Required)
iceberg
catalog, move to the database and run the same sql statement from point 2 above.Expected behavior (Required)
I should see the result of the query (this was the case before Nessie
v0.95
)Real behavior (Required)
Starting Nessie
v0.95
I'm getting an exception. The following is the stacktrace from thefe.log
:StarRocks version (Required)
3.3.4