[jira] [Commented] (CALCITE-1188) NullPointerException in extract with where in clause if field has null value

2016-04-10 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234386#comment-15234386 ] Wei Hu commented on CALCITE-1188: - the error stack is as below: Exception in thread "ma

[jira] [Updated] (CALCITE-1188) NullPointerException in extract with where in clause if field has null value

2016-04-05 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Hu updated CALCITE-1188: Description: if there was a timestamp or date field F1, the queries below will throw nullpointer exceptio

[jira] [Updated] (CALCITE-1188) NullPointerException in extract with where in clause if field has null value

2016-04-05 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Hu updated CALCITE-1188: Description: if there was a timestamp or date field F1, the queries below will throw nullpointer exceptio

[jira] [Updated] (CALCITE-1188) NullPointerException in extract with where in clause if field has null value

2016-04-05 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Hu updated CALCITE-1188: Description: if there was a timestamp or date field F1, the queries below will throw nullpointer exceptio

[jira] [Created] (CALCITE-1188) NullPointerException in extract with where in clause

2016-04-05 Thread Wei Hu (JIRA)
Wei Hu created CALCITE-1188: --- Summary: NullPointerException in extract with where in clause Key: CALCITE-1188 URL: https://issues.apache.org/jira/browse/CALCITE-1188 Project: Calcite Issue Type: Bu

[jira] [Updated] (CALCITE-1075) UDF Error of Calcite 1.6

2016-02-04 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Hu updated CALCITE-1075: Attachment: 0001-test-cases-for-CALCITE-1075.patch I add the test case to the example-csv. sub-project

[jira] [Updated] (CALCITE-1075) UDF Error of Calcite 1.6

2016-02-02 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Hu updated CALCITE-1075: Description: UDF Error In Calcite 1.6, may be Regression bugs? schema:Table:hr, A String, B String, C St

[jira] [Updated] (CALCITE-1075) UDF Error of Calcite 1.6

2016-02-02 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Hu updated CALCITE-1075: Description: UDF Error In Calcite 1.6, may be Regression bugs? schema:Table:hr, A String, B String, C St

[jira] [Created] (CALCITE-1075) UDF Error of Calcite 1.6

2016-02-02 Thread Wei Hu (JIRA)
Wei Hu created CALCITE-1075: --- Summary: UDF Error of Calcite 1.6 Key: CALCITE-1075 URL: https://issues.apache.org/jira/browse/CALCITE-1075 Project: Calcite Issue Type: Bug Affects Versions: 1.6

[jira] [Commented] (CALCITE-1041) User-defined function that returns DATE or TIMESTAMP value

2016-01-04 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082270#comment-15082270 ] Wei Hu commented on CALCITE-1041: - udf is as below: java.sql.Timestamp myfunc(Timestamp

[jira] [Commented] (CALCITE-986) User-defined function with Date or Timestamp parameters

2016-01-04 Thread Wei Hu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080809#comment-15080809 ] Wei Hu commented on CALCITE-986: udf is as below: java.sql.Timestamp myfunc(Timestamp f

[jira] [Created] (CALCITE-986) Scalar Function for UDF problem when argument type is Date or Timestamp

2015-11-19 Thread Wei Hu (JIRA)
Wei Hu created CALCITE-986: -- Summary: Scalar Function for UDF problem when argument type is Date or Timestamp Key: CALCITE-986 URL: https://issues.apache.org/jira/browse/CALCITE-986 Project: Calcite