gustavodemorais commented on code in PR #27886:
URL: https://github.com/apache/flink/pull/27886#discussion_r3116885224


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/SystemTypeInference.java:
##########
@@ -656,12 +684,13 @@ private static void checkRowSemantics(StaticArgument 
staticArg, TableSemantics s
             }
         }
 
-        private static void checkSetSemantics(StaticArgument staticArg, 
TableSemantics semantics) {
-            if (!staticArg.is(StaticArgumentTrait.SET_SEMANTIC_TABLE)) {
+        private static void checkSetSemantics(
+                StaticArgument staticArg, TableSemantics semantics, 
TraitContext traitCtx) {

Review Comment:
   Done - We currently apply the conditional traits before checking at the 
places where we need them



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