You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/13 10:24:02 UTC

[GitHub] [iceberg] jiron12 opened a new issue, #6418: Transactions for write operations

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-unsubscribe@iceberg.apache.org.apache.org

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


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


[GitHub] [iceberg] nastra commented on issue #6418: Transactions for write operations

Posted by GitBox <gi...@apache.org>.
nastra commented on issue #6418:
URL: https://github.com/apache/iceberg/issues/6418#issuecomment-1348173560

   @jiron12 given that the Trino Iceberg connector is developed outside of the Iceberg project, you might want to rather move this issue to https://github.com/trinodb/trino/issues


-- 
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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] nastra closed issue #6418: Transactions for write operations

Posted by GitBox <gi...@apache.org>.
nastra closed issue #6418: Transactions for write operations
URL: https://github.com/apache/iceberg/issues/6418


-- 
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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] jiron12 commented on issue #6418: Transactions for write operations

Posted by GitBox <gi...@apache.org>.
jiron12 commented on issue #6418:
URL: https://github.com/apache/iceberg/issues/6418#issuecomment-1348755733

   Ok, posted this at the Trino side:
   https://github.com/trinodb/trino/issues/15385


-- 
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-unsubscribe@iceberg.apache.org

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


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