[ https://issues.apache.org/jira/browse/HIVE-6992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259857#comment-14259857 ]
Hive QA commented on HIVE-6992: ------------------------------- {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/12689283/HIVE-6992.1.patch {color:red}ERROR:{color} -1 due to 20 failed/errored test(s), 6722 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_list_bucket_dml_10 org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchEmptyCommit org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection org.apache.hive.jdbc.miniHS2.TestHiveServer2.testGetVariableValue org.apache.hive.jdbc.miniHS2.TestHiveServer2SessionTimeout.testConnection org.apache.hive.service.cli.TestEmbeddedThriftBinaryCLIService.testConfOverlay org.apache.hive.service.cli.TestEmbeddedThriftBinaryCLIService.testExecuteStatement org.apache.hive.service.cli.TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync org.apache.hive.service.cli.operation.TestOperationLoggingAPI.testFetchResultsOfLog org.apache.hive.service.cli.operation.TestOperationLoggingAPI.testFetchResultsOfLogAsync org.apache.hive.service.cli.operation.TestOperationLoggingAPI.testFetchResultsOfLogCleanup org.apache.hive.service.cli.operation.TestOperationLoggingAPI.testFetchResultsOfLogWithOrientation org.apache.hive.service.cli.session.TestSessionGlobalInitFile.testSessionGlobalInitDir org.apache.hive.service.cli.session.TestSessionGlobalInitFile.testSessionGlobalInitFile org.apache.hive.service.cli.session.TestSessionGlobalInitFile.testSessionGlobalInitFileAndConfOverlay org.apache.hive.service.cli.session.TestSessionGlobalInitFile.testSessionGlobalInitFileWithUser org.apache.hive.service.cli.thrift.TestThriftBinaryCLIService.testExecuteStatement org.apache.hive.service.cli.thrift.TestThriftBinaryCLIService.testExecuteStatementAsync org.apache.hive.service.cli.thrift.TestThriftHttpCLIService.testExecuteStatement org.apache.hive.service.cli.thrift.TestThriftHttpCLIService.testExecuteStatementAsync {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2204/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2204/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2204/ 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: 20 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12689283 - PreCommit-HIVE-TRUNK-Build > Implement PreparedStatement.getMetaData(), getParmeterMetaData() > ---------------------------------------------------------------- > > Key: HIVE-6992 > URL: https://issues.apache.org/jira/browse/HIVE-6992 > Project: Hive > Issue Type: Bug > Components: JDBC > Reporter: Bill Oliver > Attachments: HIVE-6992.1.patch > > > It would be very helpful to have methods PreparedStatement.getMetaData() and > also PreparedStatement.getParameterMetaData() implemented. > I especially would like PreparedStatmeent.getMetaData() implemented, as I > could prepare a SQL statement, and then get information about the result set, > as well as information that the query is valid. > I am pretty sure this information is available in some form. When you do an > "EXPLAIN query", the explain operation shows information about the result set > including the column name/aliases and the column types. > thanks you > -bill -- This message was sent by Atlassian JIRA (v6.3.4#6332)