Shaofeng Shi
Shaofeng Shi
## Proposed changes KYLIN-5225 update haddop version and make spark3 as the default profile ## Github Branch As most of the development works are on Kylin 4, we need to...
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves...
### Describe the proposal As we know, data tagging and classification entail the process of labeling and categorizing data based on its sensitivity, importance, or compliance requirements. This is done...
### Describe the subtask A set of REST APIs to create tag in a metalake, and persist it into Gravitino's data store for further use. ### Parent issue #3344
### Describe the feature Metalake admin is a role who create the metalakes. And only service admin can do this. To complete this, we need a REST API to assign...
### Describe the feature When assign role to an user, the metalake admin need to get a list of the users (under the same metalake) and their existing roles. Currently...
### Describe the feature When metalake admin assign a role to the user, the client side (API requestor) need to fetch all existing roles under the same metalake first. Otherwise...
### Describe the feature The user role function defines a set of privileges in the backend. But for API users, these privileges need exposed via RESTful API. ### Motivation _No...
### Version main branch ### Describe what's wrong When I follow the steps in https://gravitino.apache.org/docs/0.8.0-incubating/hadoop-catalog-with-s3 to create a fileset, Then I got error "GravitinoClient.create_catalog() got an unexpected keyword argument 'type'"...
### SuperSonic version 0.9.10 ### Your organization datastrato ### Description 我定义了几个简单的指标,然后问个问题,生成的SQL中包含子查询,发现有的指标进行了 as 重命名的时候用双引号进行quote,但有的没有,随后Trino报语法错误。这个逻辑比较奇怪,因为有的quote了,而有的却没有quote,下面是完整的 SQL: > WITH t_5 AS ( SELECT "src1_amazon_products"."price", "src1_amazon_products"."parent_asin", "src1_amazon_products"."rating_number" FROM ( SELECT * FROM "amazon_sight2"."products" )...