This is an automated email from the ASF dual-hosted git repository.
omalley pushed a change to branch storage-branch-2.7
in repository https://gitbox.apache.org/repos/asf/hive.git.
from e59fdf9 Preparing for storage-api 2.7.0 release
new d390c58 HIVE-22405: Add ColumnVector support for ProlepticCalendar
(László Bodor via Owen O'Malley, Jesus Camacho Rodriguez)
new 834f685 Preparing for a storage-api release 2.7.1.
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:
storage-api/pom.xml | 2 +-
.../hive/ql/exec/vector/DateColumnVector.java | 126 +++++++++++++++++++
.../hive/ql/exec/vector/TimestampColumnVector.java | 83 +++++++++++-
.../hive/ql/exec/vector/TestDateColumnVector.java | 80 ++++++++++++
.../ql/exec/vector/TestTimestampColumnVector.java | 140 +++++++++++++++++----
5 files changed, 408 insertions(+), 23 deletions(-)
create mode 100644
storage-api/src/java/org/apache/hadoop/hive/ql/exec/vector/DateColumnVector.java
create mode 100644
storage-api/src/test/org/apache/hadoop/hive/ql/exec/vector/TestDateColumnVector.java