Hi, I have followed the guides to setup a Sonar and Arctic projects in Dremio Cloud, and now I am trying to create a versioned table which fails.
This works:
create branch branch2;
use branch branch2;
This fails:
create table nessie.tab1 as select 1,2,3,4;
with
ContainerNotFoundException: Bucket tab1 not found.
profile zip shows:
"error":"SYSTEM ERROR: ContainerNotFoundException: Bucket tab1 not found\n\nSqlOperatorImpl ICEBERG_MANIFEST_WRITER\nLocation 0:0:6\nSqlOperatorImpl ICEBERG_MANIFEST_WRITER\nLocation 0:0:6\nFragment 0:0\n\n[Error Id: e3a24508-13e9-4a5c-ae7a-2ecf448a72e1 on 172.31.54.171:0]\n\n (org.apache.iceberg.exceptions.RuntimeIOException) Failed to create file: /tab1/metadata/4804481b-fbd6-417f-b78a-95f4e8a66da0.avro\n org.apache.iceberg.hadoop.HadoopOutputFile.createOrOverwrite():87\n org.apache.iceberg.hadoop.DremioOutputFile.createOrOverwrite():48\n org.apache.iceberg.avro.AvroFileAppender.<init>():51\n org.apache.iceberg.avro.Avro$WriteBuilder.build():198\n org.apache.iceberg.ManifestWriter$V1Writer.newAppender():281\n org.apache.iceberg.ManifestWriter.<init>():58\n org.apache.iceberg.ManifestWriter.<init>():34\n org.apache.iceberg.ManifestWriter$V1Writer.<init>():260\n org.apache.iceberg.ManifestFiles.write():117\n org.apache.iceberg.ManifestFiles.write():101\n
and strangely also has another error I did not see in the UI:
(org.apache.calcite.runtime.CalciteContextException) From line 7, column 3 to line 7, column 6: Object 'json' not found
sun.reflect.NativeConstructorAccessorImpl.newInstance0():-2
sun.reflect.NativeConstructorAccessorImpl.newInstance():62
sun.reflect.DelegatingConstructorAccessorImpl.newInstance():45
java.lang.reflect.Constructor.newInstance():423
org.apache.calcite.runtime.Resources$ExInstWithCause.ex():463
org.apache.calcite.sql.SqlUtil.newContextException():800
542eda47-a1dc-4da3-b7ee-753e3b1e3662.zip (11.5 KB)