vvysotskyi opened a new pull request #1939: DRILL-7497: Fix warnings when starting Drill on Windows using Java 11 URL: https://github.com/apache/drill/pull/1939 Jira - [DRILL-7497](https://issues.apache.org/jira/browse/DRILL-7497). `%DRILL_SHELL_JAVA_OPTS%` is expanded when if block is parsed, so as a result, every nex line of the if block will override the value set in the previous one. Replaced it with `!DRILL_SHELL_JAVA_OPTS!` for delayed expansion. Revised the script for similar issues, but other places are fine.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services