GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1415 [CARBONDATA-1484] Fixed driver cache issue.
Driver cache is not cleared when the table is dropped in one driver and queried in another driver.
This PR checks the modified time and refreshes the cache.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/ravipesala/incubator-carbondata cache-refresh-issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1415.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1415
----
commit 0ba4a1b16e37b30ca4a68c17113e1ccd31e6f0ce
Author: ravipesala <
[hidden email]>
Date: 2017-10-13T16:38:49Z
Fixed driver cache issue.
----
---