This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a change to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git


    from 03df130aa ORC-1304: [C++] Fix seeking over empty PRESENT stream (#1520)
     new b3016d779 ORC-1482: Adaptation to read ORC files created by CUDF
     new 488184b33 ORC-1489: Assign a writer id to CUDF

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 c++/include/orc/Common.hh                                 |   1 +
 c++/src/Common.cc                                         |   2 ++
 c++/src/Reader.cc                                         |   2 +-
 java/core/src/java/org/apache/orc/OrcFile.java            |   4 ++++
 java/core/src/java/org/apache/orc/OrcUtils.java           |   3 +++
 .../src/java/org/apache/orc/impl/RecordReaderImpl.java    |  12 ++++++++++--
 java/core/src/test/org/apache/orc/TestVectorOrcFile.java  |   6 ++++++
 .../test/org/apache/orc/impl/TestRecordReaderImpl.java    |   1 +
 .../src/test/resources/orc-file-no-double-statistic.orc   | Bin 0 -> 161 bytes
 proto/orc_proto.proto                                     |   4 ++++
 site/specification/ORCv1.md                               |   1 +
 site/specification/ORCv2.md                               |   1 +
 12 files changed, 34 insertions(+), 3 deletions(-)
 create mode 100644 
java/core/src/test/resources/orc-file-no-double-statistic.orc

Reply via email to