felixYyu commented on pull request #4442:
URL: https://github.com/apache/iceberg/pull/4442#issuecomment-1085251386
this fix a static analysis warning, the static check error log:
```
iceberg\flink\v1.14\flink\src\main\java\org\apache\iceberg\flink\source\FlinkSplitPlanner.java:73:
[LambdaMethodReference] Lambda should be a method reference
task -> IcebergSourceSplit.fromCombinedScanTask(task)));
^
(see
https://github.com/palantir/gradle-baseline#baseline-error-prone-checks)
Did you mean 'IcebergSourceSplit::fromCombinedScanTask));'?
```
--
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]