unsubscribe

2020-06-28 Thread xufei

Re: [Spark SQL]: Does namespace name is always needed in a query for tables from a user defined catalog plugin

2019-12-01 Thread xufei
Thanks, Terry. Glad to know that it is not an expected behavior. Terry Kim 于2019年12月2日周一 上午11:51写道: > Hi Xufei, > I also noticed the same while looking into relation resolution behavior > (See Appendix A in this doc > <https://docs.google

[Spark SQL]: Does namespace name is always needed in a query for tables from a user defined catalog plugin

2019-12-01 Thread xufei
Hi, I'm trying to write a catalog plugin based on spark-3.0-preview, and I found even when I use 'use catalog.namespace' to set the current catalog and namespace, I still need to qualified name in the query. For example, I add a catalog named 'example_catalog', there is a database named 'test'