Re: Fw:Re: [VOTE][SPARK-29018][SPIP]:Build spark thrift server based on protocol v11

2019-12-29 Thread Sandeep Katta
+1 On Mon, 30 Dec 2019 at 10:24, Gengliang wrote: > +1 > > On Sun, Dec 29, 2019 at 8:33 PM Wenchen Fan wrote: > >> +1 for the new thrift server to get rid of the Hive dependencies! >> >> On Mon, Dec 23, 2019 at 7:55 PM Yuming Wang wrote: >> >>> I'm +1 for this SPIP for these two reasons: >>>

Re: Fw:Re: [VOTE][SPARK-29018][SPIP]:Build spark thrift server based on protocol v11

2019-12-29 Thread Gengliang
+1 On Sun, Dec 29, 2019 at 8:33 PM Wenchen Fan wrote: > +1 for the new thrift server to get rid of the Hive dependencies! > > On Mon, Dec 23, 2019 at 7:55 PM Yuming Wang wrote: > >> I'm +1 for this SPIP for these two reasons: >> >> 1. The current thriftserver has some issues that are not easy

Re: Fw:Re: [VOTE][SPARK-29018][SPIP]:Build spark thrift server based on protocol v11

2019-12-29 Thread Wenchen Fan
+1 for the new thrift server to get rid of the Hive dependencies! On Mon, Dec 23, 2019 at 7:55 PM Yuming Wang wrote: > I'm +1 for this SPIP for these two reasons: > > 1. The current thriftserver has some issues that are not easy to solve, > such as: SPARK-28636

Unsubscribe

2019-12-29 Thread Praveen Srivastava
From: Jean-Georges Perrin Sent: Saturday, December 28, 2019 11:08 PM To: dev Subject: Issue with map Java lambda function with 3.0.0 preview and preview 2 Hey guys, This code: Dataset incrementalDf = spark .createDataset(l, Encoders.INT()) .toDF();