freemandealer opened a new issue, #18476: URL: https://github.com/apache/doris/issues/18476
### 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 # Motivation Doris now supports many load methods. The implementation code of these methods is intertwined and the attributes overlap. To improve maintainability, we plan to refactor the code. # Goals 1) unify the attribute specification method and parsing method and default values of various loads; 2) reuse single code base as much as possible and delete duplicate code; # Plan Overview We plan to use insert stmt as the common backend for all load methods. Various loads retain their original user interface, but will eventually be converted into insert stmt for planning and subsequent execution. # Tasks Breakdown 1) insert stmt maintain information for all loading properties 2) insert stmt support async job management 3) run S3 load with insert stmt as its backend 4) run streamload with insert stmt planner 5) run mysql load 6) run routine load ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit PR? - [X] 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]
