Skip to content
New issue

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

Update calcite-core, calcite-linq4j to 1.38.0 #1432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Oct 16, 2024

About this PR

πŸ“¦ Updates

from 1.34.0 to 1.38.0

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.calcite" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.calcite" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

@davidsloan
Copy link
Collaborator

This is still a problem

sbt:kafka-connect-sql-common> assembly
[info] Updating kafka-connect-sql-common_2.13
https://repo1.maven.org/maven2/org/apache/calcite/calcite-core/1.38.0/calcite-core-1.38.0.pom
  100.0% [##########] 10.6 KiB (12.1 KiB / s)
https://repo1.maven.org/maven2/org/apache/calcite/calcite-linq4j/1.38.0/calcite-linq4j-1.38.0.pom
  100.0% [##########] 2.9 KiB (3.3 KiB / s)
https://repo1.maven.org/maven2/org/apache/commons/commons-dbcp2/2.11.0/commons-dbcp2-2.11.0.pom
  100.0% [##########] 17.6 KiB (251.9 KiB / s)
https://repo1.maven.org/maven2/org/apache/calcite/avatica/avatica-core/1.25.0/avatica-core-1.25.0.pom
  100.0% [##########] 3.0 KiB (23.5 KiB / s)
https://repo1.maven.org/maven2/org/apache/calcite/avatica/avatica-metrics/1.25.0/avatica-metrics-1.25.0.pom
  100.0% [##########] 1.9 KiB (24.0 KiB / s)
https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.3/httpcore5-5.2.3.pom
  100.0% [##########] 3.9 KiB (47.6 KiB / s)
https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2.3/httpcore5-parent-5.2.3.pom
  100.0% [##########] 13.4 KiB (326.8 KiB / s)
[info] Resolved kafka-connect-sql-common_2.13 dependencies
[info] Fetching artifacts of kafka-connect-sql-common_2.13
https://repo1.maven.org/maven2/org/apache/calcite/avatica/avatica-metrics/1.25.0/avatica-metrics-1.25.0.jar
  100.0% [##########] 15.3 KiB (40.0 KiB / s)
https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2.3/httpcore5-5.2.3.jar
  100.0% [##########] 834.9 KiB (1.5 MiB / s)
https://repo1.maven.org/maven2/org/apache/calcite/calcite-linq4j/1.38.0/calcite-linq4j-1.38.0.jar
  100.0% [##########] 506.3 KiB (671.5 KiB / s)
https://repo1.maven.org/maven2/org/apache/commons/commons-dbcp2/2.11.0/commons-dbcp2-2.11.0.jar
  100.0% [##########] 211.9 KiB (242.1 KiB / s)
https://repo1.maven.org/maven2/org/apache/calcite/avatica/avatica-core/1.25.0/avatica-core-1.25.0.jar
  100.0% [##########] 1.2 MiB (863.1 KiB / s)
https://repo1.maven.org/maven2/org/apache/calcite/calcite-core/1.38.0/calcite-core-1.38.0.jar
  100.0% [##########] 7.9 MiB (3.1 MiB / s)
[info] Fetched artifacts of kafka-connect-sql-common_2.13
[info] compiling 13 Scala sources to /Users/dave/IdeaProjects/stream-reactor/kafka-connect-sql-common/target/scala-2.13/classes ...
[error] stack trace is suppressed; run last assembly for the full output
[error] (assembly) java.lang.ArrayIndexOutOfBoundsException: Index 65536 out of bounds for length 334
[error] Total time: 48 s, completed 17 Oct 2024, 12:19:50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants