kyuubi/extensions
davidyuan c8f4e9c6c5
[KYUUBI #5255] Add an optional comment field to the authz specs for better recognition
# 🔍 Description
## Issue References 🔗

This pull request fixes #5255

## Describe Your Solution 🔧

Add Optional comment field for desc, so that we can get information when the command from third party

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklists
## 📝 Author Self Checklist

- [x] My code follows the [style guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html) of this project
- [x] I have performed a self-review
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

## 📝 Committer Pre-Merge Checklist

- [x] Pull request title is okay.
- [x] No license issues.
- [x] Milestone correctly set?
- [x] Test coverage is ok
- [x] Assignees are selected.
- [x] Minimum number of approvals
- [x] No changes are requested

**Be nice. Be informative.**

Closes #5706 from davidyuan1223/add_option_comment_for_authz.

Closes #5255

46234e10d [davidyuan] bugfix
b9166bd33 [davidyuan] bugfix
2d4b920db [davidyuan] regenerate json file
a125ee4b8 [david yuan] Merge branch 'master' into add_option_comment_for_authz
80eb9ff04 [davidyuan] json file bug fix
bc6ec388d [davidyuan] style fix
b2527a558 [davidyuan] Merge remote-tracking branch 'origin/add_option_comment_for_authz' into add_option_comment_for_authz
682727d77 [davidyuan] bugfix
d79a38f12 [david yuan] Merge branch 'master' into add_option_comment_for_authz
6fed8b0c7 [davidyuan] issue #5255
e48c5a087 [davidyuan] issue #5255

Lead-authored-by: davidyuan <yuanfuyuan@mafengwo.com>
Co-authored-by: david yuan <yuanfuyuan@mafengwo.com>
Signed-off-by: Kent Yao <yao@apache.org>
2023-11-27 09:38:56 +08:00
..
server/kyuubi-server-plugin Bump 1.9.0-SNAPSHOT 2023-09-04 14:23:12 +08:00
spark [KYUUBI #5255] Add an optional comment field to the authz specs for better recognition 2023-11-27 09:38:56 +08:00
README.md

For developers

This folder contains plugins/extension for kyuubi server and different engine types.

  • ext
    • kyuubi-server
    • spark
    • flink
    • trino
    • hive
    • others
    • ...