[ https://issues.apache.org/jira/browse/HIVE-11254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14635932#comment-14635932 ]
Alan Gates commented on HIVE-11254: ----------------------------------- I think changing the pom entry to: {code} <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> {code} will do what you want. But if you want to drop the pom.xml changes that's fine too. Other than this I'm +1 on the patch. > Process result sets returned by a stored procedure > -------------------------------------------------- > > Key: HIVE-11254 > URL: https://issues.apache.org/jira/browse/HIVE-11254 > Project: Hive > Issue Type: Improvement > Components: hpl/sql > Reporter: Dmitry Tolpeko > Assignee: Dmitry Tolpeko > Attachments: HIVE-11254.1.patch, HIVE-11254.2.patch, > HIVE-11254.3.patch, HIVE-11254.4.patch > > > Stored procedure can return one or more result sets. A caller should be able > to process them. > -- This message was sent by Atlassian JIRA (v6.3.4#6332)