Re: [VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread Dongjoon Hyun
+1 On Fri, Nov 12, 2021 at 6:58 PM huaxin gao wrote: > +1 > > On Fri, Nov 12, 2021 at 6:44 PM Yufei Gu > wrote: > >> +1 >> >> > On Nov 12, 2021, at 6:25 PM, L. C. Hsieh wrote: >> > >> > Hi all, >> > >> > I’d like to start a vote for SPIP: Row-level operations in Data Source >> V2. >> > >> >

Re: [FYI] Build and run tests on Java 17 for Apache Spark 3.3

2021-11-12 Thread Hyukjin Kwon
Awesome! On Sat, Nov 13, 2021 at 12:04 PM Xiao Li wrote: > Thank you! Great job! > > Xiao > > > On Fri, Nov 12, 2021 at 7:02 PM Mridul Muralidharan > wrote: > >> >> Nice job ! >> There are some nice API's which should be interesting to explore with JDK >> 17 :-) >> >> Regards. >> Mridul >> >>

Re: [FYI] Build and run tests on Java 17 for Apache Spark 3.3

2021-11-12 Thread Xiao Li
Thank you! Great job! Xiao On Fri, Nov 12, 2021 at 7:02 PM Mridul Muralidharan wrote: > > Nice job ! > There are some nice API's which should be interesting to explore with JDK > 17 :-) > > Regards. > Mridul > > On Fri, Nov 12, 2021 at 7:08 PM Yuming Wang wrote: > >> Cool, thank you

Re: [FYI] Build and run tests on Java 17 for Apache Spark 3.3

2021-11-12 Thread Mridul Muralidharan
Nice job ! There are some nice API's which should be interesting to explore with JDK 17 :-) Regards. Mridul On Fri, Nov 12, 2021 at 7:08 PM Yuming Wang wrote: > Cool, thank you Dongjoon. > > On Sat, Nov 13, 2021 at 4:09 AM shane knapp ☠ wrote: > >> woot! nice work everyone! :) >> >> On Fri,

Re: [VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread huaxin gao
+1 On Fri, Nov 12, 2021 at 6:44 PM Yufei Gu wrote: > +1 > > > On Nov 12, 2021, at 6:25 PM, L. C. Hsieh wrote: > > > > Hi all, > > > > I’d like to start a vote for SPIP: Row-level operations in Data Source > V2. > > > > The proposal is to add support for executing row-level operations > > such

Re: [VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread Yufei Gu
+1 > On Nov 12, 2021, at 6:25 PM, L. C. Hsieh wrote: > > Hi all, > > I’d like to start a vote for SPIP: Row-level operations in Data Source V2. > > The proposal is to add support for executing row-level operations > such as DELETE, UPDATE, MERGE for v2 tables (SPARK-35801). The > execution

Re: [VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread DB Tsai
+1 On Fri, Nov 12, 2021 at 6:34 PM Anton Okolnychyi wrote: > +1 from me too to indicate my commitment (non-binding) > > - Anton > > > On 12 Nov 2021, at 18:27, Liang Chi Hsieh wrote: > > > > I’d vote my +1 first. > > > > On 2021/11/13 02:25:05 "L. C. Hsieh" wrote: > >> Hi all, > >> > >> I’d

Re: [VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread Anton Okolnychyi
+1 from me too to indicate my commitment (non-binding) - Anton > On 12 Nov 2021, at 18:27, Liang Chi Hsieh wrote: > > I’d vote my +1 first. > > On 2021/11/13 02:25:05 "L. C. Hsieh" wrote: >> Hi all, >> >> I’d like to start a vote for SPIP: Row-level operations in Data Source V2. >> >> The

RE: [VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread Liang Chi Hsieh
I’d vote my +1 first. On 2021/11/13 02:25:05 "L. C. Hsieh" wrote: > Hi all, > > I’d like to start a vote for SPIP: Row-level operations in Data Source V2. > > The proposal is to add support for executing row-level operations > such as DELETE, UPDATE, MERGE for v2 tables (SPARK-35801). The >

[VOTE] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread L. C. Hsieh
Hi all, I’d like to start a vote for SPIP: Row-level operations in Data Source V2. The proposal is to add support for executing row-level operations such as DELETE, UPDATE, MERGE for v2 tables (SPARK-35801). The execution should be the same across data sources and the best way to do that is to

Re: [DISCUSS] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread Anton Okolnychyi
I agree with the idea to start getting parts as soon as possible to make sure the APIs are well-defined and the implementation is generic. I have everything ready from my side. - Anton пт, 12 лист. 2021 о 17:47 L. C. Hsieh пише: > Hi all, > > I think mostly we are in favor for the SPIP as I've

Re: [DISCUSS] SPIP: Row-level operations in Data Source V2

2021-11-12 Thread L. C. Hsieh
Hi all, I think mostly we are in favor for the SPIP as I've seen. If not more comments or discussion on the SPIP doc, I will raise a vote soon. Thanks. On Tue, Nov 2, 2021 at 9:58 AM L. C. Hsieh wrote: > > +1 for the idea to commit the work earlier. > > I think we will raise the voting soon.

Re: [FYI] Build and run tests on Java 17 for Apache Spark 3.3

2021-11-12 Thread Yuming Wang
Cool, thank you Dongjoon. On Sat, Nov 13, 2021 at 4:09 AM shane knapp ☠ wrote: > woot! nice work everyone! :) > > On Fri, Nov 12, 2021 at 11:37 AM Dongjoon Hyun > wrote: > >> Hi, All. >> >> Apache Spark community has been working on Java 17 support under the >> following JIRA. >> >>

Re: [FYI] Build and run tests on Java 17 for Apache Spark 3.3

2021-11-12 Thread shane knapp ☠
woot! nice work everyone! :) On Fri, Nov 12, 2021 at 11:37 AM Dongjoon Hyun wrote: > Hi, All. > > Apache Spark community has been working on Java 17 support under the > following JIRA. > > https://issues.apache.org/jira/browse/SPARK-33772 > > As of today, Apache Spark starts to have daily

[FYI] Build and run tests on Java 17 for Apache Spark 3.3

2021-11-12 Thread Dongjoon Hyun
Hi, All. Apache Spark community has been working on Java 17 support under the following JIRA. https://issues.apache.org/jira/browse/SPARK-33772 As of today, Apache Spark starts to have daily Java 17 test coverage via GitHub Action jobs for Apache Spark 3.3.