sunchao commented on a change in pull request #29831:
URL: https://github.com/apache/spark/pull/29831#discussion_r503020929
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala
##########
@@ -467,13 +468,13 @@ case class DataSourceStrategy(conf: SQLConf) extends
Strategy with Logging with
}
}
-object DataSourceStrategy {
+object DataSourceStrategy extends PredicateHelper {
/**
* The attribute name may differ from the one in the schema if the query
analyzer
* is case insensitive. We should change attribute names to match the ones
in the schema,
* so we do not need to worry about case sensitivity anymore.
*/
- protected[sql] def normalizeExprs(
Review comment:
Ah thanks @HyukjinKwon !
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]