LiBinfeng-01 opened a new issue, #42635:
URL: https://github.com/apache/doris/issues/42635

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   load command is supported in legacy planner but not in nereids(new doris fe 
planner). you need implement the following use command in nereids:
   unsupportedLoadStatement
   - [ ] LOAD mysqlDataDesc
       (PROPERTIES LEFT_PAREN properties=propertyItemList RIGHT_PAREN)?
       (commentSpec)?                                                           
   #mysqlLoad LoadStmt
   - [ ] CREATE SYNC label=multipartIdentifier
           LEFT_PAREN channelDescriptions RIGHT_PAREN
           FROM BINLOG LEFT_PAREN propertyItemList RIGHT_PAREN
           properties=propertyClause?                                           
     #createDataSyncJob CreateDataSyncJobStmt
   - [ ] STOP SYNC JOB name=multipartIdentifier                                 
       #stopDataSyncJob StopSyncJobStmt
   - [ ] RESUME SYNC JOB name=multipartIdentifier                               
       #resumeDataSyncJob ResumeSyncJobStmt
   - [ ] PAUSE SYNC JOB name=multipartIdentifier                                
       #pauseDataSyncJob PauseSyncJobStmt
   - [ ] CREATE ROUTINE LOAD label=multipartIdentifier (ON table=identifier)?
       (WITH (APPEND - [ ] DELETE - [ ] MERGE))?
       (loadProperty (COMMA loadProperty)*)? propertyClause? FROM 
type=identifier
       LEFT_PAREN customProperties=propertyItemList RIGHT_PAREN
       commentSpec?                                                             
   #createRoutineLoadJob ShowCreateRoutineLoadStmt
   - [ ] PAUSE ROUTINE LOAD FOR label=multipartIdentifier                       
       #pauseRoutineLoad PauseRoutineLoadStmt
   - [ ] PAUSE ALL ROUTINE LOAD                                                 
       #pauseAllRoutineLoad PauseRoutineLoadStmt
   - [ ] RESUME ROUTINE LOAD FOR label=multipartIdentifier                      
       #resumeRoutineLoad ResumeRoutineLoadStmt
   - [ ] RESUME ALL ROUTINE LOAD                                                
       #resumeAllRoutineLoad ResumeRoutineLoadStmt
   - [ ] STOP ROUTINE LOAD FOR label=multipartIdentifier                        
       #stopRoutineLoad StopRoutineLoadStmt
   - [ ] SHOW ALL? ROUTINE LOAD ((FOR label=multipartIdentifier) - [ ] 
wildWhere?)         #showRoutineLoad ShowRoutineLoadStmt
   - [ ] SHOW ALL? CREATE ROUTINE LOAD FOR label=multipartIdentifier            
       #showCreateRoutineLoad ShowCreateRoutineLoadStmt
   - [ ] SHOW CREATE LOAD FOR label=multipartIdentifier                         
       #showCreateLoad ShowCreateLoadStmt
   - [ ] SYNC                                                                   
       #sync SyncStmt
   - [ ] importSequenceStatement                                                
       #importSequenceStatementAlias ImportSequenceStmt
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to