Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-03-02 Thread via GitHub
manuzhang commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2693109726 @deniskuzZ yes, I'm planning to work on Hive 4 support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-03-02 Thread via GitHub
deniskuzZ commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2692699363 hi @manuzhang, do you plan to continue with the PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-02-13 Thread via GitHub
github-actions[bot] commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2657973521 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-02-13 Thread via GitHub
github-actions[bot] closed pull request #11750: Hive: Add Hive 4 support and remove Hive runtime URL: https://github.com/apache/iceberg/pull/11750 -- 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

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-02-05 Thread via GitHub
github-actions[bot] commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2638321159 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pul

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-01-06 Thread via GitHub
pvary commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2572593083 > Spark (and other modules) also depend on `TestHiveMetastore` from test modules of `iceberg-hive-metastore`. We cannot use old Hive dependency from Spark to run this class due to API cha

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-01-04 Thread via GitHub
manuzhang commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2571491572 Spark (and other modules) also depend on `TestHiveMetastore` from test modules of `iceberg-hive-metastore`. We cannot use old Hive dependency from Spark to run this class due to API c

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-01-02 Thread via GitHub
pvary commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2568797214 > It's due to API changes like [this](https://github.com/apache/spark/pull/48823/files#diff-45c9b065d76b237bcfecda83b8ee08c1ff6592d6f85acca09c0fa01472e056afR182) and [this](https://githu

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-01-02 Thread via GitHub
manuzhang commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2568588698 It's due to API changes like [this](https://github.com/apache/spark/pull/48823/files#diff-45c9b065d76b237bcfecda83b8ee08c1ff6592d6f85acca09c0fa01472e056afR182) and [this](https://git

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2025-01-02 Thread via GitHub
pvary commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2568457773 What is the root cause behind the strict version requirements of older Spark versions? The 4.0.0 HMS supposed to be compatible with older clients -- This is an automated message from th

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2024-12-17 Thread via GitHub
manuzhang commented on PR #11750: URL: https://github.com/apache/iceberg/pull/11750#issuecomment-2550030934 I've created a separate PR #11801 to remove Hive runtime since we can't upgrade hive-metastore dependency until Spark 4. -- This is an automated message from the Apache Git Service.

Re: [PR] Hive: Add Hive 4 support and remove Hive runtime [iceberg]

2024-12-13 Thread via GitHub
rdblue commented on code in PR #11750: URL: https://github.com/apache/iceberg/pull/11750#discussion_r1884343692 ## gradle.properties: ## @@ -18,8 +18,8 @@ jmhJsonOutputPath=build/reports/jmh/results.json jmhIncludeRegex=.* systemProp.defaultFlinkVersions=1.20 systemProp.known