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

feat(isthumus): extract isthmus CLI into isthmus-cli project #248 #249

Merged
merged 1 commit into from
May 2, 2024

Conversation

bestbeforetoday
Copy link
Contributor

@bestbeforetoday bestbeforetoday commented Apr 25, 2024

This avoid transitive dependencies on graal-sdk and picocli components for projects that consume isthmus as a library.

@CLAassistant
Copy link

CLAassistant commented Apr 25, 2024

CLA assistant check
All committers have signed the CLA.

@bestbeforetoday
Copy link
Contributor Author

Reverted change to .editorconfig (despite helping me to get correct formatting locally) as the change applied to all files and so fails indentation checks for some file types.

@bestbeforetoday
Copy link
Contributor Author

Once #244 is merged, I will rebase on that change and mark this PR for review.

This avoid transitive dependencies on graal-sdk and picocli components
for projects that consume isthmus as a library.
@bestbeforetoday bestbeforetoday marked this pull request as ready for review May 1, 2024 20:47
@bestbeforetoday bestbeforetoday changed the title [WIP] feat(isthumus): extract isthmus CLI into isthmus-cli project #248 feat(isthumus): extract isthmus CLI into isthmus-cli project #248 May 1, 2024
Copy link
Member

@vbarua vbarua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good. Thanks for splitting this out.


dependencies {
implementation(project(":core"))
implementation("org.apache.calcite:calcite-core:${CALCITE_VERSION}")
implementation("org.apache.calcite:calcite-server:${CALCITE_VERSION}")
implementation("org.junit.jupiter:junit-jupiter:${JUNIT_VERSION}")
testImplementation("org.junit.jupiter:junit-jupiter:${JUNIT_VERSION}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call updating this as well

@vbarua vbarua merged commit a49de62 into substrait-io:main May 2, 2024
8 checks passed
@bestbeforetoday bestbeforetoday deleted the isthmus-cli branch May 2, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants