----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26117/#review56105 -----------------------------------------------------------
Ship it! Ship It! - Thejas Nair On Oct. 10, 2014, 4:42 a.m., peter liu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26117/ > ----------------------------------------------------------- > > (Updated Oct. 10, 2014, 4:42 a.m.) > > > Review request for hive and Thejas Nair. > > > Bugs: HIVE-8094 > https://issues.apache.org/jira/browse/HIVE-8094 > > > Repository: hive-git > > > Description > ------- > > It would be nice to add LIKE keyword support for SHOW FUNCTIONS as below, > and keep the patterns consistent to the way as SHOW DATABASES, SHOW TABLES. > > bq. SHOW FUNCTIONS LIKE 'foo*'; > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java d5374bc > ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java d047b25 > ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java > 4e58ad8 > ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g ef6d6f7 > ql/src/java/org/apache/hadoop/hive/ql/plan/ShowFunctionsDesc.java 5ea99f8 > ql/src/test/queries/clientpositive/show_functions.q c09f50a > ql/src/test/results/clientpositive/show_functions.q.out 775cc74 > > Diff: https://reviews.apache.org/r/26117/diff/ > > > Testing > ------- > > > Thanks, > > peter liu > >