himanshug opened a new pull request #8645: fix sorting for resultRow object 
when numeric dimension not in limitSpec
URL: https://github.com/apache/incubator-druid/pull/8645
 
 
   ### Description
   Fixes a bug in groupBy query handling with numeric dimension not being part 
of provided limitSpec. It uses lexicographic sorting instead of using the 
numeric sort.
   
   Without this patch, Workaround is to add that dimension to the limitSpec.
   <hr>
   
   This PR has:
   - [X] been self-reviewed.
   - [X] added unit tests or modified existing tests to cover new code paths.
   - [X] been tested in a test Druid cluster.
   
   <hr>
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to