Akash R Nilugal created CARBONDATA-2953:
-------------------------------------------
Summary: Dataload fails when sort column is given, and query returns null value from another session
Key: CARBONDATA-2953
URL:
https://issues.apache.org/jira/browse/CARBONDATA-2953 Project: CarbonData
Issue Type: Bug
Reporter: Akash R Nilugal
Assignee: Akash R Nilugal
# when dataload is done with sort columns, it fails with following exeptions
# when two sessions are running in parallel, the follow below steps in session1
## drop table
## create table
## load data to table
# follow below step in session2
## query on table(select * from table limit 1), then the query returns null result instead for proper result
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)