HyukjinKwon commented on code in PR #49134:
URL: https://github.com/apache/spark/pull/49134#discussion_r1879126657


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -192,7 +192,7 @@ trait CheckAnalysis extends PredicateHelper with 
LookupCatalog with QueryErrorsB
     )
   }
 
-  private def isContainsUnsupportedLCA(e: Expression, operator: LogicalPlan): 
Boolean = {
+  private def containsUnsupportedLCA(e: Expression, operator: LogicalPlan): 
Boolean = {

Review Comment:
   Let's avoid having such typo fixes ... .this is really something we can 
easily fix when we happen to touch those codes later...



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