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
CleanLabelCommand 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 CleanLabelStmt.java in legacy planner to see what the command does and migrate it to nereids planner unsupportedCleanStatement : CLEAN LABEL label=identifier? (FROM | IN) database=identifier
Search before asking
Description
CleanLabelCommand 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 CleanLabelStmt.java in legacy planner to see what the command does and migrate it to nereids planner
unsupportedCleanStatement : CLEAN LABEL label=identifier? (FROM | IN) database=identifier
Solution
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: