GitHub user manishgupta88 opened a pull request:
https://github.com/apache/carbondata/pull/2795 [HOTFIX] Changes to align printing of information in explain command based on enable.query.statistics flag
Now user need to set the flag enable.query.statistics = true to print the pruning and dataMap related information in the explain command.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/manishgupta88/carbondata explain_profiler_disable_default
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2795.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2795
----
commit 2b03fe91efd2ba144e6ef988750fc1e8c63d40f5
Author: manishgupta88 <tomanishgupta18@...>
Date: 2018-10-03T12:43:45Z
[HOTFIX] Changes to align printing of information in explain command based on enable.query.statistics flag
----
---