Indhumathi27 commented on a change in pull request #4199: URL: https://github.com/apache/carbondata/pull/4199#discussion_r692846218
########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala ########## @@ -49,9 +50,19 @@ case class CarbonDataSourceScan( directScanSupport: Boolean, @transient extraRDD: Option[(RDD[InternalRow], Boolean)] = None, tableIdentifier: Option[TableIdentifier] = None, + @transient selectedCatalogPartitions : Seq[CatalogTablePartition] = Seq.empty, + @transient partitions: Seq[SparkExpression], Review comment: partitionFilters - does not have Dynamic subquery expression. Renamed the variables -- 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. To unsubscribe, e-mail: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org