Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[CARBONDATA-4306] Fix Query Performance issue for Spark 3.1
Why is this PR needed? Some non-partition filters, which cannot be handled by carbon, is not pushed down to spark. What changes were proposed in this PR? If partition filters is non empty, then the filter column is not partition column, then push the filter to spark This closes #4252
- Loading branch information