Shoji Ohara created DRILL-3932:
----------------------------------

             Summary: exception occurs "drill-simple-mask-function" to pass the 
data of more than 257 characters "IndexOutOfBoundsException"
                 Key: DRILL-3932
                 URL: https://issues.apache.org/jira/browse/DRILL-3932
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Shoji Ohara


Sample of source "drill-simple-mask-function" to pass the data of more than 257 
characters "IndexOutOfBoundsException" exception but is a result of the use of, 
or Why is that?

{code:title=example}
SELECT 
MASK('12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567',
 '*' , 255) FROM `dfs`.`test.json`
{code}
{code:title=exception}
Error: SYSTEM ERROR: IndexOutOfBoundsException: index: 0, length: 257 
(expected: range(0, 256))
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to