----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14243/ -----------------------------------------------------------
Review request for hive, Ashutosh Chauhan and Owen O'Malley. Bugs: HIVE-5325 https://issues.apache.org/jira/browse/HIVE-5325 Repository: hive-git Description ------- HIVE-5324 adds new interfaces that can be implemented by ORC reader/writer to provide statistics. Writer provided statistics is used to update table/partition level statistics in metastore. Reader provided statistics can be used for reducer estimation, CBO etc. in the absence of metastore statistics. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java bcee201 ql/src/java/org/apache/hadoop/hive/ql/io/orc/BinaryColumnStatistics.java PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/io/orc/ColumnStatisticsImpl.java 6268617 ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcOutputFormat.java c80fb02 ql/src/java/org/apache/hadoop/hive/ql/io/orc/ReaderImpl.java c454f32 ql/src/java/org/apache/hadoop/hive/ql/io/orc/StringColumnStatistics.java 72e779a ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java 44961ce ql/src/protobuf/org/apache/hadoop/hive/ql/io/orc/orc_proto.proto edbf822 ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFile.java e6569f4 ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcNullOptimization.java b93db84 ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcSerDeStats.java PRE-CREATION ql/src/test/resources/orc-file-dump-dictionary-threshold.out 003c132 ql/src/test/resources/orc-file-dump.out fac5326 Diff: https://reviews.apache.org/r/14243/diff/ Testing ------- ORC related unit and qfile tests are passing. Thanks, Prasanth_J