jiefei30 commented on code in PR #3399:
URL: https://github.com/apache/calcite/pull/3399#discussion_r1335980116


##########
babel/src/main/codegen/config.fmpp:
##########
@@ -49,7 +49,8 @@ data: {
       "SEMI"
       "SEQUENCES"
       "TEMP"
-      "VOLATILE"
+      "VOLATILE",
+      "ANTI"

Review Comment:
   already fixed



##########
babel/src/main/codegen/config.fmpp:
##########
@@ -62,7 +63,8 @@ data: {
       "SEED"
       "SEMI"
       "SEQUENCES"
-      "TEMP"
+      "TEMP",

Review Comment:
   already fixed



##########
babel/src/main/codegen/config.fmpp:
##########
@@ -545,7 +547,8 @@ data: {
     # List of additional join types. Each is a method with no arguments.
     # Example: "LeftSemiJoin".
     joinTypes: [
-      "LeftSemiJoin"
+      "LeftSemiJoin",
+      "LeftAntiJoin"

Review Comment:
   already fixed



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