Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
CREATE TABLE foo_n7(c INT, a INT, b INT);
show columns in foo_n7;
// current output a b c // expected c a b
HIVE-18373 changed the original behaviour to sorted output.
Suggesting to provide an optional keyword sorted to sort the show columns output
eg.,
show sorted columns in foo_n7; a b c show columns in foo_n7 c a b
Attachments
Issue Links
- links to