mghosh4 opened a new issue #10367: URL: https://github.com/apache/druid/issues/10367
### Description This is a minor change. DefaultRequestLogEvent is missing an api to query the sqlQueryContext ### Motivation Exposing this api is useful for audit logging purposes. For each sql query, Druid runs an equivalent native query. The query context datastructure maintains the mapping between sqlQueryId (which represents the sql query) to queryId (which represents the native query). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
