Files
impala/testdata/workloads/functional-query/queries/QueryTest
Fredy Wijaya 41a516f949 IMPALA-6655: Add owner information on database creation
Add owner information on database creation.

> create database foo;
> describe database extended foo;
+---------+----------+---------+
| name    | location | comment |
+---------+----------+---------+
| foo     |          |         |
| Owner:  |          |         |
|         | user1    | USER    |
+---------+----------+---------+

Testing:
- Ran end-to-end query and metadata tests

Change-Id: Id74ec9bd3cb7954999305e9cd9085cbf50921a78
Reviewed-on: http://gerrit.cloudera.org:8080/9637
Reviewed-by: Fredy Wijaya <fwijaya@cloudera.com>
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Impala Public Jenkins
2018-03-16 19:28:37 +00:00
..
2016-02-19 00:03:15 -08:00
2014-01-08 10:48:09 -08:00
2014-06-20 13:35:10 -07:00