You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Shoji Ohara (JIRA)" <ji...@apache.org> on 2015/10/14 11:57:05 UTC

[jira] [Created] (DRILL-3932) exception occurs "drill-simple-mask-function" to pass the data of more than 257 characters "IndexOutOfBoundsException"

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)