This is an automated email from the ASF dual-hosted git repository.
djwang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
from a109ebe8 Update asf.yaml and README.md
new 98b9337f added Maven, Java 8 and pip install for GPDB7 docker images
(#860)
new adbdc966 install Java 8 JDK in gp7 centos7 docker image (#862)
new 00fa058d removed jsoup dependency and unused class from the automation
code (#863)
new e4594661 Fix bug when modifying PXF's classpath in automation (#861)
new 9133f90b Add JsonProtocolHandler to use HdfsFileFragmenter for
multi-line JSON (#858)
new 4c6f5b31 docs - clarify new prepared statement property (#856)
new 4709b29d docs - update jdbc driver version number (#865)
new 5e4b57fe docs - misc updates/additions to the orc write docs (#864)
new cc8cbf81 docs - command block formatting fix (#866)
new b22fc994 ci: allow existing artifacts to remain if there is no pivnet
product (#868)
new 243ea591 added specs for gpdb7-rhel8-test-pxf docker image (#867)
new 2aff23e1 Bump version to 6.4.1 (#869)
new e56511ca Relax the requirement that C string length matches Java
string length (#870)
new 0cede2d9 Bump version to 6.4.2 (#871)
The 14 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:
CHANGELOG.md | 12 +
automation/pom.xml | 6 -
.../automation/components/cluster/PhdCluster.java | 3 +-
.../cluster/installer/nodes/InstallationNode.java | 93 ---
.../pxf/automation/features/orc/OrcReadTest.java | 14 +
automation/src/test/resources/data/orc/README.md | 7 +
.../resources/data/orc/orc_null_in_string.json | 6 +
.../test/resources/data/orc/orc_null_in_string.orc | Bin 0 -> 719 bytes
.../features/orc/read/null_in_string}/__init__.py | 0
.../orc/read/null_in_string/expected/query01.ans | 13 +
.../read/{pushdown => null_in_string}/runTest.py | 2 +-
.../orc/read/null_in_string/sql/query01.sql | 3 +
concourse/docker/diagram/images.dot | 12 +
concourse/docker/diagram/images.svg | 781 +++++++++++----------
concourse/docker/pxf-dev-base/README.md | 16 +
concourse/docker/pxf-dev-base/cloudbuild.yaml | 27 +
.../docker/pxf-dev-base/gpdb7/centos7/Dockerfile | 18 +-
.../pxf-dev-base/{gpdb6 => gpdb7}/rhel8/Dockerfile | 12 +-
.../pxf-dev-base/gpdb7/ubuntu18.04/Dockerfile | 21 +-
concourse/pipelines/cloudbuild_pipeline.yml | 3 +-
concourse/scripts/get_product_files.bash | 18 +-
concourse/settings/pxf-multinode-params.yml | 2 +-
docs/content/hdfs_orc.html.md.erb | 31 +-
docs/content/hdfs_parquet.html.md.erb | 2 +-
docs/content/jdbc_cfg.html.md.erb | 6 +-
docs/content/objstore_orc.html.md.erb | 8 +-
external-table/src/gpdbwritableformatter.c | 25 +-
.../pxf/plugins/hdfs/HdfsFileFragmenter.java | 2 +-
.../pxf/plugins/json/JsonProtocolHandler.java | 41 ++
.../pxf/plugins/json/JsonProtocolHandlerTest.java | 57 ++
.../pxf/plugins/s3/S3ProtocolHandler.java | 7 +-
.../pxf/plugins/s3/S3ProtocolHandlerTest.java | 34 +
.../src/main/resources/pxf-profiles-default.xml | 6 +
33 files changed, 777 insertions(+), 511 deletions(-)
delete mode 100755
automation/src/main/java/org/greenplum/pxf/automation/components/cluster/installer/nodes/InstallationNode.java
create mode 100644
automation/src/test/resources/data/orc/orc_null_in_string.json
create mode 100644
automation/src/test/resources/data/orc/orc_null_in_string.orc
copy automation/{tinc/main/ext/qautils/gppylib/commands =>
tincrepo/main/pxf/features/orc/read/null_in_string}/__init__.py (100%)
mode change 100755 => 100644
create mode 100644
automation/tincrepo/main/pxf/features/orc/read/null_in_string/expected/query01.ans
copy automation/tincrepo/main/pxf/features/orc/read/{pushdown =>
null_in_string}/runTest.py (80%)
mode change 100755 => 100644
create mode 100644
automation/tincrepo/main/pxf/features/orc/read/null_in_string/sql/query01.sql
copy concourse/docker/pxf-dev-base/{gpdb6 => gpdb7}/rhel8/Dockerfile (90%)
create mode 100644
server/pxf-json/src/main/java/org/greenplum/pxf/plugins/json/JsonProtocolHandler.java
create mode 100644
server/pxf-json/src/test/java/org/greenplum/pxf/plugins/json/JsonProtocolHandlerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]