andylam-db commented on code in PR #47386:
URL: https://github.com/apache/spark/pull/47386#discussion_r1681403062
##########
sql/core/src/test/scala/org/apache/spark/sql/QueryGeneratorHelper.scala:
##########
@@ -96,7 +109,10 @@ trait QueryGeneratorHelper {
// Subquery to be treated as a Relation.
val RELATION = Value
// Subquery is a Predicate - types of predicate subqueries.
- val SCALAR_PREDICATE_EQUALS, SCALAR_PREDICATE_LESS_THAN, IN, NOT_IN,
EXISTS, NOT_EXISTS = Value
+ val SCALAR_PREDICATE_EQUALS, SCALAR_PREDICATE_NOT_EQUALS,
+ SCALAR_PREDICATE_LESS_THAN, SCALAR_PREDICATE_LESS_THAN_OR_EQUALS,
+ SCALAR_PREDICATE_GREATER_THAN, SCALAR_PREDICATE_GREATER_THAN_OR_EQUALS,
+ IN, NOT_IN, EXISTS, NOT_EXISTS = Value
Review Comment:
NIT: Indentation
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]