Github user zfong commented on a diff in the pull request:

    https://github.com/apache/drill/pull/775#discussion_r104805550
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/work/metadata/ServerMetaProvider.java
 ---
    @@ -76,7 +76,7 @@
           .setReadOnly(false)
           .setGroupBySupport(GroupBySupport.GB_UNRELATED)
           .setLikeEscapeClauseSupported(true)
    -      .setNullCollation(NullCollation.NC_AT_END)
    +      .setNullCollation(NullCollation.NC_HIGH)
    --- End diff --
    
    @jinfengni  - See @vdiravka's comments in the Jira.  The Drill 
documentation at https://drill.apache.org/docs/order-by-clause/#usage-notes 
says NULLs sort highest.  If the doc is wrong, then we should fix the doc. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to