felixYyu commented on code in PR #4584:
URL: https://github.com/apache/iceberg/pull/4584#discussion_r853641957
##########
spark/v2.4/spark/src/test/java/org/apache/iceberg/spark/data/TestParquetAvroReader.java:
##########
@@ -116,8 +120,8 @@ public void testStructSchema() throws IOException {
long end = System.currentTimeMillis();
long duration = end - start;
- System.err.println("XOR val: " + val);
- System.err.println(String.format("Reassembled %d records in %d ms",
count, duration));
+ LOG.error("XOR val: {}", val);
+ LOG.error("Reassembled {} records in {} ms", count, duration);
Review Comment:
Although this is ignored, but I also think this should be 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.
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]