Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2023-01-09 Thread yuxia
tps://lists.apache.org/thread/6h64v7v6gj916pkvmc3ql3vxxccr46r3 Best regards, Yuxia - 原始邮件 - 发件人: "Jingsong Li" 收件人: "dev" 发送时间: 星期五, 2023年 1 月 06日 下午 2:08:26 主题: Re: [DISCUSS] FLIP-282: Introduce Delete & Update API Thanks yuxia for your explanation. But what I mean is that this may lead

Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2023-01-06 Thread yuxia
原始邮件 - 发件人: "Jingsong Li" 收件人: "dev" 发送时间: 星期五, 2023年 1 月 06日 下午 2:08:26 主题: Re: [DISCUSS] FLIP-282: Introduce Delete & Update API Thanks yuxia for your explanation. But what I mean is that this may lead to confusion for implementers and users. You can use comments t

Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2023-01-05 Thread Jingsong Li
t; what's scan purpose without touching any other logic. If sources ignore this > method, it just works as normally. So I think there's > no necessary to add a new interface like SupportsXX. > > Best regards, > Yuxia > > ----- 原始邮件 - > 发件人: "Jingsong Li&quo

Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2023-01-03 Thread yuxia
pportsXX. Best regards, Yuxia - 原始邮件 - 发件人: "Jingsong Li" 收件人: "dev" 发送时间: 星期二, 2023年 1 月 03日 下午 12:12:12 主题: Re: [DISCUSS] FLIP-282: Introduce Delete & Update API Thanks yuxia for the FLIP! It looks really good! I have three comments: ## RowLev

Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2023-01-02 Thread Jingsong Li
rds, > Yuxia > > - 原始邮件 - > 发件人: "Lincoln Lee" > 收件人: "dev" > 发送时间: 星期三, 2022年 12 月 28日 上午 9:50:50 > 主题: Re: [DISCUSS] FLIP-282: Introduce Delete & Update API > > Hi yuxia, > > Thanks for the proposal! I think it'll be very

Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2022-12-29 Thread yuxia
regards, Yuxia - 原始邮件 - 发件人: "Lincoln Lee" 收件人: "dev" 发送时间: 星期三, 2022年 12 月 28日 上午 9:50:50 主题: Re: [DISCUSS] FLIP-282: Introduce Delete & Update API Hi yuxia, Thanks for the proposal! I think it'll be very useful for users in batch scenarios to cooperate wit

Re: [DISCUSS] FLIP-282: Introduce Delete & Update API

2022-12-27 Thread Lincoln Lee
Hi yuxia, Thanks for the proposal! I think it'll be very useful for users in batch scenarios to cooperate with external systems. For the flip I have two questions: 1. Is it a typo the default method 'default ScanPurpose getScanPurpose();' without implementation in interface ScanContext? 2. For st

[DISCUSS] FLIP-282: Introduce Delete & Update API

2022-12-26 Thread yuxia
Hi, devs. I'd like to start a discussion about FLIP-282: Introduce Delete & Update API[1]. Row-Level SQL Delete & Update are becoming more and more important in modern big data workflow. The use cases include deleting a set of rows for regulatory compliance, updating a set of rows for data c