You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use Isthmus as a dependency in my project. I noticed that in the Readme that there are only instructions for CLI usage. Can someone provide instructions for usage as a package? I am using Gradle, and I don't think transitive dependencies are being installed correctly. I had to add io.substrait:core:0.14.1 manually to my build file to fix an error, but now I am getting this error:
Yes, I have implementation("io.substrait:isthmus:0.14.1") in my build.gradle.kts file. I think the issue may be a conflict with GraalVM and Corretto or Kotlin (based on this). Here is the error when I just have implementation("io.substrait:isthmus:0.14.1") and implementation("io.substrait:core:0.14.1") not included:
Cannot access class 'io.substrait.proto.Plan'. Check your module classpath for missing or conflicting dependencies
Hello, I am trying to use Isthmus as a dependency in my project. I noticed that in the Readme that there are only instructions for CLI usage. Can someone provide instructions for usage as a package? I am using Gradle, and I don't think transitive dependencies are being installed correctly. I had to add
io.substrait:core:0.14.1
manually to my build file to fix an error, but now I am getting this error:Am I doing something wrong? Would it be possible to fix this transitive dependency issue?
The text was updated successfully, but these errors were encountered: