Skip to content

[BugFix] fix running fragment count during exec env exit #52320

[BugFix] fix running fragment count during exec env exit

[BugFix] fix running fragment count during exec env exit #52320

Triggered via pull request October 18, 2024 02:12
@kevincaikevincai
synchronize #52048
Status Success
Total duration 21s
Artifacts

ci-doc-checker.yml

on: pull_request_target
DOC FILTER
3s
DOC FILTER
ADD DOC LABEL
0s
ADD DOC LABEL
REMOVE DOC LABEL
3s
REMOVE DOC LABEL
markdownlint
0s
markdownlint
behavior-unchange
0s
behavior-unchange
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
REMOVE DOC LABEL
Error: failed to remove labels: documentation
TestSQLCases.test_mv_swap: TestSQLCases#L1
Element counts were not equal: First has 1, Second has 0: 'false\tbase-table swapped: jj' First has 0, Second has 1: 'true\t' : sql result not match: - [SQL]: SELECT IS_ACTIVE, INACTIVE_REASON FROM information_schema.materialized_views WHERE table_name = 'mv_on_table_1'; - [exp]: ['false\tbase-table swapped: jj'] - [act]: ['true\t'] ---
TestSQLCases.test_always_null_statistic_funcs: TestSQLCases#L1
Element counts were not equal: First has 1, Second has 0: '1\t1\tNone' First has 1, Second has 0: '2\t2\t0.5' First has 1, Second has 0: '3\t3\t1.0' First has 1, Second has 0: '4\t4\t1.0' First has 1, Second has 0: '5\tNone\t0.5' First has 1, Second has 0: '6\tNone\tNone' First has 1, Second has 0: '7\tNone\tNone' First has 1, Second has 0: '8\t8\tNone' First has 1, Second has 0: '9\t9\t0.5' First has 1, Second has 0: '10\t10\t1.0' First has 0, Second has 1: "E: (1064, 'Query exceeded time limit of 300 seconds')" : sql result not match: - [SQL]: SELECT k, val1, round(variance_samp(val1) over ( ORDER BY k ASC ROWS BETWEEN 2 PRECEDING and CURRENT ROW ), 3) AS variance_samp_val1 FROM t1 order by k; - [exp]: ['1\t1\tNone', '2\t2\t0.5', '3\t3\t1.0', '4\t4\t1.0', '5\tNone\t0.5', '6\tNone\tNone', '7\tNone\tNone', '8\t8\tNone', '9\t9\t0.5', '10\t10\t1.0'] - [act]: ["E: (1064, 'Query exceeded time limit of 300 seconds')"] ---
TestSQLCases.test_partial_update: TestSQLCases#L1
Regex didn't match: '.*column mode partial update on table with sort key cannot update sort key column.*' not found in "E: (5025, 'no associated load channel 1b777478-8d09-11ef-b702-00163e065215')" : sql result not match regex: - [SQL]: update tab3 set v1 = 1111, v2 = (select sum(tab2.v2) from tab2); - [exp]: .*column mode partial update on table with sort key cannot update sort key column.* - [act]: E: (5025, 'no associated load channel 1b777478-8d09-11ef-b702-00163e065215') ---
REMOVE DOC LABEL
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-ecosystem/action-remove-labels@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
REMOVE DOC LABEL
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-ecosystem/action-remove-labels@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
REMOVE DOC LABEL
failed to remove label: documentation: HttpError: Label does not exist