[jira] [Commented] (ASTERIXDB-2442) substring() should return NULL if starting offset is out of bounds or length is negative

2018-08-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16583089#comment-16583089
 ] 

ASF subversion and git services commented on ASTERIXDB-2442:


Commit 28c0784610ab7289376b1621bd637c755d6abaec in asterixdb's branch 
refs/heads/master from [~mblow]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=28c0784 ]

[ASTERIXDB-2442][FUN] substring() should return NULL if the operation cannot be 
performed

- user model changes: yes
- storage format changes: no
- interface changes: no

Details:
- substring() should return NULL if starting offset is out of bounds
  for given string or length is negative

(merge commit '42a739aba768357eb9f80f917f8967879bf44768' from 
stabilization-f69489)

Change-Id: Iedc34869feb91cd8015db36b61fee7e803e9ec1f


> substring() should return NULL if starting offset is out of bounds or length 
> is negative
> 
>
> Key: ASTERIXDB-2442
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2442
> Project: Apache AsterixDB
>  Issue Type: Improvement
>Reporter: Dmitry Lychagin
>Assignee: Dmitry Lychagin
>Priority: Minor
>
> substring() should return NULL in the following cases:
> 1) if starting offset is out of bounds for given string, including the case 
> when the starting offset is negative and therefore counted backwards from the 
> length of the string.
> 2) if length is negative



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ASTERIXDB-2442) substring() should return NULL if starting offset is out of bounds or length is negative

2018-08-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16583088#comment-16583088
 ] 

ASF subversion and git services commented on ASTERIXDB-2442:


Commit 42a739aba768357eb9f80f917f8967879bf44768 in asterixdb's branch 
refs/heads/master from [~dlychagin-cb]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=42a739a ]

[ASTERIXDB-2442][FUN] substring() should return NULL if the operation cannot be 
performed

- user model changes: yes
- storage format changes: no
- interface changes: no

Details:
- substring() should return NULL if starting offset is out of bounds
  for given string or length is negative

Change-Id: Ia43a4266a2406ebba65809d527de896ad11fdffa
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2914
Sonar-Qube: Jenkins 
Integration-Tests: Jenkins 
Tested-by: Jenkins 
Reviewed-by: Till Westmann 


> substring() should return NULL if starting offset is out of bounds or length 
> is negative
> 
>
> Key: ASTERIXDB-2442
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2442
> Project: Apache AsterixDB
>  Issue Type: Improvement
>Reporter: Dmitry Lychagin
>Assignee: Dmitry Lychagin
>Priority: Minor
>
> substring() should return NULL in the following cases:
> 1) if starting offset is out of bounds for given string, including the case 
> when the starting offset is negative and therefore counted backwards from the 
> length of the string.
> 2) if length is negative



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)