MyXOF commented on a change in pull request #33: Fix sonar problems
URL: https://github.com/apache/incubator-iotdb/pull/33#discussion_r251700736
##########
File path: iotdb-cli/src/main/java/org/apache/iotdb/cli/tool/ImportCsv.java
##########
@@ -370,7 +373,7 @@ private static void parseSpecialParams(CommandLine
commandLine) {
public static void importCsvFromFile(String ip, String port, String username,
String password, String filename,
String timeZone) throws SQLException {
- String property = System.getProperty("IOTDB_HOME");
+ String property = System.getProperty("IoTDB_HOME");
Review comment:
这里O为什么小写?,脚本里面设置的是大写

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services