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 30afd65  HAWQ-1733.Resolve select issue in external table of orc
     new 33ddcf7  HAWQ-1734. Resolve insert issue in external table of orc
     new d95647a  HAWQ-1735. enable orc feature test

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:
 src/backend/access/appendonly/appendonlywriter.c   |  81 +++++++++++++
 src/backend/cdb/cdbdatalocality.c                  |  33 ++++--
 src/backend/cdb/cdbquerycontextdispatching.c       |  26 +++-
 src/backend/commands/copy.c                        |   4 +
 src/backend/executor/execMain.c                    |  68 +++++++++--
 src/include/access/appendonlywriter.h              |   1 +
 src/test/feature/.gitignore                        |  10 +-
 src/test/feature/ExternalSource/sql/init_file      |  26 ++++
 .../feature/ExternalSource/test_extfmt_orc.cpp     | 131 +++++++++++----------
 9 files changed, 287 insertions(+), 93 deletions(-)
 create mode 100644 src/test/feature/ExternalSource/sql/init_file

Reply via email to