Description
Right now if you create a table using Impala, in a given Impala database (my_database:my_table), Kudu strips out the database part and just calls the table my_table. This creates a requirement for Kudu table names to be unique across all Impala databases, and may be surprising behavior to seasoned Impala users. I'm filing this ticket at tlipcon's request and may be getting some of the details / limitations wrong.