rdsr commented on a change in pull request #857: [WIP] Add the Test Util And ORC Writer for Spark URL: https://github.com/apache/incubator-iceberg/pull/857#discussion_r397596167
########## File path: spark/src/test/java/org/apache/iceberg/spark/source/NestedRecord.java ########## @@ -0,0 +1,77 @@ +package org.apache.iceberg.spark.source; + +import com.google.common.base.Objects; + +import java.util.HashMap; +import java.util.Map; + +public class NestedRecord { + private Integer id; + private String data; + private Map info;// = new HashMap<String, String>(); Review comment: remove commented code ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org