You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Description
DropEncryptKeyCommand is implemented in the legacy planner but unsupported in Nereids. You’ll need to add support in Nereids based on the syntax in DorisParser.g4 and the functionality in DropEncryptKeyStmt.java.
unsupportedDropStatement : DROP ENCRYPTKEY (IF EXISTS)? name=multipartIdentifier
Search before asking
Description
DropEncryptKeyCommand is implemented in the legacy planner but unsupported in Nereids. You’ll need to add support in Nereids based on the syntax in DorisParser.g4 and the functionality in DropEncryptKeyStmt.java.
unsupportedDropStatement : DROP ENCRYPTKEY (IF EXISTS)? name=multipartIdentifier
Solution
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: