>From Ritik Raj <[email protected]>:
Attention is currently required from: Hussain Altowileb, Preetham Poluparthi,
Ritik Raj.
Hello Hussain Altowileb, Jenkins, Preetham Poluparthi,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21152?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by Ritik Raj, Integration-Tests+1 by Jenkins, Verified+1 by
Jenkins
Change subject: [ASTERIXDB-3757][EXT] Handle error in parquet empty schema
......................................................................
[ASTERIXDB-3757][EXT] Handle error in parquet empty schema
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
In case the query returns no result from Copy To,
the parquet writer gets empty schema which is illegal
for parquet writer, hence throws a runtime exception,
which needs to be handled properly as they are
surfaced as internal error.
ext-ref: MB-71111
Change-Id: I4574a96d43cf964e662b2c49aaf4440fc59aeadc
---
A
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/copy-to/parquet-empty-schema/parquet-empty-schema.01.ddl.sqlpp
A
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/copy-to/parquet-empty-schema/parquet-empty-schema.02.update.sqlpp
A
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/copy-to/parquet-empty-schema/parquet-empty-schema.03.update.sqlpp
M
asterixdb/asterix-app/src/test/resources/runtimets/testsuite_external_dataset_s3.xml
M
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/exceptions/ErrorCode.java
M asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
M
asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/writer/printer/ParquetExternalFilePrinter.java
7 files changed, 114 insertions(+), 4 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/52/21152/2
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21152?usp=email
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: asterixdb
Gerrit-Branch: lumina
Gerrit-Change-Id: I4574a96d43cf964e662b2c49aaf4440fc59aeadc
Gerrit-Change-Number: 21152
Gerrit-PatchSet: 2
Gerrit-Owner: Ritik Raj <[email protected]>
Gerrit-Reviewer: Hussain Altowileb <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Preetham Poluparthi <[email protected]>
Gerrit-Reviewer: Ritik Raj <[email protected]>
Gerrit-Attention: Hussain Altowileb <[email protected]>
Gerrit-Attention: Ritik Raj <[email protected]>
Gerrit-Attention: Preetham Poluparthi <[email protected]>