Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple statements in a singe query for HIVE #24

Closed
hamlet-lee opened this issue Oct 12, 2017 · 2 comments
Closed

Support multiple statements in a singe query for HIVE #24

hamlet-lee opened this issue Oct 12, 2017 · 2 comments

Comments

@hamlet-lee
Copy link

Currently yanagishima do not support multiple statements in a single query, for example:

create temporary table tmp1 as select .... ;
create temporary table tmp2 as select .... ;
select count(*) from tmp1 join tmp2 on (...) where ... ;

Highly recommend to support multiple statements in a single query.

I propose the result of multiple statements query simply like below:

table 1: no result set

table 2: no result set

table 3: a table shows result set
@wyukawa
Copy link
Contributor

wyukawa commented Mar 11, 2018

Sorry about the delay.
But currently there is no plan to support multiple statements due to no needs in my environment.
And it's not so easy to implement due to handling multiple statement objects

@ebyhr
Copy link
Contributor

ebyhr commented Aug 31, 2019

Let's edit the issue title to feature request: Support multiple statements or something better because other people may misunderstand this is Hive specific issue. Then we can close #49.

@ebyhr ebyhr changed the title feature request: Support multiple statements in a singe query for HIVE Support multiple statements in a singe query for HIVE Dec 10, 2020
@ebyhr ebyhr closed this as completed Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants