Github user jinfengni commented on a diff in the pull request:
https://github.com/apache/drill/pull/775#discussion_r104807540
--- 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 --
My understanding is NULL collation should be specified together with
ASC/DESC. ASC/NULL LAST as the default option essentially implies NC_HIGH.
However, I'm not sure if we just specify NC_HIGH alone, or ASC/NC_AT_END
combined.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---