viirya commented on a change in pull request #26565: [SPARK-29937][SQL] Make
FileSourceScanExec class fields lazy
URL: https://github.com/apache/spark/pull/26565#discussion_r347175797
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala
##########
@@ -325,8 +325,7 @@ case class FileSourceScanExec(
}
@transient
- private val pushedDownFilters =
dataFilters.flatMap(DataSourceStrategy.translateFilter)
- logInfo(s"Pushed Filters: ${pushedDownFilters.mkString(",")}")
Review comment:
If the log is consistent, I think it should not be confused.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]