jiron12 opened a new issue, #6418:
URL: https://github.com/apache/iceberg/issues/6418

   ### Feature Request / Improvement
   
   Is full transaction support anywhere on the roadmap? What I tried (SQL):
   
   `
   START TRANSACTION;
   
   insert into my_trino_schema.my_table
   select 43, 'hello world 2', 12.12;
   
   insert into my_trino_schema.my_table2
   select 43, 'hello end of the world', 42.42 / 0; --<-- division by zero, 
leading to rollback
   
   COMMIT WORK;
   `
   
   What I got (Error message):
   Catalog only supports writes using autocommit: iceberg
   
   Probably I'm naive here, but with time travelling already supported, this 
might not be a huge thing? Coming from the traditional SQL Systems, this is 
still missing.
   
   ### Query engine
   
   Trino


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