Github user anubhav100 commented on the issue:
https://github.com/apache/carbondata/pull/1649
@chenliang613 1.jira title is not completely correct it just appears to
the tester that it is because of multiple load only problem is that in operator
on timestamp is not working correctly because timestamp was getting multiplied
by 1000 twice when we are creating inexpression i updated the same in
description as well
2. we are using carbondatastorecreator to create store and it is using only
core api so it is too difficult to do multiple loads so i added the test case
for the exact scenario
---