Closed xunliu closed 4 months ago
I want to have a try. Can you assign to me? Thanks a lot.
Hi @rich7420 Thank you for your interesting in this issue, I assign it to you, If you have any problem, please add comments to this issue. :-)
@xunliu thank you very much!
@xunliu I have a PR in #4010 . But actually, when I trying to run ./gradlew build
in local, this error came out.
I think is because there are different numbers before <SecurableObject: [fullName=metalake], [type=METALAKE], [privileges=[ALLOW use metalake]]>
. How should I resolve this issue?
Is it possible to modify the content in the test to use the actual values of the test instead of the memory addresses?
What would you like to be improved?
Currently Privileges.java have more than one thousand duplicate code to instantiation
CreateCatalog
,AlterCatalog
, ...How should we improve?
I think we can use the template to reduce these duplicate codes.
GenericPrivilege.java
Template code just like there:We can use
GenericPrivilege.java
to instantiationCreateCatalog
,AlterCatalog
, ...