Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Spark integration tests are failing ("org.apache.arrow.flatbuf.Message not found") #40549

Closed
jorisvandenbossche opened this issue Mar 14, 2024 · 6 comments

Comments

@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Mar 14, 2024

Failures from last night:

Error: ] /spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowConverters.scala:26: object flatbuf is not a member of package org.apache.arrow
Error: ] /spark/sql/core/src/main/scala/org/apache/spark/sql/execution/arrow/ArrowConverters.scala:456: Class org.apache.arrow.flatbuf.Message not found - continuing with a stub.
Error: [ERROR] two errors found
Error:  Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.8.0:compile (scala-compile-first) on project spark-sql_2.12: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:4.8.0:compile failed: org.apache.commons.exec.ExecuteException: Process exited with an error: 255 (Exit value: 255) -> [Help 1]
Error:  
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
Error:  Re-run Maven using the -X switch to enable full debug logging.
Error:  
Error:  For more information about the errors and possible solutions, please read the following articles:
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Error:  
Error:  After correcting the problems, you can resume the build with the command
Error:    mvn <args> -rf :spark-sql_2.12
1
Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=16.0.0.dev283 conda-python-spark` exited with a non-zero exit code 1, see the process log above.

cc @BryanCutler @kiszk

@raulcd
Copy link
Member

raulcd commented Mar 21, 2024

Those are the commits that were introduced on the first failure (from the crossbow report)
4de0874...605f8a7
I can't see anything that seems to be the cause but I am not familiar with those changes. @kou any idea if some of those commits might have introduced the issue?

@kou
Copy link
Member

kou commented Mar 21, 2024

Hmm, maven-shade-plugin 8ee9679 may be related...?

It seems that the arrow-format package can't be found by Spark.

@kiszk Do you know when it's happen?

@kou
Copy link
Member

kou commented Mar 22, 2024

#40462 (comment) has this problem.

#40461 (comment) doesn't have this problem.

#40462 must be related.

@raulcd
Copy link
Member

raulcd commented Apr 4, 2024

should we revert the Bump for org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2? Should this block the release?

raulcd added a commit that referenced this issue Apr 5, 2024
…gin from 3.2.4 to 3.5.2 in /java (#40462)" (#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: #40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
@raulcd raulcd added this to the 16.0.0 milestone Apr 5, 2024
@raulcd
Copy link
Member

raulcd commented Apr 5, 2024

Issue resolved by pull request 41006
#41006

@raulcd raulcd closed this as completed Apr 5, 2024
tolleybot pushed a commit to tmct/arrow that referenced this issue May 2, 2024
…de-plugin from 3.2.4 to 3.5.2 in /java (apache#40462)" (apache#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: apache#40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
tolleybot pushed a commit to tmct/arrow that referenced this issue May 4, 2024
…de-plugin from 3.2.4 to 3.5.2 in /java (apache#40462)" (apache#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: apache#40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
rok pushed a commit to tmct/arrow that referenced this issue May 8, 2024
…de-plugin from 3.2.4 to 3.5.2 in /java (apache#40462)" (apache#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: apache#40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
rok pushed a commit to tmct/arrow that referenced this issue May 8, 2024
…de-plugin from 3.2.4 to 3.5.2 in /java (apache#40462)" (apache#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: apache#40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
vibhatha pushed a commit to vibhatha/arrow that referenced this issue May 25, 2024
…de-plugin from 3.2.4 to 3.5.2 in /java (apache#40462)" (apache#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: apache#40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants