kasakrisz commented on code in PR #35:
URL: https://github.com/apache/hive-site/pull/35#discussion_r1928610987


##########
content/docs/latest/languagemanual-sortby_27362045.md:
##########
@@ -190,7 +190,7 @@ SELECT col1, col2 FROM t1 DISTRIBUTE BY col1 SORT BY col1 
ASC, col2 DESC
 
 ```
 
- 
-
- 
+Note that columns are specified by name, not by position number. However in 
[Hive 4.1.0](https://issues.apache.org/jira/browse/HIVE-581) and later, columns 
can be specified by position when configured as follows:
 
+* For Hive 4.1.0 and later, 
[hive.orderby.position.alias](https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.orderby.position.alias)
 is true by default.

Review Comment:
   I added an example with the properties. 
   There is already a description of each property in the documentation and in 
HiveConf.



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

Reply via email to