Re: [VOTE] Release Apache Spark 3.4.0 (RC2)

2023-03-02 Thread Jonathan Kelly
I see that one too but have not investigated it myself. In the RC1 thread, it was mentioned that this occurs when running the tests via Maven but not via SBT. Does the test class path get set up differently when running via SBT vs. Maven? On Thu, Mar 2, 2023 at 5:37 PM Sean Owen wrote: >

Re: [VOTE] Release Apache Spark 3.4.0 (RC2)

2023-03-02 Thread Sean Owen
Thanks, that's good to know. The workaround (deleting the thriftserver target dir) works for me. Who knows? But I'm also still seeing: - simple udf *** FAILED *** io.grpc.StatusRuntimeException: INTERNAL: org.apache.spark.sql.ClientE2ETestSuite at

Re: [VOTE] Release Apache Spark 3.4.0 (RC2)

2023-03-02 Thread Jonathan Kelly
Yes, this issue has driven me quite crazy as well! I hit this issue for a long time when compiling the master branch and running tests. Strangely, it would only occur, as you say, when running the tests and not during an initial build that skips running the tests. (However, I have seen instances

Re: [VOTE] Release Apache Spark 3.4.0 (RC2)

2023-03-02 Thread Sean Owen
Has anyone seen this behavior -- I've never seen it before. The Hive thriftserver module for me just goes into an infinite loop when running tests: ... [INFO] done compiling [INFO] compiling 22 Scala sources and 24 Java sources to

Unsubscribe

2023-03-02 Thread Amogh Desai
unsubscribe me from this mailing list

[VOTE] Release Apache Spark 3.4.0 (RC2)

2023-03-02 Thread Xinrong Meng
Please vote on releasing the following candidate(RC2) as Apache Spark version 3.4.0. The vote is open until 11:59pm Pacific time *March 7th* and passes if a majority +1 PMC votes are cast, with a minimum of 3 +1 votes. [ ] +1 Release this package as Apache Spark 3.4.0 [ ] -1 Do not release this

Re: [Question] LimitedInputStream license issue in Spark source.

2023-03-02 Thread Dongjoon Hyun
Thank you. Here is the PR to fix that. https://github.com/apache/spark/pull/40249 [SPARK-42649][CORE] Remove the standard Apache License header from the top of third-party source files Dongjoon. On Wed, Mar 1, 2023 at 11:53 PM wrote: > Hi, > > See