hsyuan commented on pull request #2026:
URL: https://github.com/apache/calcite/pull/2026#issuecomment-655584251
Am I doing it wrong?
There is still error:
```
error while creating xml parser
java.lang.RuntimeException: error while creating xml parser
at
org.apache.calcite.test.DiffRepository.<init>(DiffRepository.java:219)
at
org.apache.calcite.test.DiffRepository.<init>(DiffRepository.java:131)
at
org.apache.calcite.test.DiffRepository$Key.toRepo(DiffRepository.java:833)
at
org.apache.calcite.test.DiffRepository.lookup(DiffRepository.java:770)
at
org.apache.calcite.test.DiffRepository.lookup(DiffRepository.java:734)
at
org.apache.calcite.test.DiffRepository.lookup(DiffRepository.java:720)
at
org.apache.calcite.test.RelOptRulesTest.getDiffRepos(RelOptRulesTest.java:229)
at
org.apache.calcite.test.RelOptTestBase.checkPlanning(RelOptTestBase.java:83)
```
Here is the settings:

----------------------------------------------------------------
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:
[email protected]