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

not fetching tables but databases when running with sparksql thrift server for HiveDialect.get_table_names #146

Closed
maxsonic opened this issue Jul 31, 2017 · 2 comments

Comments

@maxsonic
Copy link

Hi,

Environment:
Spark 2.1.0

Expect:
HiveDialect.get_table_names to return table names

Actual:
HiveDialect.get_table_names returns databases names

It seems the row[0] here may not point to the table column but the database column.
image

@jingw
Copy link
Contributor

jingw commented Jul 31, 2017

Could you file this against the Spark Thrift Server maintainers? The fact that you're running into this means that Spark isn't actually compatible with HiveServer2 as it claims.

@jingw jingw closed this as completed Jul 31, 2017
@jingw
Copy link
Contributor

jingw commented Jul 31, 2017

BTW historical context for why it's using an index is #68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants