This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 550f1fce8 [KYUUBI #6677] Bump scala-collection-compat to 2.12.0
550f1fce8 is described below
commit 550f1fce897d1d5766186ace499f347fa186015f
Author: chengpeiming <[email protected]>
AuthorDate: Thu Sep 12 18:34:34 2024 +0800
[KYUUBI #6677] Bump scala-collection-compat to 2.12.0
# :mag: Description
## Issue References ๐
## Describe Your Solution ๐ง
- Bump `scala-collection-compat` to 2.12.0
- `scala-collection-compat` is used by the authz plugin testing Iceberg
- Currently Iceberg 1.6.1 uses `scala-collection-compat` 2.12.0,
according to:
https://github.com/apache/iceberg/blob/apache-iceberg-1.6.1/gradle/libs.versions.toml#L78
- release note:
https://github.com/scala/scala-collection-compat/releases/tag/v2.12.0
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
- pass the Authz tests
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6677 from pionCham/bump-scala-collection-compat-version.
Closes #6677
fd2738dce [chengpeiming] bump scala collection compat to 2.12.0
Authored-by: chengpeiming <[email protected]>
Signed-off-by: liangbowen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fd36053e3..059584eb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<scala.version>2.12.19</scala.version>
<scala.binary.version>2.12</scala.binary.version>
-
<scala-collection-compat.version>2.8.1</scala-collection-compat.version>
+
<scala-collection-compat.version>2.12.0</scala-collection-compat.version>
<arrow.version>16.0.0</arrow.version>
<!-- Please don't upgrade the version to 4.10+, it depends on JDK 11
-->