mayankshriv edited a comment on issue #7276: URL: https://github.com/apache/pinot/issues/7276#issuecomment-899900064
@mbecker If you are just trying to validate if the event is ingested in Pinot correctly and the time format is store correctly in Pinot, then you can simply run a pinot query to do so: ``` select _time from <tableName> ``` -- 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]
