Re: Inconsistent schema on Encoders.bean (reported issues from user@)

2020-05-10 Thread Jungtaek Lim
First case is not tied to the batch / streaming as Encoders.bean simply fails when inferring schema. Second case is tied to the streaming, and I've described the reason in the last reply. I'm not sure we don't have similar case for batch though. (If there're some operators only relying on the

Re: [DISCUSS] Resolve ambiguous parser rule between two "create table"s

2020-05-10 Thread Jungtaek Lim
Let's focus on how to unblock Spark 3.0.0 for now, as other blockers are getting resolved. I'm in favor of option 1 to avoid bring multiple backward incompatible changes. Unifying create table would bring backward incompatibility (I'd rather say the new syntax should be cleared up ignoring the

Re: Inconsistent schema on Encoders.bean (reported issues from user@)

2020-05-10 Thread Wenchen Fan
is it a problem only for streaming or it affects batch queries as well? On Fri, May 8, 2020 at 11:42 PM Jungtaek Lim wrote: > The first case of user report is obvious - according to the user report, > AVRO generated code contains getter which denotes to itself hence Spark > disallows (throws

Re: [VOTE] Release Spark 2.4.6 (RC1)

2020-05-10 Thread Takeshi Yamamuro
I checked on my MacOS env; all the tests with `-Pyarn -Phadoop-2.7 -Pdocker-integration-tests -Phive -Phive-thriftserver -Pmesos -Pkubernetes -Psparkr` passed and I couldn't find any issue; maropu@~:$java -version java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java