Open Issues Need Help
View All on GitHubAI Summary: This issue requests an update to the Nessie version specified in the Iceberg documentation's `mkdocs.yml` file. The current version in the documentation is outdated compared to the Nessie dependency version used in the project.
AI Summary: The Iceberg Java API nightly documentation is outdated, specifically missing `newRowDelta` in update operations and incorrectly listing the deprecated `iceberg-hive3` module. The issue requests an update to the documentation to accurately reflect the current API.
AI Summary: The task involves updating the Apache Iceberg project's dependency on the Azure SDK BOM from version 1.2.36 to 1.2.37. This is a dependency update that failed in a previous attempt and requires manual intervention, likely involving updating the project's build files (e.g., Gradle) and verifying compatibility.
AI Summary: Implement a mechanism within the Apache Iceberg Gradle build process to enforce that all test classes are prefixed with "Test". This ensures consistency and prevents accidental execution of non-test classes as tests.