pvary commented on code in PR #17124:
URL: https://github.com/apache/iceberg/pull/17124#discussion_r3535293311


##########
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/source/reader/ColumnStatsWatermarkExtractor.java:
##########
@@ -99,7 +99,6 @@ public long extractWatermark(IcebergSourceSplit split) {
                       && scanTask.file().lowerBounds().get(eventTimeFieldId) 
!= null,
                   "Missing statistics for column name = %s in file = %s",

Review Comment:
   Could we instead add the id to the message too?
   ```suggestion
                     "Missing statistics for column name = %s with fieldId = %d 
in file = %s",
   ```



-- 
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]

Reply via email to