raminqaf commented on code in PR #26862:
URL: https://github.com/apache/flink/pull/26862#discussion_r2250745669


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/RowFunctionITCase.java:
##########
@@ -83,6 +92,35 @@ Stream<TestSetSpec> getTestSetSpecs() {
                                         .notNull()));
     }
 
+    @Test
+    void testRowFromNonLiteralInput() throws Exception {

Review Comment:
   Yes, I used the specs at first, but the query was optimized to a literal. 
Taking a different path from the query that reproduces the bug.
   
   
https://github.com/raminqaf/flink/blob/e9a405dcda9578d884390deb486545394cdbf802/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/calls/ScalarOperatorGens.scala#L1146-L1152



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to