[jira] [Created] (CARBONDATA-4096) SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer
Posted by
Akash R Nilugal (Jira) on
Dec 22, 2020; 1:27pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-4096-SDK-read-fails-from-cluster-and-sdk-read-filter-query-on-sort-column-gir-tp105035.html
SHREELEKHYA GAMPA created CARBONDATA-4096:
---------------------------------------------
Summary: SDK read fails from cluster and sdk read filter query on sort column giving wrong result with IndexServer
Key: CARBONDATA-4096
URL:
https://issues.apache.org/jira/browse/CARBONDATA-4096 Project: CarbonData
Issue Type: Bug
Reporter: SHREELEKHYA GAMPA
Attachments: image-2020-12-22-18-54-52-361.png, wrongresults_with_IS.PNG
Test write sdk and read with spark.
Queries to reproduce:
put written sdk files in $warehouse/sdk path - contains .carbondata and .index files.
+From spark-sql:+
create table sdkout using carbon options(path='$warehouse/sdk');
select * from sdkout where salary = 100;
!image-2020-12-22-18-54-52-361.png|width=744,height=279!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)