abhishekrb19 commented on code in PR #18993: URL: https://github.com/apache/druid/pull/18993#discussion_r2783939624
########## server/src/main/java/org/apache/druid/server/RequestLogLine.java: ########## Review Comment: I don’t think so. The `toString()` and `hashCode()` are typically IDE-generated based on the order of the arguments defined in the constructor. It’s probably only used for debugging and likely predates the `getSqlQueryLine()` and `getNativeQueryLine()` implementations -- 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]
