This message was deleted.
# troubleshooting
s
This message was deleted.
a
there could be a problem with your timestamp spec. so druid cannot determine the timestamp for any row.
u
oh, okay. Let me check.
a
if thats not the case, you may have multiple values for the dimension that you are partitioning on
or you have a filter in your spec that is rejecting all the input data
u
there is no filter and single dim column has single value. most probably it has to be timestamp spec.
b
Try providing missing values as below for timestamp:
v
Can you post the spec that is generated (it is in the
Edit spec
stage of the wizard if that is what you are using)
u
Thanks @Abhishek Agarwal this helped. i gave the wrong time stamp spec, and it found no data from the input source, hence the issue.