The GitHub Actions job "CI" on incubator-horaedb.git has succeeded. Run started by GitHub user jiacai2050 (triggered by jiacai2050).
Head commit for run: ce4044b8c2f02551ccd0c46a6d03cdf1e3032dd8 / Jiacai Liu <[email protected]> feat: impl priority runtime for read (#1303) ## Rationale Close #1299 ## Detailed Changes - Add PriorityRuntime component, and use in read API - In normal query, its plan will be executed in higher runtime by default, when executor decide query is expensive, then it will spawn `stream.poll` in another lower runtime. - In distributed query, a priority field is added in remote query request, so it can decide which runtime to run on. ## Test Plan Newly added UT Report URL: https://github.com/apache/incubator-horaedb/actions/runs/7346017107 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
