xuyangzhong commented on code in PR #23505:
URL: https://github.com/apache/flink/pull/23505#discussion_r1462652354


##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java:
##########
@@ -5335,6 +5364,11 @@ public RexNode convertExpression(SqlNode expr) {
                         root = convertQueryRecursive(query, false, null);
                         return RexSubQuery.multiset(root.rel);
 
+                        //                    case SET_SEMANTICS_TABLE:
+                        //                        call = (SqlCall) expr;
+                        //                        query = call.operand(0);
+                        //                        root = 
convertQueryRecursive(query, false, null);
+                        //                        return 
RexSubQuery.setSemanticsTable(root.rel);

Review Comment:
   Sorry, this is used for poc. I have deleted it.



-- 
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]

Reply via email to