asolimando commented on a change in pull request #2979:
URL: https://github.com/apache/hive/pull/2979#discussion_r795875749
##########
File path: parser/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g
##########
@@ -863,7 +863,7 @@ import org.apache.hadoop.hive.conf.HiveConf;
}
protected boolean nullsLast() {
if(hiveConf == null){
- return false;
+ return HiveConf.ConfVars.HIVE_DEFAULT_NULLS_LAST.defaultBoolVal;
Review comment:
Sure, I have opened a separate PR with a new JIRA ticket:
https://github.com/apache/hive/pull/2990
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]