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

    https://github.com/apache/spark/pull/9774#discussion_r45117143
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/SqlNewHadoopRDD.scala ---
    @@ -95,6 +95,8 @@ private[spark] class SqlNewHadoopRDD[V: ClassTag](
       }
     
       @transient protected val jobId = new JobID(jobTrackerId, id)
    +  protected val enableUnsafeRowParquetReader: Boolean =
    +      sc.conf.getBoolean("spark.parquet.enableUnsafeRowRecordReader", true)
    --- End diff --
    
    we should use a sqlconf to set this, not the spark conf (spark conf is 
immutable once the app starts)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to