You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/16 21:28:53 UTC

[GitHub] [druid] clintropolis commented on a change in pull request #9130: Move result-to-array logic from SQL layer into QueryToolChests.

clintropolis commented on a change in pull request #9130: Move result-to-array logic from SQL layer into QueryToolChests.
URL: https://github.com/apache/druid/pull/9130#discussion_r367259286
 
 

 ##########
 File path: processing/src/main/java/org/apache/druid/query/QueryToolChest.java
 ##########
 @@ -269,4 +270,50 @@ public ObjectMapper decorateObjectMapper(final ObjectMapper objectMapper, final
   {
     return segments;
   }
+
+  /**
+   * Returns a list of field names in the order than {@link #resultsAsArrays} would return them. The returned list will
 
 Review comment:
   nit: should this be 'Returns a list of field names in the order _that_ ...'

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org