dybyte commented on code in PR #11010:
URL: https://github.com/apache/seatunnel/pull/11010#discussion_r3367660035


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/util/Conditions.java:
##########
@@ -33,14 +36,15 @@
  *     .build();
  * }</pre>
  *
- * <p>Currently supported operators (17 total, 4 categories):
+ * <p>Currently supported operators (19 total, 5 categories):
  *
  * <ul>
  *   <li><b>Numeric</b>: {@code greaterThan}, {@code greaterOrEqual}, {@code 
lessThan}, {@code
  *       lessOrEqual}
  *   <li><b>String</b>: {@code notBlank}, {@code startsWith}, {@code 
contains}, {@code matches},
  *       {@code upperCase}, {@code lowerCase}
  *   <li><b>Collection</b>: {@code notEmpty}, {@code unique}
+ *   <li><b>Map</b>: {@code mapNotEmpty}, {@code containsKey}, {@code 
containsKeys}

Review Comment:
   ```suggestion
    *   <li><b>Map</b>: {@code mapNotEmpty}, {@code mapContainsKey}, {@code 
mapContainsKeys}
   ```



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