Skip to content

Druid data loader does not work with input time column name - '__time'  #10349

@AshishKapoor

Description

@AshishKapoor

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" }

Screenshot

Screenshot 2020-09-04 at 12 39 21 AM

  • Any debugging that you have already done
    NA

Sincerely
Ashish Kapoor

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions