pvary commented on a change in pull request #1394:
URL: https://github.com/apache/iceberg/pull/1394#discussion_r479295929
##########
File path:
mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java
##########
@@ -227,6 +227,7 @@ public void close() throws IOException {
private CloseableIterable<T> open(FileScanTask currentTask, Schema
readSchema) {
DataFile file = currentTask.file();
+ LOG.debug("Opening [{}] for read", file);
Review comment:
You are right. Removed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]