This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 47c7238c038 branch-3.0: [opt](s3io) Check data integrity after an
upload for S3FileWriter #50168 (#50312)
add 3152752b0c9 [enhancement](hive)Initial support for Hive
org.openx.data.jsonserde.JsonSerDe (#49958) (#50412)
No new revisions were added by this update.
Summary of changes:
be/src/vec/exec/format/json/new_json_reader.cpp | 33 ++++++++--
be/src/vec/exec/format/json/new_json_reader.h | 8 ++-
.../hive/scripts/auxlib/json-serde-1.3.9.tar.gz | Bin 0 -> 78992 bytes
.../scripts/create_preinstalled_scripts/run76.hql | 59 ++++++++++++++++-
.../docker-compose/hive/scripts/hive-metastore.sh | 9 +++
.../json/openx_json/json_data_arrays_tb/1 | 2 +
.../json/openx_json/json_one_column_table/1 | 5 ++
.../preinstalled_data/json/openx_json/json_table/1 | 2 +
.../preinstalled_data/json/openx_json/json_table/2 | 11 ++++
.../json/openx_json/scalar_to_array_tb/1 | 1 +
.../doris/datasource/hive/HMSExternalTable.java | 8 +++
.../datasource/hive/HiveMetaStoreClientHelper.java | 1 +
.../doris/datasource/hive/HiveProperties.java | 10 +++
.../doris/datasource/hive/source/HiveScanNode.java | 48 +++++++++++++-
.../java/org/apache/doris/qe/SessionVariable.java | 21 ++++++
gensrc/thrift/PlanNodes.thrift | 3 +
.../hive/test_hive_openx_json.out | Bin 0 -> 709 bytes
...sic_test.groovy => test_hive_openx_json.groovy} | 71 ++++++++++++---------
18 files changed, 253 insertions(+), 39 deletions(-)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/auxlib/json-serde-1.3.9.tar.gz
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/json/openx_json/json_data_arrays_tb/1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/json/openx_json/json_one_column_table/1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/json/openx_json/json_table/1
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/json/openx_json/json_table/2
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/preinstalled_data/json/openx_json/scalar_to_array_tb/1
create mode 100644
regression-test/data/external_table_p0/hive/test_hive_openx_json.out
copy
regression-test/suites/external_table_p0/hive/{hive_json_basic_test.groovy =>
test_hive_openx_json.groovy} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]