Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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:
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)
Attachments
Issue Links
- is related to
-
CALCITE-4478 In interpreter, support infinite relations
- Open
- relates to
-
CALCITE-4521 Support User Defined Table-valued Function
- Open