You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/08/02 05:59:12 UTC

[orc] branch master updated (a7255f3 -> 7c9aebe)

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

omalley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git.


    from a7255f3  ORC-189. Add timestamp with local timezone.
     add 7c9aebe  ORC-538. Fix a few problems with the type attributes.

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/orc/TypeDescription.java   | 31 ++++++-
 .../test/org/apache/orc/TestTypeDescription.java   |  6 ++
 .../src/java/org/apache/orc/tools/FileDump.java    | 34 ++++++++
 .../java/org/apache/orc/tools/JsonFileDump.java    | 94 +++++++++++++---------
 .../test/org/apache/orc/tools/TestFileDump.java    |  4 +
 .../org/apache/orc/tools/TestJsonFileDump.java     |  9 ++-
 .../test/resources/orc-file-dump-bloomfilter.out   |  7 +-
 java/tools/src/test/resources/orc-file-dump.json   | 50 +++++-------
 8 files changed, 163 insertions(+), 72 deletions(-)