tkalkirill commented on code in PR #5144:
URL: https://github.com/apache/calcite/pull/5144#discussion_r3727180899
##########
core/src/test/java/org/apache/calcite/test/TableFunctionTest.java:
##########
@@ -400,6 +411,139 @@ private Connection getConnectionWithMultiplyFunction()
throws SQLException {
"row_name=row 2; c1=103; c2=106");
}
+ @Test void testTableFunctionWithScalarQueryLiteralAndColumnArguments() {
Review Comment:
I validated the expected results independently against Oracle using a
standalone PL/SQL test oracle https://onecompiler.com/plsql/44xe3ubj8. The
program defines a pipelined table function and invokes it with the same scalar
subquery, literal, and correlated outer-column arguments. Oracle produced (100,
10, 20, 100) and (200, 10, 20, 200), which matches the test expectations.
Or did you mean something else?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]