[
https://issues.apache.org/jira/browse/TAJO-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848751#comment-13848751
]
Jihoon Son commented on TAJO-376:
---------------------------------
This bug looks to be caused by the LogicalPlanner, because it cannot handle
those types.
Recently, LogicalPlanner is improved to handle the null type (TAJO-413).
Would you try for the null type again?
> 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.4#6159)