[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-12-04 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16988407#comment-16988407 ] Wang Yanlin commented on CALCITE-3246: -- I rebase master, and create a new PR: 

[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-12-04 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16988394#comment-16988394 ] Chunwei Lei commented on CALCITE-3246: -- [~yanlin-Lynn] , please open another PR for it. >

[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-12-04 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16988383#comment-16988383 ] Wang Yanlin commented on CALCITE-3246: -- What to do next ? Should I create another PR or you can

[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-12-04 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16988258#comment-16988258 ] Julian Hyde commented on CALCITE-3246: -- Since we already deserialize based on class name, this

[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-11-28 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16984221#comment-16984221 ] Chunwei Lei commented on CALCITE-3246: -- It seems using the class name to instantiate a class is

[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-08-23 Thread Chunwei Lei (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16914022#comment-16914022 ] Chunwei Lei commented on CALCITE-3246: -- [~julianhyde] , Sorry for the late reply. I spent some

[jira] [Commented] (CALCITE-3246) RelJsonReader throws NullPointerException while deserializing from JSON a call to a user-defined function (UDF)

2019-08-21 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912199#comment-16912199 ] Wang Yanlin commented on CALCITE-3246: -- OK. And, any suggestion for update? > RelJsonReader