>From Shahrzad Shirazi <[email protected]>:
Attention is currently required from: Shahrzad Shirazi.
Hello Anon. E. Moose #1000171, Jenkins,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20964?usp=email
to look at the new patch set (#6).
The following approvals got outdated and were removed:
Contrib-2 by Anon. E. Moose #1000171, Integration-Tests+1 by Jenkins
Change subject: [ASTERIXDB-3712][COMP] Fixing UPDATE statement null and missing
handling.
......................................................................
[ASTERIXDB-3712][COMP] Fixing UPDATE statement null and missing handling.
- user model changes: no
- storage format changes: no
- interface changes: no
Details: Currently, when a field is set to null or missing,
the result of the update statement does not reflect the
expected behavior. We need to modify it so that when a
field is set to null, the result displays null, and when
a field is set to missing, the field is removed from the
record.
Ext-ref: MB-70784
Change-Id: I0b06e37893590c0f4fff8adede55672993ca94d5
---
A
asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/update-statements/simple-case/simple-case.17.query.sqlpp
A
asterixdb/asterix-app/src/test/resources/runtimets/results/update-statements/simple-case/simple-case.17.adm
M
asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/records/RecordMergeDescriptor.java
M
asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/records/RecordMergeEvaluator.java
M
asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/records/RecordMergeIgnoreDuplicatesDescriptor.java
M
asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/records/RecordTransformEvaluator.java
6 files changed, 41 insertions(+), 7 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/64/20964/6
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20964?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: master
Gerrit-Change-Id: I0b06e37893590c0f4fff8adede55672993ca94d5
Gerrit-Change-Number: 20964
Gerrit-PatchSet: 6
Gerrit-Owner: Shahrzad Shirazi <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Attention: Shahrzad Shirazi <[email protected]>