[
https://issues.apache.org/jira/browse/CARBONDATA-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xigua updated CARBONDATA-3561:
------------------------------
Description:
{quote}CREATE TABLE `workqueue_zyy02` (`queuecode` STRING, `channelflag` STRING, `dt` STRING)
USING org.apache.spark.sql.CarbonSource
PARTITIONED BY (dt);
delete from workqueue_zyy02 m where m.queuecode ='1';
{quote}
*before*
* !image-2019-10-30-14-42-49-871.png!
*
* *after*
* !image-2019-10-30-14-43-21-972.png!
was:
When I delet or updat table data use spark SQL 2.2.3, it affects other row data,the query results become incorrect.
{quote}CREATE TABLE `workqueue_zyy02` (`queuecode` STRING, `channelflag` STRING, `dt` STRING)
USING org.apache.spark.sql.CarbonSource
PARTITIONED BY (dt);
delete from workqueue_zyy02 m where m.queuecode ='1';{quote}
*before*
* !image-2019-10-30-14-42-49-871.png!
*
* *after*
* !image-2019-10-30-14-43-21-972.png!
> After deletor updat the data, the query results become incorrect
> ----------------------------------------------------------------
>
> Key: CARBONDATA-3561
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3561> Project: CarbonData
> Issue Type: Bug
> Components: data-query
> Affects Versions: 1.6.0, 1.5.4
> Environment: SUSE12 CDH5
> Reporter: Xigua
> Priority: Blocker
> Attachments: image-2019-10-30-14-42-49-871.png, image-2019-10-30-14-43-21-972.png
>
>
>
> {quote}CREATE TABLE `workqueue_zyy02` (`queuecode` STRING, `channelflag` STRING, `dt` STRING)
> USING org.apache.spark.sql.CarbonSource
> PARTITIONED BY (dt);
>
> delete from workqueue_zyy02 m where m.queuecode ='1';
> {quote}
> *before*
> * !image-2019-10-30-14-42-49-871.png!
> *
> * *after*
> * !image-2019-10-30-14-43-21-972.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)