Guosmilesmile opened a new pull request, #14952: URL: https://github.com/apache/iceberg/pull/14952
Currently, `equalityFieldColumns` in `IcebergSink` is always null, because although the builder holds `equalityFieldColumns` and converts it to `equalityFieldColumnIds` before passing it to `IcebergSink`, the raw `equalityFieldColumns` list is only used in log statements. Hence, no issue has surfaced so far. This PR fixes the issue where `equalityFieldColumns` is always null, ensuring that the parameter can be correctly printed in the logs when problems occur. -- 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]
