vogievetsky opened a new issue #7016: Wish list: Add the rowStats attributes of the columns of the sys.tasks table URL: https://github.com/apache/incubator-druid/issues/7016 Specifically `processed`, `processedWithError`, `thrownAway`, `unparseable` This is currently available from the coordinator task report API but it would be amazing to be able to surface it via DruidSQL `"rowStats":{"buildSegments":{"processed":3630,"processedWithError":0,"thrownAway":0,"unparseable":0}}` Then we could use all the cool SQL magic on it like filtering. In particular we could surface it in the [new Druid console](https://github.com/apache/incubator-druid/issues/6832) Tasks view as a column:  This will prevent the common confusion of "my task succeed but my where is my data (0 rows were ingested)
---------------------------------------------------------------- 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]
