cgivre commented on issue #1627: DRILL-7014: Format plugin for LTSV files URL: https://github.com/apache/drill/pull/1627#issuecomment-463671892 @shimamoto Everything looks good, however, I tried to run the unit tests on my machine and got the following errors: I tried running the tests both from the command line and from my IDE and had the same result. @arina-ielchiieva @paul-rogers @vdiravka Would any of you have any recommendations as to how to fix? ``` [ERROR] testReadException(org.apache.drill.exec.store.ltsv.TestLTSVRecordReader) Time elapsed: 0.001 s <<< FAILURE! java.lang.AssertionError: expected:<DATA_READ> but was:<VALIDATION> at org.apache.drill.exec.store.ltsv.TestLTSVRecordReader.testReadException(TestLTSVRecordReader.java:81) [ERROR] testSkipEmptyLines(org.apache.drill.exec.store.ltsv.TestLTSVRecordReader) Time elapsed: 0.043 s <<< ERROR! org.apache.drill.common.exceptions.UserRemoteException: VALIDATION ERROR: From line 1, column 15 to line 1, column 16: Object 'emptylines.ltsv' not found within 'cp' [Error Id: 70fd7b8c-882a-4664-8f86-867b86dbee3b on 192.168.1.21:31013] Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, column 15 to line 1, column 16: Object 'emptylines.ltsv' not found within 'cp': Object 'emptylines.ltsv' not found within 'cp' Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Object 'emptylines.ltsv' not found within 'cp' [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestLTSVRecordReader.testReadException:81 expected:<DATA_READ> but was:<VALIDATION> [ERROR] Errors: [ERROR] TestLTSVRecordReader.testQueryWithConditions:67 » org.apache.drill.common.exc... [ERROR] TestLTSVRecordReader.testSelectColumns:57 » org.apache.drill.common.exception... [ERROR] TestLTSVRecordReader.testSkipEmptyLines » UserRemote VALIDATION ERROR: From li... [ERROR] TestLTSVRecordReader.testWildcard:46 » org.apache.drill.common.exceptions.Use... [INFO] [ERROR] Tests run: 5, Failures: 1, Errors: 4, Skipped: 0 ```
---------------------------------------------------------------- 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
