[ https://issues.apache.org/jira/browse/HIVE-15425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748595#comment-15748595 ]
Naveen Gangam commented on HIVE-15425: -------------------------------------- Sorry, the pre-commits build was executed. None of the failures appear related to the patch. [~aihuaxu] can you review? Thanks > Eliminate conflicting output from schematool's table validator. > --------------------------------------------------------------- > > Key: HIVE-15425 > URL: https://issues.apache.org/jira/browse/HIVE-15425 > Project: Hive > Issue Type: Sub-task > Components: Hive > Affects Versions: 2.2.0 > Reporter: Naveen Gangam > Assignee: Naveen Gangam > Priority: Minor > Attachments: HIVE-15425.patch, HIVE-15425.patch > > > Running the schemaTool's validate command against Derby DB yields in the > following output. > {code} > Validating tables in the schema for version 2.2.0 > Expected (from schema definition) 57 tables, Found (from HMS metastore) 58 > tables > Schema table validation successful > {code} > The output above creates some confusion when there are extra tables (not part > of hive schema) in the database. The intention was to report the total tables > found and did not expect the schema namespace to contain additional tables. > Even as the validation is successful, the output is confusing. -- This message was sent by Atlassian JIRA (v6.3.4#6332)