haormj opened a new issue #2823:
URL: https://github.com/apache/iceberg/issues/2823
1. use sql mode
- create table and set primary key
- upgrade to table format v2
- use iceberg master code, and iceberg table can impl upsert
2. use java code mode
- create table and set identifierFieldIds
- FlinkSink not set equalityFieldColumns
- use iceberg master code, and iceberg table can not impl upsert
After discussing with @openinx , should we set equalityFieldColumns by
identifierFieldIds default if user not set equalityFieldColumns
--
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]