We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running make test with Maven using Java 23, the following error occurs:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.770 s [INFO] Finished at: 2025-01-28T17:43:16+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project hadoop-lakefs: Compilation failure: Compilation failure: [ERROR] /Users/annaseliverstov/work/lakeFS/clients/hadoopfs/src/test/java/io/lakefs/FSTestBase.java:[320,57] cannot find symbol [ERROR] symbol: class ImmutablePagination [ERROR] location: class io.lakefs.FSTestBase [ERROR] /Users/annaseliverstov/work/lakeFS/clients/hadoopfs/src/test/java/io/lakefs/FSTestBase.java:[324,68] cannot find symbol [ERROR] symbol: class ImmutablePagination [ERROR] location: class io.lakefs.FSTestBase
The failure occurs in the hadoopfs client tests. However, when using Java 8, the tests pass successfully.
Proposed Fix:
Update the lakeFS Contributing Guide
Update the README in clients/hadoopfs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running make test with Maven using Java 23, the following error occurs:
The failure occurs in the hadoopfs client tests. However, when using Java 8, the tests pass successfully.
Proposed Fix:
Update the lakeFS Contributing Guide
Update the README in clients/hadoopfs
The text was updated successfully, but these errors were encountered: