HuaiyuXu

Results 10 comments of HuaiyuXu

`Apply` will Open and Close an operator multiple times. The `HashJoin` below `Apply` returns an error in line 171 during Open, thus `e.closeCh` is not re-initialized, and the `e.closeCh` be...

@likzn Hi, sorry for the late reply. I'll review this PR before next week.

``` sql mysql> select /*+ agg_to_cop() stream_agg() */ max( col_17 ) aggCol from (select * from tbl_3 where not( tbl_3.col_16 between null and 'piHWbXSXTQVt' ) or tbl_3.col_17 not in (...

From the Golang 1.24 release notes, we can see: ``` Runtime Several performance improvements to the runtime have decreased CPU overheads by 2–3% on average across a suite of representative...

![img_v3_02e6_459b1991-32ef-4fbb-a267-b69d2938836g](https://github.com/user-attachments/assets/972372c4-7541-49b4-b934-ec7c779f3443) ![img_v3_02e6_aadd7e01-2d5a-4281-9018-a4def052248g](https://github.com/user-attachments/assets/feee9a64-194a-45ef-9b6e-8d463441f2aa)

``` sql +-------------------------------------+----------+-----------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | id | estRows | task | access object | operator info | +-------------------------------------+----------+-----------+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Delete_45 | N/A | root | | N/A | | └─HashJoin_66 |...

Please add a description of how to handle CTE in the comments for the handleHelper attribute.