klcopp commented on pull request #1585:
URL: https://github.com/apache/hive/pull/1585#issuecomment-711925934


   Can you confirm that 
   `SHOW COLUMNS IN table_name LIKE "*a";`
   will be listed in alphabetical order,
   
   but these two cases will be listed in the order that columns appear in the 
table (column-ordered):
   ```
   SHOW COLUMNS IN table_name LIKE "*"
   SHOW COLUMNS IN table_name;
   ```


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

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