You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Seungun Choe (JIRA)" <ji...@apache.org> on 2013/12/04 05:56:36 UTC

[jira] [Created] (TAJO-376) There is some parameter type bugs inTajoMaster.java file.

Seungun Choe created TAJO-376:
---------------------------------

             Summary: There is some parameter type bugs inTajoMaster.java file.
                 Key: TAJO-376
                 URL: https://issues.apache.org/jira/browse/TAJO-376
             Project: Tajo
          Issue Type: Bug
            Reporter: Seungun Choe
            Priority: Minor


There is some parameter type bugs inTajoMaster.java file.
One function that is available any type of data type and null data.
That function needs this line,

new FunctionDesc("function", function.class, FunctionType.GENERAL,
            CatalogUtil.newSimpleDataType(Type.TEXT),
            CatalogUtil.newSimpleDataTypeArray()));

new FunctionDesc("function", function.class, FunctionType.GENERAL,
            CatalogUtil.newSimpleDataType(Type.TEXT),
            CatalogUtil.newSimpleDataTypeArray(Type.ANY)));

But, ANY and NULL Type has NullPointer Exception.
Plz check this issue.




--
This message was sent by Atlassian JIRA
(v6.1#6144)