[
https://issues.apache.org/jira/browse/ASTERIXDB-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18009688#comment-18009688
]
ASF subversion and git services commented on ASTERIXDB-3624:
------------------------------------------------------------
Commit 73c0276930098db475c3f7e0fdf8fb54fae51de8 in asterixdb's branch
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=73c0276930 ]
[ASTERIXDB-3624][FUN] Fix record_remove_fields() type computer
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
Fix the type computer to match what the runtime returns.
Ext-ref: MB-67309
Change-Id: I90f97832f595261e8976e88f47c068644ad720c0
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19991
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
> Internal error encountered in object_remove_fields
> --------------------------------------------------
>
> Key: ASTERIXDB-3624
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3624
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: FUN - Functions
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
> Labels: triaged
>
> The following query encounters an internal error:
> {{select value object_remove_fields(\{"props": { "rc": { "s": { "p": {
> "date": "2025-05-30T02:11:05.892Z", "value": "True" } }, "c": \{ "s.l": {
> "2025-04-28": 4.99, "2025-04-29": 2.99 } } } }}, [ [ "props", "rc", "c",
> "s.l" ]]);}}
> The type computed by the function’s type computer does not match the type
> returned by the runtime.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)