This is an automated email from the ASF dual-hosted git repository.
pvary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from dcccbc5 HIVE-24245: Vectorized PTF with count and distinct over
partition producing incorrect results. (#1649) (Laszlo Bodor reviewed by
Panagiotis Garefalakis)
add 41c5c79 HIVE-24504: VectorFileSinkArrowOperator does not serialize
complex types correctly (Peter Vary reviewed by Panos Garefalakis and Adam
Szita)
No new revisions were added by this update.
Summary of changes:
.../apache/hadoop/hive/ql/io/arrow/Serializer.java | 26 ++----
.../hadoop/hive/ql/io/arrow/TestSerializer.java | 99 ++++++++++++++++++++++
2 files changed, 107 insertions(+), 18 deletions(-)
create mode 100644
ql/src/test/org/apache/hadoop/hive/ql/io/arrow/TestSerializer.java