Owen O'Malley created HIVE-12066:
------------------------------------

             Summary: Add javadoc for methods added to public APIs
                 Key: HIVE-12066
                 URL: https://issues.apache.org/jira/browse/HIVE-12066
             Project: Hive
          Issue Type: Sub-task
            Reporter: Owen O'Malley
            Assignee: Sergey Shelukhin


Looking through the changes for ORC, there are methods being added without 
documentation:

{code}
--- ql/src/java/org/apache/hadoop/hive/ql/io/orc/Reader.java
+++ ql/src/java/org/apache/hadoop/hive/ql/io/orc/Reader.java
@@ -360,8 +353,18 @@ RecordReader rows(long offset, long length,

   MetadataReader metadata() throws IOException;

+  List<Integer> getVersionList();
+
+  int getMetadataSize();
+
+  List<OrcProto.StripeStatistics> getOrcProtoStripeStatistics();
+
+  List<StripeStatistics> getStripeStatistics();
+
+  List<OrcProto.ColumnStatistics> getOrcProtoFileStatistics();
+
+  DataReader createDefaultDataReader(boolean useZeroCopy);
+
{code}

You really need to look through all of the interfaces and fix them before 
merging into master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to