GitHub user kunal642 opened a pull request:
https://github.com/apache/carbondata/pull/1375 [CARBONDATA-1288] skip single_pass if dictionary column is not present
Analysis: If none of the columns in the table have dictionary encoding then no need to go to single_pass flow as it will start the dictionary client.
Solution: set single_pass as false if no column has dictionary encoding
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/kunal642/carbondata restrict_single_pass
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1375.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1375
----
commit b3010b9a245adbbd6bc68bad52a8eacb50ef40d9
Author: kunal642 <
[hidden email]>
Date: 2017-09-20T09:53:42Z
skip single_pass if dictionary column is not present
----
---