You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Akash R Nilugal (JIRA)" <ji...@apache.org> on 2018/05/03 08:49:00 UTC

[jira] [Created] (CARBONDATA-2431) Incremental data added after table creation is not reflecting while doing select query.

Akash R Nilugal created CARBONDATA-2431:
-------------------------------------------

             Summary: Incremental data added after table creation is not reflecting while doing select query.
                 Key: CARBONDATA-2431
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2431
             Project: CarbonData
          Issue Type: Bug
            Reporter: Akash R Nilugal
            Assignee: Rahul Kumar


steps to reproduce :

 

1: Write a carbon data file which is having 10 records using SDK and upload to HDFS. Create an external table with this location 
 2: execute the select query and observe that 10 records are written.
 3: Again write a new file in same folder with 10 records and move it to HDFS in same folder.
 4: Now again execute the select query and observe that only 10 records are returned instaed of 20.
 5: Create a new external table on same location and observe that all 20 records are returned.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)