Github user nongli commented on a diff in the pull request: https://github.com/apache/spark/pull/9774#discussion_r45161643 --- 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 -- can i use that here? This seems far away from sql.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org