AshishKapoor opened a new issue #10349:
URL: https://github.com/apache/druid/issues/10349
Please provide a detailed title (e.g. "Broker crashes when using TopN query
with Bound filter" instead of just "Broker crashes").
Druid data loader does not work with input time column name - '__time'
### Affected Version
The Druid version where the problem was encountered.
v0.19.0
### Description
Please include as much detailed information about the problem as possible.
- Cluster size: NA
- Configurations in use `paste data`
- Steps to reproduce the problem
Use this dataset, go to druid console, `load data` -> `paste data` -> paste
following data-
```
{ "__time": "2013-08-31T01:02:33Z", "page": "test" }
```
- The error message or stack traces encountered. Providing more context,
such as nearby log messages or even entire logs, can be helpful.
```
unparseable
Found unparseable columns in row:
[org.apache.druid.indexing.overlord.sampler.SamplerInputRow@487bb21f],
exceptions: [could not convert value [2013-08-31T01:02:33Z] to long,]
Original row: { "__time": "2013-08-31T01:02:33Z", "page": "test" }
```
- Any debugging that you have already done
NA
Sincerely
Ashish Kapoor
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]