You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2020/09/24 12:05:26 UTC

[hawq] branch master updated (bc7108d -> 00c1268)

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

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


    from bc7108d  HAWQ-1766. fix get hdfs file blocklocations
     add 00c1268  HAWQ-1767. Add TypeKind for aggregate function intermediate output

No new revisions were added by this update.

Summary of changes:
 depends/dbcommon/src/dbcommon/common/vector.cc     |  8 +++++
 .../src/dbcommon/common/vector/struct-vector.h     |  1 +
 depends/dbcommon/src/dbcommon/function/agg-func.cc |  6 ++--
 depends/dbcommon/src/dbcommon/function/func.cc     | 42 +++++++++++-----------
 .../dbcommon/src/dbcommon/testutil/vector-utils.h  |  3 +-
 depends/dbcommon/src/dbcommon/type/type-kind.h     |  2 ++
 .../unit/function/test-agg-func-has-no-group-by.cc | 10 ++++--
 .../unit/function/test-agg-func-small-scale.cc     | 10 ++++--
 .../dbcommon/test/unit/function/test-agg-func.cc   | 10 ++++--
 .../src/storage/format/orc/orc-format-reader.cc    | 40 +++++++++++++++++++++
 .../src/storage/format/orc/orc-format-writer.cc    | 16 +++++++++
 depends/storage/src/storage/format/orc/vector.h    |  3 +-
 .../storage/test/unit/format/test-orc-vector.cc    |  2 --
 13 files changed, 119 insertions(+), 34 deletions(-)