ghulands commented on issue #6196: How can i load data without timestamp? please provide any solution if it is there. URL: https://github.com/apache/incubator-druid/issues/6196#issuecomment-414457118 @QiuMM that is not accurate. If you have data that is partitioned and are ingesting it based on that partitioning you don't have to have a column in that data to contain an actual timestamp. You can specify the timestamp spec as follows "timestampSpec": { "format": "yyyy-MM-dd", "column": "ts", "missingValue": "2018-08-20" } ts does not need to exist. Hope that helps @ranjan321
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
