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/10/21 02:55:05 UTC

[hawq] branch master updated (d7bd21b -> dc95081)

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 d7bd21b  HAWQ-1767. Fix ORC DECIMAL writer
     add e9718a0  HAWQ-1767. enhance orc writer and reader            clean magma type
     add ee41386  HAWQ-1767. truncate zero to no digits for old executor
     add dd2d3ad  HAWQ-1767. enable new insert in univplan
     add dc95081  HAWQ-1767. refactor decimalToFloat and floatToDecimal function

No new revisions were added by this update.

Summary of changes:
 GNUmakefile.in                                     |   6 +
 contrib/exthdfs/exthdfs.c                          |   2 -
 .../common/vector/variable-length-vector.h         |   1 +
 .../src/dbcommon/function/typecast-func.cc         | 132 ++++++++++++++-------
 depends/dbcommon/src/dbcommon/nodes/datum.h        |   6 +-
 depends/dbcommon/src/dbcommon/type/magma-tid.h     |   2 +-
 .../storage/src/storage/cwrapper/orc-format-c.cc   |   4 +
 depends/storage/src/storage/format/format.h        |   5 +
 .../src/storage/format/orc/orc-format-reader.cc    |  13 +-
 .../src/storage/format/orc/orc-format-writer.cc    |   2 +-
 .../univplan/src/univplan/cwrapper/univplan-c.cc   |  14 ++-
 .../univplan/src/univplan/cwrapper/univplan-c.h    |   8 +-
 .../univplan/proto/universal-plan-catalog.proto    |  12 +-
 .../src/univplan/proto/universal-plan.proto        |   9 ++
 .../src/univplan/testutil/univplan-proto-util.cc   |   2 +-
 .../univplanbuilder/univplanbuilder-insert.cc      |  19 +++
 .../univplanbuilder/univplanbuilder-insert.h       |   4 +
 .../univplanbuilder/univplanbuilder-table.h        |   4 +
 18 files changed, 188 insertions(+), 57 deletions(-)