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

Minor fixes: toString, and mvnd version picking in run-launcher #11568

Merged

Conversation

findepi
Copy link
Member

@findepi findepi commented Mar 18, 2022

No description provided.

@findepi findepi added the no-release-notes This pull request does not require release notes entry label Mar 18, 2022
@findepi findepi requested a review from hashhar March 18, 2022 12:58
@cla-bot cla-bot bot added the cla-signed label Mar 18, 2022
@findepi findepi requested a review from losipiuk March 18, 2022 16:41
@findepi
Copy link
Member Author

findepi commented Mar 21, 2022

CI #11275

@findepi
Copy link
Member Author

findepi commented Mar 21, 2022

PTAL

@@ -5,7 +5,8 @@ target="${BASH_SOURCE%/*/*}/target"
if command -v mvnd >/dev/null; then
# Using mvnd here can save more than 2 seconds compared to ./mvnw startup cost. This is especially important
# when invoking inspection commands like --help, env list, etc.
trino_version=$(mvnd -B help:evaluate -Dexpression=pom.version -q -DforceStdout --raw-streams)
Copy link
Member

Choose a reason for hiding this comment

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

typo in commit message (whren)

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, fixed.

also added a link to apache/maven-mvnd#604

@findepi findepi force-pushed the findepi/implement-assignment-tostring-421466 branch from eceb3e7 to e82c343 Compare March 21, 2022 15:08
@findepi findepi merged commit bb43361 into trinodb:master Mar 22, 2022
@findepi findepi deleted the findepi/implement-assignment-tostring-421466 branch March 22, 2022 09:03
@github-actions github-actions bot added this to the 375 milestone Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants