You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/09/30 08:34:18 UTC

[GitHub] [carbondata] nihal0107 commented on a change in pull request #4225: [CARBONDATA-4243] Fixed si with column meta cache on same column

nihal0107 commented on a change in pull request #4225:
URL: https://github.com/apache/carbondata/pull/4225#discussion_r719182738



##########
File path: integration/spark/src/main/common2.3and2.4/org/apache/spark/sql/CarbonDataSourceScanHelper.scala
##########
@@ -56,8 +56,11 @@ abstract class  CarbonDataSourceScanHelper(relation: CarbonDatasourceHadoopRelat
       .map(QueryPlan.normalizeExprId(_, output))
 
   @transient lazy val indexFilter: IndexFilter = {
-    val filter = pushedDownFilters.reduceOption(new AndExpression(_, _))
-      .map(new IndexFilter(relation.carbonTable, _, true)).orNull
+    var filter: IndexFilter = null

Review comment:
       done




-- 
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-unsubscribe@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org