lirui-apache commented on a change in pull request #10701:
[FLINK-15189][hive][doc] Add documentation for hive view
URL: https://github.com/apache/flink/pull/10701#discussion_r361449739
##########
File path: docs/dev/table/hive/read_write_hive.md
##########
@@ -110,6 +110,13 @@ __________ __________
{% endhighlight %}
+### Querying Hive views
+
+If you need to query Hive views, please note:
+
+1. You have to switch to the Hive catalog before you can query views in that
catalog.
Review comment:
Users need to make sure Hive catalog is the current catalog, otherwise the
underlying tables cannot be resolved.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services