We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I have a View View1 over Table T1 and T2 under hive database db1 in federated metastore FM1. Following command fails with Table Not Found Exception
View1
T1
T2
db1
FM1
Table Not Found Exception
Select * from fm1_db1.view1 ; This will fail with Table T1 & T2 Not Found.
Select * from fm1_db1.view1 ;
Additional Info:
The text was updated successfully, but these errors were encountered:
Looks like WD is not able to add prefix to table T1 and T2 when it expands view to table level.
Sorry, something went wrong.
View Translation Revised (#62)
f6cb560
No branches or pull requests
If I have a View
View1
over TableT1
andT2
under hive databasedb1
in federated metastoreFM1
. Following command fails withTable Not Found Exception
Select * from fm1_db1.view1 ;
This will fail with Table
T1
&T2
Not Found.Additional Info:
The text was updated successfully, but these errors were encountered: