vogievetsky opened a new pull request, #14224:
URL: https://github.com/apache/druid/pull/14224
So it turns out that the `auto` time format allows for leading and trailing
spaces. Account for it in the data loader and in the spec converter. Add
`TRIM(...)` to make the SQL equivalent.
I used this as a test dataset:
```json
{"t":"2021-03-01 00:00:01.200","type":"nothing"}
{"t":"2021-03-01 00:00:02.200 ","type":"trailing space"}
{"t":" 2021-03-01 00:00:03.200","type":"leading space"}
{"t":" 2021-03-01 00:00:04.200 ","type":"leading and trailing spaces"}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]