rdblue commented on a change in pull request #139: ORC support integration for 
Spark 2.4.0
URL: https://github.com/apache/incubator-iceberg/pull/139#discussion_r280131067
 
 

 ##########
 File path: orc/src/main/java/org/apache/iceberg/orc/OrcValueReader.java
 ##########
 @@ -0,0 +1,17 @@
+package org.apache.iceberg.orc;
+
+/**
+ * @author Edgar Rodriguez-Diaz
+ * @since
+ */
+public interface OrcValueReader<T> {
+
+  /**
+   * Reads
+   * @param reuse
 
 Review comment:
   Looks like Javadoc is incomplete.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to