SemionPar
SemionPar
To avoid conflicts, basing char coercion in Delta (https://github.com/ebyhr/trino/pull/1) on this branch
Few thoughts on idea proposed by @martint: ### Emphasis: *regardless of where it occurs in the plan* Instead of `PushJoinIntoTableScan` we could have `PullProjectionAboveNode` (not an established name, existing code...
The problem I was trying to solve in this PR (pushing Join through Project into TableScan to enable join pushdown with function calls in the join condition) is solved by...
Does it still makes sense to continue with `PushXXXBelowProject` approach, does it bring value otherwise? > Rather, it would be PushXXXBelowProject, and it should generally be done: > - for...
Hi, @thierryler I am afraid this is not possible at the moment. You have the point, though. Covering some Lombok generated code would be a good selling point to a...