Hello everyone, I have tried to setup calcite-avatica in order to start working on [CALCITE-508], but mvn test fails:
[...] > Results : > Failed tests: > > RemoteDriverTest.testBatchInsertWithDates:1379->eachConnection:228->access$1100:91->executeBatchInsertWithDates:1444 > Wrong day for row 0 expected:<20> but was:<19> > > RemoteDriverTest.testBatchInsertWithDates:1379->eachConnection:228->access$1100:91->executeBatchInsertWithDates:1444 > Wrong day for row 0 expected:<20> but was:<19> > Tests run: 219, Failures: 2, Errors: 0, Skipped: 15 > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Calcite Avatica Project ..................... SUCCESS [ > 2.026 s] > [INFO] Apache Calcite Avatica Metrics ..................... SUCCESS [ > 3.124 s] > [INFO] Apache Calcite Avatica ............................. SUCCESS [ > 22.435 s] > [INFO] Apache Calcite Avatica Server ...................... FAILURE [ > 11.393 s] > [...] Exactly the same result if I import the project in IntelliJ and run RemoteDriverTest.java from there. I am in sync with the latest commit (160e1a9382935997ba5a5ae42510d32734b76906) on the github repo for avatica. Can someone please try to reproduce this? Best regards, Alessandro
