[
https://issues.apache.org/jira/browse/ASTERIXDB-3607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955509#comment-17955509
]
ASF subversion and git services commented on ASTERIXDB-3607:
------------------------------------------------------------
Commit 907c769582d3646b6d30056158277f08383d87de in asterixdb's branch
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=907c769582 ]
[ASTERIXDB-3607][FUN] Add function to handle failures when evaluating functions
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
Such a function will be helpful when we need to identify
the documents causing query failure due to function evaluation errors.
Ext-ref: MB-66662
Change-Id: I7568f80059742788d1a9cc8286e1f242b0bfebbf
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19766
Tested-by: Ali Alsuliman <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>
> Add function to handle failures when evaluating functions
> ---------------------------------------------------------
>
> Key: ASTERIXDB-3607
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3607
> Project: Apache AsterixDB
> Issue Type: Task
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
> Labels: triaged
>
> Example:
> {noformat}
> SET `import-private-functions` `true`;
> SELECT * FROM col AS c
> WHERE handle_error(some_function(c.some_field)){noformat}
> This will be helpful to identify problematic documents.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)