abhijeetkushe commented on issue #8070: URL: https://github.com/apache/pinot/issues/8070#issuecomment-1022462519
I have more updates.I do see the data in the table but not realtime. shardIteratorType as LATEST.I ran the below query `select $segmentName,ToDateTime(eventTimestamp,'yyyyMMddHHmm') from workflowEvents order by eventTimestamp desc limit 100 ` $segmentName todatetime(eventTimestamp,'yyyyMMddHHmm') workflowEvents__0__58__20220125T2005Z 202201260000 workflowEvents__1__60__20220125T2106Z 202201260000 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 -- 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]
