Reo-LEI commented on pull request #2898: URL: https://github.com/apache/iceberg/pull/2898#issuecomment-926830884
After the above discussion, I think we can resolve the duplicate rows by add equality/partition shuffle between `inputStream` and `IcebergStreamWriter`. And for FlinkStreaming, we can resolve disorder problem by keep `map` operator parallelism same as `inputStream`. For FlinkSQL, we can resolve disorder problem by upgrade flink to 1.13 as I mentioned on https://github.com/apache/iceberg/issues/2918#issuecomment-926804817. -- 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]
