Github user jaceklaskowski commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21815#discussion_r204098057
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/DataSourceScanExec.scala 
---
    @@ -270,7 +270,7 @@ case class FileSourceScanExec(
       private val pushedDownFilters = 
dataFilters.flatMap(DataSourceStrategy.translateFilter)
       logInfo(s"Pushed Filters: ${pushedDownFilters.mkString(",")}")
     
    -  override val metadata: Map[String, String] = {
    +  override lazy val metadata: Map[String, String] = {
    --- End diff --
    
    Ouch. I'd have never thought about any code with `RDD` and physical 
operators on the executor-side (!) Learnt it today.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to