-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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][Integration] Spark jobs are failing with problem on org.apache.arrow.flatbuf #41571
Comments
This is also reproducible for 16.1.0 but I don't think this is related to any change on our side and doesn't seem to be a blocker. |
The error message is the same as #40549. |
2024-04-28, success 2024-04-29, failure 2024-05-07?, failure 2024-05-09, failure 2024-05-12, failure |
@danepitkin @lidavidm what should we do with this one? |
#41309 (comment) causes this failure. |
I am just surprised this comment is completely ignored. |
We can revert. Sorry about that @kiszk |
It would be good to know why maven-shade-plugin is causing issues, though |
This reverts commit 9090e67.
This reverts commit 9090e67.
### Rationale for this change The commit in question caused a lot of CI issues ### Are these changes tested? N/A ### Are there any user-facing changes? N/A * GitHub Issue: #41571 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Issue resolved by pull request 41628 |
I guess my bad but it's quite hard to work on improving the build and also track tests which are not part of the CI. I will repost the change though with hopefully a fix, although nobody really understands what's the exact issue? |
Yes, I've asked Vibhatha if we can get more of those tests into proper CI... |
The issue seems to be because
which is exactly what the plugin is supposed to be doing I have the same resulting pom by using As to how to address this within the Arrow project, I'd need some perspective. The main issue is that a Maven module has a unique |
Hmm, the POM should reflect the main file. The shaded version might need to be split into a separate artifact... |
…1628) ### Rationale for this change The commit in question caused a lot of CI issues ### Are these changes tested? N/A ### Are there any user-facing changes? N/A * GitHub Issue: apache#41571 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
FYI: This is my trial. In the current configuration, we cannot upgrade 3.3 or later. It is consistent with @laurentgo 's observation. |
Describe the bug, including details regarding any error messages, version, and platform.
The spark jobs:
test-conda-python-3.10-spark-v3.5.0
test-conda-python-3.11-spark-master
test-conda-python-3.8-spark-v3.5.0
Are currently failing with:
Component(s)
Continuous Integration, Integration
The text was updated successfully, but these errors were encountered: