Fly-Style commented on code in PR #18752: URL: https://github.com/apache/druid/pull/18752#discussion_r2540855213
########## processing/src/main/java/org/apache/druid/query/http/ClientSqlQuery.java: ########## @@ -39,6 +39,9 @@ public class ClientSqlQuery @JsonProperty private final String resultFormat; + /** + * Indicates whether the query result should include a header. + */ Review Comment: I would do that in separate PR, it would be slightly cleaner. -- 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]
