You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/11/11 23:19:29 UTC

[GitHub] HanumathRao opened a new pull request #1534: DRILL-6844: Query with ORDER BY DESC on indexed column does not pick …

HanumathRao opened a new pull request #1534: DRILL-6844: Query with ORDER BY DESC on indexed column does not pick …
URL: https://github.com/apache/drill/pull/1534
 
 
   …secondary index.
   
   This PR fixes the issue related to query not picking index when desc is used in the order by clause.
   The code is changed to create the sort collation with nulls first when indexed field is desc otherwise it creates nulls last.
   
   @amansinha100  Can you please review this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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