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

DRILL-7497: Fix warnings when starting Drill on Windows using Java 11 #1939

Closed
wants to merge 1 commit into from

Conversation

vvysotskyi
Copy link
Member

@vvysotskyi vvysotskyi commented Dec 24, 2019

Jira - DRILL-7497.

%DRILL_SHELL_JAVA_OPTS% is expanded when if block is parsed, so as a result, every next line of the if block will override the value set in the previous one.
Replaced it with a single assignment.

@arina-ielchiieva
Copy link
Member

+1, LGTM

@asfgit asfgit closed this in 43cc140 Jan 2, 2020
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.

None yet

2 participants