We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As seen here: https://github.com/elastic/elasticsearch/pull/46473/files#diff-cf94de789c0241585ea4400a0761e0f9R125 the .XXX milliseconds part of the expected timestamp is ignored and currently the work around is to cast the timestamp result columns as string in order to properly assert them.
.XXX
The issue should be fixed either through CsvTestUtils or maybe by patching the 3rd party csvjdbc library .
CsvTestUtils
csvjdbc
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-search
Sorry, something went wrong.
Superseded by #54947
No branches or pull requests
As seen here: https://github.com/elastic/elasticsearch/pull/46473/files#diff-cf94de789c0241585ea4400a0761e0f9R125 the
.XXX
milliseconds part of the expected timestamp is ignored and currently the work around is to cast the timestamp result columns as string in order to properly assert them.The issue should be fixed either through
CsvTestUtils
or maybe by patching the 3rd partycsvjdbc
library .The text was updated successfully, but these errors were encountered: