[
https://issues.apache.org/jira/browse/ASTERIXDB-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15092206#comment-15092206
]
ASF subversion and git services commented on ASTERIXDB-1187:
------------------------------------------------------------
Commit 4053f390af30d7d8cbf906fd874291a28a1b1c0b in incubator-asterixdb's branch
refs/heads/master from [~heriram]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=4053f39 ]
ASTERIXDB-1187, ASTERIXDB-1162 and ASTERIXDB-1252 fixes, plus new internal
functions
This change contains the following updates and fixes:
- New deep-equality function which also handles numeric equality,
e.g., [2.0, 2, 1.0] == [2, 2, 1].
- New internal functions for record manipulation, including add and remove
fields from records
- Fixes for ASTERIXDB-1187: The RecordMergeDescriptor does not fully support
open record merge. Merging records with open fields results in
"NullPointerException".
- Fixes to address issue ASTERIXDB-1162: dealing with closed or partly closed
record
added to an open record field.
- Fixes issue ASTERIXDB-1252: Problems with Autogenerated Key
Change-Id: I3621ebdd71c7cd91b50d77a972ad863cea7fcbc2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/298
Tested-by: Jenkins <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
> record-merge function do not support open record
> ------------------------------------------------
>
> Key: ASTERIXDB-1187
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-1187
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: Functions - AQL
> Reporter: Heri Ramampiaro
> Assignee: Heri Ramampiaro
>
> The RecordMergeDescriptor does not fully support open record merge. Merging
> records with open fields results in "NullPointerException".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)