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


##########
content/docs/latest/languagemanual-sortby_27362045.md:
##########
@@ -190,7 +190,16 @@ 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-28572](https://issues.apache.org/jira/browse/HIVE-28572) and later, 
columns can be specified by position when configured as follows:

Review Comment:
   Yes, It is a typo. Fixed it.



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