cloud-fan commented on code in PR #50129: URL: https://github.com/apache/spark/pull/50129#discussion_r1982816913
########## sql/catalyst/src/main/java/org/apache/spark/sql/connector/util/V2ExpressionSQLBuilder.java: ########## @@ -219,6 +218,10 @@ protected String inputToSQL(Expression input) { } } + protected String visitBinaryComparison(GeneralScalarExpression e) { Review Comment: this is not very different from overriding `def build` directly, as it's still a `GeneralScalarExpression` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org