Search before asking
Description
RefreshLdapCommand is supported in legacy planner but not in nereids(new doris fe planner). you need implement it in nereids.
The DorisParser.g4 has the syntax definition already(see bellow). And you can check RefreshTableStmt.java in legacy planner to see what the command does and migrate it to nereids planner
unsupportedRefreshStatement : REFRESH LDAP (ALL | (FOR user=identifierOrText))
Solution
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Description
RefreshLdapCommand is supported in legacy planner but not in nereids(new doris fe planner). you need implement it in nereids.
The DorisParser.g4 has the syntax definition already(see bellow). And you can check RefreshTableStmt.java in legacy planner to see what the command does and migrate it to nereids planner
unsupportedRefreshStatement : REFRESH LDAP (ALL | (FOR user=identifierOrText))Solution
No response
Are you willing to submit PR?
Code of Conduct