Karol Sobczak

Results 121 comments of Karol Sobczak

> Add percentage of CPU, Scheduling, Block Time in Query Details, Live Plan and Stage Performance > Add raw input data size skew in Query Details > Add input std...

> But i'm not so good at React JSX That's not my domain either unfortunately.

@martint the rule is on by default. `before/after` is without/with the change here. `rule off` is disabling the rule altogether

@zhangminglei Thanks for PR. Could you rebase? it also seems that iceberg tests are failing

> If Trino knows that each file has been sorted, it can remove the Partial Sort and Partial TopN from the execution plan, which will significantly improve query performance. I...

I think we are converging. I think we can mix approaches and decide on some convention (including inheritance). Let's have example benchmark definition (`presto/tpch.yaml`): ``` datasource: presto query-names: presto/tpch/${query}.sql runs:...

> Let me understand this proposal. I think though we can have two separate for now and figure out what we want from inheritance, what exactly is duplicated and then...