SQL: [Test] Allow assertion with millis and nanos #54947
Labels
:Analytics/SQL
SQL querying
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test
Issues or PRs that are addressing/adding tests
Currently we cannot assert millis or nanos in the integration
.csv-spec
files as they are always parsed as 0. For millis parsing it's easy to adjust thetimestampFormat
according to the docs: http://csvjdbc.sourceforge.net/doc.html, but for nanos this is not possible since the library is using SimpleDateFormat which doesn't support nanos.Maybe we should consider using our own implementation for the csv asssertions.
The text was updated successfully, but these errors were encountered: