[
https://issues.apache.org/jira/browse/ASTERIXDB-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ali Alsuliman updated ASTERIXDB-2634:
-------------------------------------
Description:
Make string functions return NULL on invalid arg types and issue a warning.
{code:java}
string-equal
matches
regexp-like
regexp-position
regexp-position1
regexp-replace
regexp-matches
regexp-split
lowercase
uppercase
initcap
trim
ltrim
rtrim
position
position1
replace
reverse
string-length
like
contains
starts-with
ends-with
substring
substring1
substring-before
substring-after
string-to-codepoint
codepoint-to-string
string-concat
string-join
repeat
split
{code}
was:
Make string functions return NULL on invalid arg types and issue a warning.
{code:java}
string-equal
matches
regexp-like
regexp-position
regexp-position1
regexp-replace
{code}
> Make string functions return NULL on invalid arg types
> ------------------------------------------------------
>
> Key: ASTERIXDB-2634
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2634
> Project: Apache AsterixDB
> Issue Type: Task
> Components: COMP - Compiler, RT - Runtime
> Affects Versions: 0.9.4
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
> Fix For: 0.9.7
>
>
> Make string functions return NULL on invalid arg types and issue a warning.
> {code:java}
> string-equal
> matches
> regexp-like
> regexp-position
> regexp-position1
> regexp-replace
> regexp-matches
> regexp-split
> lowercase
> uppercase
> initcap
> trim
> ltrim
> rtrim
> position
> position1
> replace
> reverse
> string-length
> like
> contains
> starts-with
> ends-with
> substring
> substring1
> substring-before
> substring-after
> string-to-codepoint
> codepoint-to-string
> string-concat
> string-join
> repeat
> split
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)