Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL: [Test] Allow assertion with millis and nanos #54947

Open
matriv opened this issue Apr 8, 2020 · 2 comments
Open

SQL: [Test] Allow assertion with millis and nanos #54947

matriv opened this issue Apr 8, 2020 · 2 comments
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

Comments

@matriv
Copy link
Contributor

matriv commented Apr 8, 2020

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 the timestampFormat 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.

@matriv matriv added >test Issues or PRs that are addressing/adding tests :Analytics/SQL SQL querying labels Apr 8, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/SQL)

@rjernst rjernst added the Team:QL (Deprecated) Meta label for query languages team label May 4, 2020
@wchaparro wchaparro removed the Team:QL (Deprecated) Meta label for query languages team label Jan 17, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants