cloud-fan commented on code in PR #37494:
URL: https://github.com/apache/spark/pull/37494#discussion_r946291319


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/connector/expressions/expressions.scala:
##########
@@ -389,3 +390,8 @@ private[sql] object SortValue {
       None
   }
 }
+
+private[sql] abstract class AbstractExpression extends Expression with 
Serializable {

Review Comment:
   I mean java package private... basically just define the class without 
`public`. We can simply put this class in `Expression.java`



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

Reply via email to