FrankChen021 commented on pull request #11809:
URL: https://github.com/apache/druid/pull/11809#issuecomment-947448538
Good idea. I think dot-sparated format for subQueryId might be more
readable, and this format have been widely used in many distributed tracing
systems.
Take your example, it would be
```
Parent Query: { queryId: "my-query-id", subQueryId: null }
Sub Query: { queryId: "my-query-id", subQueryId: "1" }
Sub Sub Query: { queryId: "my-query-id", subQueryId: "1.1" }
Sub Sub Query: { queryId: "my-query-id", subQueryId: "1.2" }
```
--
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]