[
https://issues.apache.org/jira/browse/CALCITE-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-4477.
----------------------------------
Fix Version/s: 1.27.0
Resolution: Fixed
Fixed in
[084d608c|https://github.com/apache/calcite/commit/084d608c6adbbb82bcbdc2778439dfbeb6d6afdd].
> In interpreter, support table-valued functions
> ----------------------------------------------
>
> Key: CALCITE-4477
> URL: https://issues.apache.org/jira/browse/CALCITE-4477
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Priority: Major
> Fix For: 1.27.0
>
>
> In interpreter, support table-valued functions. Currently if you try to run a
> plan that contains table-valued functions in the interpreter, you get an
> error like this:
> {noformat}
> java.lang.AssertionError: interpreter: no implementation for class
> org.apache.calcite.rel.logical.LogicalTableFunctionScanjava.lang.AssertionError:
> interpreter: no implementation for class
> org.apache.calcite.rel.logical.LogicalTableFunctionScan
> at
> org.apache.calcite.interpreter.Interpreter$CompilerImpl.visit(Interpreter.java:462)
> at org.apache.calcite.interpreter.Nodes$CoreCompiler.visit(Nodes.java:45)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)