This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from f1133acc2 IMPALA-13088, IMPALA-13109: Use RoaringBitmap instead of
sorted vector of int64s
new 3de8c2ab9 IMPALA-13227: test_spilling_hash_join should be marked for
serial execution
new a486305a9 IMPALA-13209: Optimize ConvertRowBatchTime in ExchangeNode
new 5c4e77124 IMPALA-13161: Fix column index overflow in
DelimitedTextParser
The 3 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:
be/src/exec/delimited-text-parser.inline.h | 4 +++-
be/src/exec/exchange-node.cc | 33 +++++++++++++++---------------
be/src/runtime/row-batch.cc | 25 ++++++++++++++++++++++
be/src/runtime/row-batch.h | 6 ++++++
tests/query_test/test_delimited_text.py | 16 +++++++++++++++
tests/query_test/test_join_queries.py | 5 ++++-
6 files changed, 71 insertions(+), 18 deletions(-)