[ https://issues.apache.org/jira/browse/HIVE-7676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14093724#comment-14093724 ]
Hive QA commented on HIVE-7676: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12660942/HIVE-7676.patch {color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 5874 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_auto_sortmerge_join_8 org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_opt_vectorization org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testReadDataPrimitiveTypes org.apache.hive.jdbc.TestJdbcDriver2.testDatabaseMetaData {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/260/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/260/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-260/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 5 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12660942 > Support more methods in HiveDatabaseMetaData > -------------------------------------------- > > Key: HIVE-7676 > URL: https://issues.apache.org/jira/browse/HIVE-7676 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 0.13.1 > Reporter: Alexander Pivovarov > Attachments: HIVE-7676.patch > > > I noticed that some methods in HiveDatabaseMetaData throws exceptions instead > of returning true/false. Many JDBC clients expects implementations for > particular methods in order to work. > E.g. SQuirreL SQL shows databases only if supportsSchemasInTableDefinitions > returns true. > Also hive 0.14.0 supports UNION ALL and does not support UNION > We can indicate this in HiveDatabaseMetaData instead of throwing Method Not > supported exception. > getIdentifierQuoteString should return space if not supported. > http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getIdentifierQuoteString%28%29 -- This message was sent by Atlassian JIRA (v6.2#6252)