You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by jc...@apache.org on 2019/09/24 22:02:01 UTC

[orc] branch branch-1.5 updated (5e6ac81 -> 4c76965)

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

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


    from 5e6ac81  ORC-542. FIXUP for making hadoop dependency provided scope.
     add 4c76965  ORC-550: Use default system time zone if it is not present in the file footer

No new revisions were added by this update.

Summary of changes:
 .../org/apache/orc/impl/TreeReaderFactory.java     |   6 +-
 ...OrcTimezone3.java => TestOrcDSTNoTimezone.java} |  92 ++++++++++----------
 ...estOrcTimezone3.java => TestOrcNoTimezone.java} |  93 ++++++++++-----------
 .../test/resources/orc-file-dst-no-timezone.orc    | Bin 0 -> 217 bytes
 .../src/test/resources/orc-file-no-timezone.orc    | Bin 0 -> 217 bytes
 5 files changed, 88 insertions(+), 103 deletions(-)
 copy java/core/src/test/org/apache/orc/{TestOrcTimezone3.java => TestOrcDSTNoTimezone.java} (53%)
 copy java/core/src/test/org/apache/orc/{TestOrcTimezone3.java => TestOrcNoTimezone.java} (53%)
 create mode 100644 java/core/src/test/resources/orc-file-dst-no-timezone.orc
 create mode 100644 java/core/src/test/resources/orc-file-no-timezone.orc