Re: [PR] Support building with Java 21 [iceberg]

2024-07-25 Thread via GitHub
findepi commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2251300646 thanks for the merge! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] Support building with Java 21 [iceberg]

2024-07-25 Thread via GitHub
nastra merged PR #10474: URL: https://github.com/apache/iceberg/pull/10474 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.ap

Re: [PR] Support building with Java 21 [iceberg]

2024-07-25 Thread via GitHub
nastra commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2250236029 thanks for working on this @findepi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] Support building with Java 21 [iceberg]

2024-07-24 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1690284578 ## spark/v3.3/build.gradle: ## @@ -59,6 +59,10 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") { implementation project(':iceber

Re: [PR] Support building with Java 21 [iceberg]

2024-07-23 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1688002229 ## spark/v3.3/build.gradle: ## @@ -59,6 +59,10 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") { implementation project(':iceberg

Re: [PR] Support building with Java 21 [iceberg]

2024-07-11 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1673871100 ## baseline.gradle: ## @@ -46,7 +46,13 @@ subprojects { apply plugin: 'com.palantir.baseline-exact-dependencies' apply plugin: 'com.palantir.baseline-release-com

Re: [PR] Support building with Java 21 [iceberg]

2024-07-10 Thread via GitHub
findepi commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2220510049 Since spotless plugin is not installed on JDK 21, ./gradlew spotlessApply would fail with ``` $ JAVA_HOME=~/.jenv/versions/21 ./gradlew spotlessApply FAILURE: Build fail

Re: [PR] Support building with Java 21 [iceberg]

2024-07-09 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1670539963 ## .github/workflows/spark-ci.yml: ## @@ -69,9 +69,15 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: -jvm: [8, 11, 17] +jvm: [8, 11

Re: [PR] Support building with Java 21 [iceberg]

2024-07-09 Thread via GitHub
pan3793 commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1670453403 ## .github/workflows/spark-ci.yml: ## @@ -69,9 +69,15 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: -jvm: [8, 11, 17] +jvm: [8, 11

Re: [PR] Support building with Java 21 [iceberg]

2024-07-02 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1661073834 ## baseline.gradle: ## @@ -45,7 +45,10 @@ subprojects { apply plugin: 'com.palantir.baseline-reproducibility' apply plugin: 'com.palantir.baseline-exact-dependen

Re: [PR] Support building with Java 21 [iceberg]

2024-07-02 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1661056194 ## baseline.gradle: ## @@ -45,7 +45,10 @@ subprojects { apply plugin: 'com.palantir.baseline-reproducibility' apply plugin: 'com.palantir.baseline-exact-dependen

Re: [PR] Support building with Java 21 [iceberg]

2024-07-02 Thread via GitHub
jbonofre commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1661040951 ## baseline.gradle: ## @@ -45,7 +45,10 @@ subprojects { apply plugin: 'com.palantir.baseline-reproducibility' apply plugin: 'com.palantir.baseline-exact-depend

Re: [PR] Support building with Java 21 [iceberg]

2024-07-02 Thread via GitHub
jbonofre commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1661062567 ## baseline.gradle: ## @@ -45,7 +45,10 @@ subprojects { apply plugin: 'com.palantir.baseline-reproducibility' apply plugin: 'com.palantir.baseline-exact-depend

Re: [PR] Support building with Java 21 [iceberg]

2024-06-18 Thread via GitHub
jbonofre commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2175532753 @findepi thanks. FYI, I'm fixing the `gradle-revapi` plugin and Ed and I will do the release, then, I will rebase the Gradle 8.8 PR and we are good 😄 -- This is an automated message

Re: [PR] Support building with Java 21 [iceberg]

2024-06-18 Thread via GitHub
findepi commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2175527255 https://github.com/apache/iceberg/pull/10477, https://github.com/apache/iceberg/pull/10482, https://github.com/apache/iceberg/pull/10485 were extracted from here. Will rebase this PR o

Re: [PR] Support building with Java 21 [iceberg]

2024-06-15 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1641073768 ## baseline.gradle: ## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/j

Re: [PR] Support building with Java 21 [iceberg]

2024-06-15 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1640996276 ## baseline.gradle: ## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/ja

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1640228930 ## baseline.gradle: ## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/j

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639894786 ## baseline.gradle: ## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/ja

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639613179 ## aws/src/integration/java/org/apache/iceberg/aws/glue/TestGlueCatalogCommitFailure.java: ## @@ -531,7 +531,8 @@ private int metadataFileCount(TableMetadata metadata

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639612184 ## .github/workflows/api-binary-compatibility.yml: ## @@ -27,6 +27,9 @@ on: - 'apache-iceberg-**' pull_request: paths: + - '.github/**' Review Co

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639609595 ## baseline.gradle: ## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/j

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639601901 ## gradle/wrapper/gradle-wrapper.properties: ## @@ -1,8 +1,8 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists # checksum was taken from https://

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639515485 ## .github/workflows/api-binary-compatibility.yml: ## @@ -27,6 +27,9 @@ on: - 'apache-iceberg-**' pull_request: paths: + - '.github/**' Review Com

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639515154 ## aws/src/integration/java/org/apache/iceberg/aws/glue/TestGlueCatalogCommitFailure.java: ## @@ -531,7 +531,8 @@ private int metadataFileCount(TableMetadata metadata)

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639514171 ## baseline.gradle: ## @@ -60,8 +63,7 @@ subprojects { spotless { java { target 'src/main/java/**/*.java', 'src/test/java/**/*.java', 'src/jmh/ja

Re: [PR] Support building with Java 21 [iceberg]

2024-06-14 Thread via GitHub
nastra commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1639512270 ## gradle/wrapper/gradle-wrapper.properties: ## @@ -1,8 +1,8 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists # checksum was taken from https://g

Re: [PR] Support building with Java 21 [iceberg]

2024-06-13 Thread via GitHub
szehon-ho commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2166466182 others here are more familiar with the build than I am, will let them comment. Is this removing some java version? Also, why all the code formatting, can we remove those from t

Re: [PR] Support building with Java 21 [iceberg]

2024-06-13 Thread via GitHub
findepi commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2166580206 > others here are more familiar with the build than I am, will let them comment. Is this removing some java version? no, i don't think so > Also, why all the code formattin

Re: [PR] Support building with Java 21 [iceberg]

2024-06-13 Thread via GitHub
jbonofre commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2165897342 @findepi thanks for the PR. As you know, I'm working on revapi and gradle update. Supporting JDK21 is great, but we might need to keep previous Java version for some engine/plug

Re: [PR] Support building with Java 21 [iceberg]

2024-06-11 Thread via GitHub
findepi commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2161509523 cc @rdblue @szehon-ho @Fokko @jbonofre -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [PR] Support building with Java 21 [iceberg]

2024-06-11 Thread via GitHub
findepi commented on PR #10474: URL: https://github.com/apache/iceberg/pull/10474#issuecomment-2161508864 The build is green, ready for review, but still blocked by https://github.com/apache/iceberg/issues/10368#issuecomment-2161039351. Therefore keeping as a draft. -- This is an automat

Re: [PR] Support building with Java 21 [iceberg]

2024-06-10 Thread via GitHub
findepi commented on code in PR #10474: URL: https://github.com/apache/iceberg/pull/10474#discussion_r1633492995 ## gradle/wrapper/gradle-wrapper.properties: ## @@ -1,8 +1,8 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists # checksum was taken from https://

[PR] Support building with Java 21 [iceberg]

2024-06-10 Thread via GitHub
findepi opened a new pull request, #10474: URL: https://github.com/apache/iceberg/pull/10474 This is currently the latest Java LTS version, so we should support building with it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git