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)