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

[Java] TestArrowReaderWriter.testFileFooterSizeOverflow causes a failure on s390x #20323

Closed
asfimport opened this issue Jul 18, 2022 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link

On big-endian plantform such as s390x, TestArrowReaderWriter.testFileFooterSizeOverflow causes a failure.

[INFO] Results:

[INFO] 

[ERROR] Failures: 

[ERROR]   TestArrowReaderWriter.testFileFooterSizeOverflow:913 expected:<...alid footer length: [2147483647]> but was:<...alid footer length: [-129]>

[INFO] 

[ERROR] Tests run: 610, Failures: 1, Errors: 0, Skipped: 4

[INFO] 

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO] 

[INFO] Apache Arrow Java Root POM 9.0.0-SNAPSHOT .......... SUCCESS [  2.182 s]

[INFO] Arrow Format ....................................... SUCCESS [  0.995 s]

[INFO] Arrow Memory ....................................... SUCCESS [  0.761 s]

[INFO] Arrow Memory - Core ................................ SUCCESS [  1.582 s]

[INFO] Arrow Memory - Unsafe .............................. SUCCESS [  1.600 s]

[INFO] Arrow Memory - Netty ............................... SUCCESS [  1.966 s]

[INFO] Arrow Vectors ...................................... FAILURE [ 16.779 s]

[INFO] Arrow Compression .................................. SKIPPED

[INFO] Arrow Tools ........................................ SKIPPED

[INFO] Arrow JDBC Adapter ................................. SKIPPED

[INFO] Arrow Plasma Client ................................ SUCCESS [  1.171 s]

[INFO] Arrow Flight ....................................... SUCCESS [  0.741 s]

[INFO] Arrow Flight Core .................................. SKIPPED

[INFO] Arrow Flight GRPC .................................. SKIPPED

[INFO] Arrow Flight SQL ................................... SKIPPED

[INFO] Arrow Flight Integration Tests ..................... SKIPPED

[INFO] Arrow AVRO Adapter ................................. SKIPPED

[INFO] Arrow Algorithms ................................... SKIPPED

[INFO] Arrow Performance Benchmarks 9.0.0-SNAPSHOT ........ SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 23.584 s (Wall Clock)

[INFO] Finished at: 2022-07-18T12:32:21Z

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project arrow-vector: There are test failures.

Reporter: Kazuaki Ishizaki / @kiszk
Assignee: Kazuaki Ishizaki / @kiszk

PRs and other links:

Note: This issue was originally created as ARROW-17112. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
Issue resolved by pull request 13638
#13638

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

2 participants