n3nash commented on a change in pull request #2172:
URL: https://github.com/apache/hudi/pull/2172#discussion_r511709134



##########
File path: 
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/writer/DFSDeltaWriterAdapter.java
##########
@@ -40,10 +40,12 @@ public 
DFSDeltaWriterAdapter(DeltaInputWriter<GenericRecord> deltaInputGenerator
   @Override
   public List<DeltaWriteStats> write(Iterator<GenericRecord> input) throws 
IOException {
     while (input.hasNext()) {
+      //GenericRecord next = input.next();

Review comment:
       Should these be uncommented or 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]


Reply via email to