NobiGo commented on code in PR #2773:
URL: https://github.com/apache/calcite/pull/2773#discussion_r854959032
##########
core/src/main/java/org/apache/calcite/config/CalciteSystemProperty.java:
##########
@@ -429,7 +430,8 @@ private static Properties loadProperties() {
Thread.currentThread().getContextClassLoader(),
CalciteSystemProperty.class.getClassLoader());
// Read properties from the file "saffron.properties", if it exists in
classpath
- try (InputStream stream =
classLoader.getResourceAsStream("saffron.properties")) {
Review Comment:
Why do we need to add these restrictions? I noticed a lot of changes in this.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]