pvary commented on PR #13426:
URL: https://github.com/apache/iceberg/pull/13426#issuecomment-3018634847

   We already have an API defined for actions in Iceberg: 
https://github.com/apache/iceberg/tree/a69af4985fee4d6be428ba6f60c9e8f0c07da8fb/api/src/main/java/org/apache/iceberg/actions
   
   Also a somewhat different API in Flink: 
https://github.com/apache/iceberg/blob/a69af4985fee4d6be428ba6f60c9e8f0c07da8fb/flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/actions/Actions.java
   
   If we introduce an even newer API with the name of Action, that will be very 
confusing for users.
   
   Could one of these above work fr you use-case, or we really have to create a 
new one?
   My preferences without taking any deeper look is:
   - Iceberg API
   - Flink API
   - New API 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to