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

Configuration property hive.translate-hive-views is partially ignored #5623

Closed
findepi opened this issue Oct 21, 2020 · 3 comments · Fixed by #5636
Closed

Configuration property hive.translate-hive-views is partially ignored #5623

findepi opened this issue Oct 21, 2020 · 3 comments · Fixed by #5636
Assignees
Labels
bug Something isn't working
Milestone

Comments

@findepi
Copy link
Member

findepi commented Oct 21, 2020

2020-10-21T09:16:38.363+0200	INFO	main	Bootstrap	
        ↪ hive.translate-hive-views                   false                      false             Experimental: Allow translation of Hive views into Presto views
presto:default> SELECT * FROM hive_view;

Expected:

HiveViewNotSupportedException

Observed:

 a
---
(0 rows)

Note that hive.translate-hive-views is still used and controls e.g. how a Hive view is presented in information_schema.

presto:default> select * from information_schema.tables where table_schema = 'default';
 table_catalog | table_schema | table_name | table_type
---------------+--------------+------------+------------
 hive          | default      | a_table    | BASE TABLE
 hive          | default      | hive_view  | BASE TABLE
@findepi findepi added the bug Something isn't working label Oct 21, 2020
@findepi
Copy link
Member Author

findepi commented Oct 21, 2020

cc @phd3 @laurachenyu @dain @mosabua

@mosabua
Copy link
Member

mosabua commented Oct 21, 2020

When this is fixed can we please add docs for that property in the same PR, whoever is working on the fix.. @phd3 ?

@phd3 phd3 self-assigned this Oct 21, 2020
@phd3
Copy link
Member

phd3 commented Oct 21, 2020

@mosabua got it, will do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

3 participants