Copilot commented on code in PR #59984:
URL: https://github.com/apache/doris/pull/59984#discussion_r2753293521
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/source/IcebergScanNode.java:
##########
@@ -807,6 +870,7 @@ private List<IcebergDeleteFileFilter>
getDeleteFileFilters(FileScanTask spitTask
if (delete.content() == FileContent.POSITION_DELETES) {
filters.add(IcebergDeleteFileFilter.createPositionDelete(delete));
} else if (delete.content() == FileContent.EQUALITY_DELETES) {
+ // spitTask.schema().findField()
Review Comment:
Remove this commented-out code. It appears to be a leftover from debugging
or development and should be cleaned up before merging.
--
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]