mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
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