comment out step 4 in array_map_expr #111216
pr-checker.yml
on: pull_request_target
SYNC CHECKER
0s
behavior-check
4s
changelist-check
10s
automerge-check
0s
Annotations
4 errors and 1 warning
behavior-check
Please check the format of your pr body about the behavior change checkbox!
|
behavior-check
Process completed with exit code 1.
|
title-check
Missing type in the title of the pull request. [BugFix], [Enhancement], [Feature], [Refactor], [UT], [Doc], [Tool].
Example: [BugFix] Fix some implicit conversion.
|
TestSQLCases.test_generated_column_complex_rewrite:
TestSQLCases#L1
False is not true : assert two plans are different, plan1: (('PLAN FRAGMENT 0',), (' OUTPUT EXPRS:3: count',), (' PARTITION: UNPARTITIONED',), ('',), (' RESULT SINK',), ('',), (' 3:EXCHANGE',), ('',), ('PLAN FRAGMENT 1',), (' OUTPUT EXPRS:',), (' PARTITION: RANDOM',), ('',), (' STREAM DATA SINK',), (' EXCHANGE ID: 03',), (' UNPARTITIONED',), ('',), (' 2:AGGREGATE (update finalize)',), (' | output: count(*)',), (' | group by: ',), (' | ',), (' 1:Project',), (' | <slot 5> : 1',), (' | ',), (' 0:OlapScanNode',), (' TABLE: t_generated_column_complex_rewrite_3',), (' PREAGGREGATION: ON',), (' VECTORINDEX: OFF',), (' PREDICATES: 2: col IS NOT NULL',), (' partitions=1/1',), (' rollup: t_generated_column_complex_rewrite_3',), (' tabletRatio=1/1',), (' tabletList=30687',), (' cardinality=1',), (' avgRowSize=3.0',)), plan2: (('PLAN FRAGMENT 0',), (' OUTPUT EXPRS:3: count',), (' PARTITION: UNPARTITIONED',), ('',), (' RESULT SINK',), ('',), (' 3:EXCHANGE',), ('',), ('PLAN FRAGMENT 1',), (' OUTPUT EXPRS:',), (' PARTITION: RANDOM',), ('',), (' STREAM DATA SINK',), (' EXCHANGE ID: 03',), (' UNPARTITIONED',), ('',), (' 2:AGGREGATE (update finalize)',), (' | output: count(*)',), (' | group by: ',), (' | ',), (' 1:Project',), (' | <slot 5> : 1',), (' | ',), (' 0:OlapScanNode',), (' TABLE: t_generated_column_complex_rewrite_3',), (' PREAGGREGATION: ON',), (' VECTORINDEX: OFF',), (' PREDICATES: DictDecode(6: col, [<place-holder> IS NOT NULL])',), (' partitions=1/1',), (' rollup: t_generated_column_complex_rewrite_3',), (' tabletRatio=1/1',), (' tabletList=30687',), (' cardinality=1',), (' avgRowSize=3.0',))
|
title-check
The following actions use a deprecated Node.js version and will be forced to run on node20: thehanimo/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|