[ 
https://issues.apache.org/jira/browse/DRILL-6705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603518#comment-16603518
 ] 

ASF GitHub Bot commented on DRILL-6705:
---------------------------------------

cgivre commented on issue #1443: DRILL-6705: Fix various failures in Crypto / 
Network / Phonetic functions when invalid input is given
URL: https://github.com/apache/drill/pull/1443#issuecomment-418498922
 
 
   +1  Built from source, ran all tests, ran ad-hoc queries. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Fix various failures in Crypto / Network / Phonetic functions when illegal 
> input is given
> -----------------------------------------------------------------------------------------
>
>                 Key: DRILL-6705
>                 URL: https://issues.apache.org/jira/browse/DRILL-6705
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.14.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>            Priority: Major
>             Fix For: 1.15.0
>
>
> 1. aes_decrypt / aes_ecrypt - moved cyper init part into eval method since it 
> not a constant and can be different for each input
> 2. double_metaphone - fixed NPE when given string is empty
> 3. in_network / address_count / broadcast_address / netmask / low_address / 
> high_address / - fixed IllegalArgumentException in case of invalid input
> 4. is_private_ip / inet_aton - fixed ArrayIndexOutOfBoundsException / 
> NumberFormatException in case of invalid input
> 5. is_valid_IP / is_valid_IPv4 / is_valid_IPv6 - removed unnecessary checks



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

Reply via email to