The following select doesn't work:
SELECT * FROM "myschema"."timetable" WHERE "start_time" in (1519705800000, 1519710840000, 1519705800000, 1519718400000)
Start_time is a timestamp column. Crate responds with:
Error!
SQLActionException[UnhandledServerException: java.lang.NullPointerException]
Is WHERE IN not working on timestamps? Is there an alternative? The crate version is 2.1.6.