guiyanakuang commented on pull request #941: URL: https://github.com/apache/orc/pull/941#issuecomment-946825208
https://github.com/apache/orc/blob/bf32589444802022f530e9f26b7262feb9e2aa1f/java/tools/src/java/org/apache/orc/tools/FileDump.java#L575-L579 ```java public static final String DEFAULT_BACKUP_PATH = System.getProperty("java.io.tmpdir"); ``` DEFAULT_BACKUP_PATH may not end with a Path.SEPARATOR So the path splicing in the 576 lines of code is probably faulty. This is also the reason for the exceptions in the Travis CI logs. I will fix this tomorrow. -- 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: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org