morningman opened a new pull request, #22640: URL: https://github.com/apache/doris/pull/22640
## Proposed changes sort out the test cases of external table. After modify, there are 2 directories: 1. `external_table_p0`: all p0 cases of external tables: hive, es, jdbc and tvf 2. `external_table_p2`: all p2 cases of external tables: hive, es, mysql, pg, iceberg and tvf So that we can run it with one line command like: ``` sh run-regression-test.sh --run -d external_table_p0,external_table_p2 ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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]
