amitmittal5 commented on issue #9172:
URL: https://github.com/apache/iceberg/issues/9172#issuecomment-1832293641

   Just adding more details on the table to which the job is writting, I tried 
with both external and managed table, but see similar results. The behavior I 
see, that it took around 10 execution of streaming job (with AvailableNow 
trigger) to reproduce the error for managed table.
   
   ```
   CREATE EXTERNAL TABLE IF NOT EXISTS default.blob_iceberg 
   (id string, state string, name string) 
   USING ICEBERG 
   LOCATION 
'abfss://<container>@<storage-account>.dfs.core.windows.net/test/blob_iceberg'
   ```
   
   And managed table
   ```
   CREATE TABLE IF NOT EXISTS default.blob_iceberg1 
   (id string, state string, name string) 
   USING ICEBERG 
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to