Skip to content

Commit

Permalink
[KYUUBI #3984] Add CatalogDesc implementation and Extracting support …
Browse files Browse the repository at this point in the history
…for CatalogPlugin&ResolvedDbObjectName

### _Why are the changes needed?_

This PR is part of work form  #3606 by bowenliang123, with UTs added

### _How was this patch tested?_
- [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3984 from yaooqinn/bw.

Closes #3984

db1e272 [Kent Yao] style
8563f3c [liangbowen]  Please enter the commit message for your changes. Lines starting
808131d [liangbowen] CatalogDesc

Lead-authored-by: liangbowen <liangbowen@gf.com.cn>
Co-authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
  • Loading branch information
bowenliang123 and yaooqinn committed Dec 15, 2022
1 parent ff6b792 commit f1815be
Show file tree
Hide file tree
Showing 9 changed files with 348 additions and 81 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

org.apache.kyuubi.plugin.spark.authz.serde.CatalogPluginCatalogExtractor
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ org.apache.kyuubi.plugin.spark.authz.serde.CatalogTableTableExtractor
org.apache.kyuubi.plugin.spark.authz.serde.DataSourceV2RelationTableExtractor
org.apache.kyuubi.plugin.spark.authz.serde.IdentifierTableExtractor
org.apache.kyuubi.plugin.spark.authz.serde.LogicalRelationTableExtractor
org.apache.kyuubi.plugin.spark.authz.serde.ResolvedDbObjectNameTableExtractor
org.apache.kyuubi.plugin.spark.authz.serde.ResolvedTableTableExtractor
org.apache.kyuubi.plugin.spark.authz.serde.TableIdentifierTableExtractor

0 comments on commit f1815be

Please sign in to comment.