JoshRosen commented on code in PR #46908:
URL: https://github.com/apache/spark/pull/46908#discussion_r1630419417
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ColumnResolutionHelper.scala:
##########
@@ -139,62 +139,64 @@ trait ColumnResolutionHelper extends Logging with
DataTypeErrorsBase {
val resolver = conf.resolver
- def innerResolve(e: Expression, isTopLevel: Boolean): Expression =
withOrigin(e.origin) {
Review Comment:
Most of the changes in this file are from re-indentation, so I recommend
reviewing the whitespace-free diff instead:
https://github.com/apache/spark/pull/46908/files?diff=unified&w=1
--
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]