This is an automated email from the ASF dual-hosted git repository.
htowaileb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
from 3f59cf49dc Merge branch 'gerrit/neo'
new 0e3e90a8a6 [ASTERIXDB-3044][FUN] object_concat(), issue a warning on
duplicate field
new 98603d1282 [ASTERIXDB-3045][RT] Skip adding fields with UNKNOWN fields
names in record builder
new 7b0c6f0ba9 [ASTERIXDB-3049][EXT]: Handle external failures for Parquet
at compilation stage
new 0fb930b2d9 [NO ISSUE][LIC]: Fix licenses warnings
new 40dd756a39 [ASTERIXDB-3050][EXT]: Update GCS version
new 048a3cdaeb Merge branch 'gerrit/neo'
The 6 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:
.../queries_sqlpp/objects/ObjectsQueries.xml | 8 +-
.../object_concat/object_concat.4.query.sqlpp | 28 +++
...nstructor-with-missing-field-name.1.query.sqlpp | 21 +++
...nstructor-with-missing-field-name.2.query.sqlpp | 44 +++++
.../objects/object_concat/object_concat.4.adm | 1 +
...bject-constructor-with-missing-field-name.1.adm | 2 +
...bject-constructor-with-missing-field-name.2.adm | 3 +
.../external/input/HDFSDataSourceFactory.java | 5 +-
.../aws/parquet/AwsS3ParquetReaderFactory.java | 26 ++-
.../org/apache/asterix/builders/RecordBuilder.java | 11 +-
.../functions/records/RecordConcatEvalFactory.java | 18 +-
asterixdb/asterix-server/pom.xml | 93 +++++-----
asterixdb/pom.xml | 2 +-
.../appended-resources/supplemental-models.xml | 148 +++++++--------
...rumentation_opencensus-java_v0.28.0_LICENSE.txt | 202 ---------------------
...t.com_google_gson_gson-parent-2.8.9_LICENSE.txt | 202 ---------------------
..._googleapis_api-common-java_v2.2.1_LICENSE.txt} | 1 -
...nt.com_googleapis_gax-java_v2.18.2_LICENSE.txt} | 0
...apis_google-api-java-client_v1.33.0_LICENSE.txt | 201 --------------------
...is_google-auth-library-java_v1.7.0_LICENSE.txt} | 0
...pis_google-http-java-client_v1.41.0_LICENSE.txt | 201 --------------------
...is_google-oauth-java-client_v1.32.1_LICENSE.txt | 201 --------------------
...ent.com_googleapis_java-core_v2.3.5_LICENSE.txt | 201 --------------------
...rcontent.com_grpc_grpc-java_v1.47.0_NOTICE.txt} | 0
...m_protocolbuffers_protobuf_v3.21.1_LICENSE.txt} | 0
25 files changed, 283 insertions(+), 1336 deletions(-)
create mode 100644
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/object_concat/object_concat.4.query.sqlpp
create mode 100644
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/open-object-constructor-with-missing-field-name/open-object-constructor-with-missing-field-name.1.query.sqlpp
create mode 100644
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/objects/open-object-constructor-with-missing-field-name/open-object-constructor-with-missing-field-name.2.query.sqlpp
create mode 100644
asterixdb/asterix-app/src/test/resources/runtimets/results/objects/object_concat/object_concat.4.adm
create mode 100644
asterixdb/asterix-app/src/test/resources/runtimets/results/objects/open-object-constructor-with-missing-field-name/open-object-constructor-with-missing-field-name.1.adm
create mode 100644
asterixdb/asterix-app/src/test/resources/runtimets/results/objects/open-object-constructor-with-missing-field-name/open-object-constructor-with-missing-field-name.2.adm
delete mode 100644
asterixdb/src/main/licenses/content/raw.githubusercontent.com_census-instrumentation_opencensus-java_v0.28.0_LICENSE.txt
delete mode 100644
asterixdb/src/main/licenses/content/raw.githubusercontent.com_google_gson_gson-parent-2.8.9_LICENSE.txt
rename
asterixdb/src/main/licenses/content/{raw.githubusercontent.com_googleapis_api-common-java_v2.1.2_LICENSE.txt
=> raw.githubusercontent.com_googleapis_api-common-java_v2.2.1_LICENSE.txt}
(98%)
rename
asterixdb/src/main/licenses/content/{raw.githubusercontent.com_googleapis_gax-java_v2.8.1_LICENSE.txt
=> raw.githubusercontent.com_googleapis_gax-java_v2.18.2_LICENSE.txt} (100%)
delete mode 100644
asterixdb/src/main/licenses/content/raw.githubusercontent.com_googleapis_google-api-java-client_v1.33.0_LICENSE.txt
rename
asterixdb/src/main/licenses/content/{raw.githubusercontent.com_googleapis_google-auth-library-java_v1.3.0_LICENSE.txt
=>
raw.githubusercontent.com_googleapis_google-auth-library-java_v1.7.0_LICENSE.txt}
(100%)
delete mode 100644
asterixdb/src/main/licenses/content/raw.githubusercontent.com_googleapis_google-http-java-client_v1.41.0_LICENSE.txt
delete mode 100644
asterixdb/src/main/licenses/content/raw.githubusercontent.com_googleapis_google-oauth-java-client_v1.32.1_LICENSE.txt
delete mode 100644
asterixdb/src/main/licenses/content/raw.githubusercontent.com_googleapis_java-core_v2.3.5_LICENSE.txt
copy
asterixdb/src/main/licenses/content/{raw.githubusercontent.com_grpc_grpc-java_v1.43.2_NOTICE.txt
=> raw.githubusercontent.com_grpc_grpc-java_v1.47.0_NOTICE.txt} (100%)
rename
asterixdb/src/main/licenses/content/{raw.githubusercontent.com_protocolbuffers_protobuf_v3.19.2_LICENSE.txt
=> raw.githubusercontent.com_protocolbuffers_protobuf_v3.21.1_LICENSE.txt}
(100%)