Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2623#discussion_r211930856
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonScanRDD.scala
---
@@ -435,14 +436,16 @@ class CarbonScanRDD[T: ClassTag](
"true")
if (carbonRecordReader == null) {
new CarbonRecordReader(model,
-
format.getReadSupportClass(attemptContext.getConfiguration), inputMetricsStats)
+
format.getReadSupportClass(attemptContext.getConfiguration),
--- End diff --
Can we use the same conf in both places ?
---