j143 commented on PR #1947:
URL: https://github.com/apache/systemds/pull/1947#issuecomment-1869316484
```
23/12/26 04:29:38 WARN util.NativeCodeLoader: Unable to load native-hadoop
library for your platform... using builtin-java classes where applicable
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
8.206 s - in
org.apache.sysds.test.functions.data.tensor.TensorTextCellParallelTest
[INFO] Running org.apache.sysds.test.functions.data.tensor.SqlTest
23/12/26 04:29:48 WARN util.NativeCodeLoader: Unable to load native-hadoop
library for your platform... using builtin-java classes where applicable
Error: Tests run: 12, Failures: 0, Errors: 12, Skipped: 0, Time elapsed:
2.106 s <<< FAILURE! - in org.apache.sysds.test.functions.data.tensor.SqlTest
Error: org.apache.sysds.test.functions.data.tensor.SqlTest.sqlTestHybrid[0]
Time elapsed: 2.07 s <<< ERROR!
java.lang.RuntimeException: java.sql.SQLException: No suitable driver found
for jdbc:derby:memory:derbyDB;create=true
at
org.apache.sysds.test.functions.data.tensor.SqlTest.testSql(SqlTest.java:98)
at
org.apache.sysds.test.functions.data.tensor.SqlTest.sqlTestHybrid(SqlTest.java:77)
Caused by: java.sql.SQLException: No suitable driver found for
jdbc:derby:memory:derbyDB;create=true
at
org.apache.sysds.test.functions.data.tensor.SqlTest.testSql(SqlTest.java:95)
at
org.apache.sysds.test.functions.data.tensor.SqlTest.sqlTestHybrid(SqlTest.java:77)
```
--
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]