Is it possible to insert (or append) data to an Apache Iceberg table using an Arrow Flight client and Dremio?
For example, could an Arrow Flight client send a stream of record batches as part of a DoPut operation that ends up getting written to a Dremio data source?
@lbourgeois@Nisden Are you able to send the profile which would tell us exactly where the error is happening? If no job found then it is failing before it hits dremio
For now we found a workaround by using hive-jdbc-3.1.3-standalone.jar driver
Stacktrace I can share with Arrow Flight driver is
[FATAL] 09:13:28 etl_uat.iceberg_components_0_2.iceberg_components- tIcebergOutput_1 acceptPut is not implemented.
java.sql.SQLException: acceptPut is not implemented.
at org.apache.arrow.driver.jdbc.shaded.org.apache.calcite.avatica.Helper.createException(Helper.java:56) ~[flight-sql-jdbc-driver-17.0.0.jar:17.0.0]
at org.apache.arrow.driver.jdbc.shaded.org.apache.calcite.avatica.Helper.createException(Helper.java:41) ~[flight-sql-jdbc-driver-17.0.0.jar:17.0.0]
at org.apache.arrow.driver.jdbc.shaded.org.apache.calcite.avatica.AvaticaConnection.executeQueryInternal(AvaticaConnection.java:559) ~[flight-sql-jdbc-driver-17.0.0.jar:17.0.0]
at org.apache.arrow.driver.jdbc.shaded.org.apache.calcite.avatica.AvaticaPreparedStatement.executeLargeUpdate(AvaticaPreparedStatement.java:152) ~[flight-sql-jdbc-driver-17.0.0.jar:17.0.0]
at org.apache.arrow.driver.jdbc.shaded.org.apache.calcite.avatica.AvaticaPreparedStatement.executeUpdate(AvaticaPreparedStatement.java:147) ~[flight-sql-jdbc-driver-17.0.0.jar:17.0.0]
at org.talend.bigdata.core.di.components.iceberg.TIcebergOutput.write(TIcebergOutput.java:55) ~[talend-bigdata-core-di-1.12.0.jar:?]
at etl_uat.iceberg_components_0_2.iceberg_components.tFileInputDelimited_1Process(iceberg_components.java:1548) [classes/:?]
at etl_uat.iceberg_components_0_2.iceberg_components.runJobInTOS(iceberg_components.java:2967) [classes/:?]
at etl_uat.iceberg_components_0_2.iceberg_components.main(iceberg_components.java:2583) [classes/:?]