kunal642 commented on a change in pull request #4241: URL: https://github.com/apache/carbondata/pull/4241#discussion_r767430384
########## File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala ########## @@ -44,9 +43,10 @@ case class CarbonDataSourceScan( output: Seq[Attribute], partitionFiltersWithoutDpp: Seq[SparkExpression], dataFilters: Seq[SparkExpression], - @transient readCommittedScope: ReadCommittedScope, @transient pushedDownProjection: CarbonProjection, @transient pushedDownFilters: Seq[Expression], + pushDownFiltersStr: String, + projectionColStr: String, Review comment: Do we need to pass these new variables? cant we make string for both in the constructor?? -- 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