zzwqqq commented on code in PR #5017: URL: https://github.com/apache/calcite/pull/5017#discussion_r3406869411
########## core/src/main/java/org/apache/calcite/sql/SqlUtil.java: ########## @@ -455,48 +455,62 @@ public static void unparseBinarySyntax( } /** - * Unparses a WHERE clause. + * Unparses a condition clause, such as WHERE or ON. Review Comment: Thanks, I clarified the Javadoc to describe that the helper uses the existing WHERE_LIST frame for predicate-list formatting. -- 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]
