Re: Another error on using unbounded dynamic parameters

2017-11-20 Thread Julian Hyde
See my comment https://issues.apache.org/jira/browse/CALCITE-2054?focusedCommentId=16259687=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16259687

Another error on using unbounded dynamic parameters

2017-11-18 Thread Enrico Olivelli
I found another query sent to my DBMS which causes troubles to Calcite SELECT ? as foo, k1, n1 FROM mytable The result is the usual: "Illegal use of dynamic parameter" This time it is impossible to infer the type of the parameter. I wonder if it would be possible to implement a configuration