dssysolyatin commented on code in PR #4692:
URL: https://github.com/apache/calcite/pull/4692#discussion_r2649814776


##########
core/src/main/java/org/apache/calcite/sql/dialect/ClickHouseSqlDialect.java:
##########
@@ -404,4 +411,45 @@ private static void unparseFloor(SqlWriter writer, SqlCall 
call) {
     call.operand(0).unparse(writer, 0, 0);
     writer.endList(frame);
   }
+
+  @Override public boolean supportWrapNestedJoin(RelNode rel) {

Review Comment:
   Do you use AI to generate these messages? They feel like AI generated. 
Personally, I would apply the same restriction that Gentoo uses 
https://wiki.gentoo.org/wiki/Project:Council/AI_policy (maybe except for 
translation from one language to another)



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