hydrogenlee commented on PR #14080: URL: https://github.com/apache/iceberg/pull/14080#issuecomment-3342779550
> @hydrogenlee: We can put a clear state here: > > https://github.com/apache/iceberg/blob/582d63b52f9e583bc5cb0eb933eb03b32d10aa32/flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/sink/shuffle/DataStatisticsOperator.java#L125 > > This could make sure, that there is nothing extra in the state at all It's probably not a good idea to change Flink state in `initializeState`. Maybe it's better to just check them instead. -- 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]
