openinx opened a new pull request #1888: URL: https://github.com/apache/iceberg/pull/1888
This is a separate PR to add the BaseDeltaWriter in BaseTaskWriter (https://github.com/apache/iceberg/pull/1818/files#diff-fc9a9fd84d24c607fd85e053b08a559f56dd2dd2a46f1341c528e7a0269f873cR92). The DeltaWriter could accept both `insert` and equality `delete`s. For the CDC case and upsert case, compute engine such as flink and spark could write the streaming records (INSERT or DELETE) by this delta writer to apache iceberg table. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
