Karol Sobczak
Karol Sobczak
Similar approach could be used to cache CTE (https://github.com/prestosql/presto/issues/5878) in the future.
Might be addressed by https://github.com/trinodb/trino/pull/14271, cc @lukasz-stec
@osscm > Looks like https://github.com/trinodb/trino/pull/14271 is not being added, do you know is there a plan to do that? https://github.com/trinodb/trino/pull/14271 was simplified version of original Fusing rules PR. IIRC original...
I'm in the process of open sourcing subquery cache feature from Starburst. Please be patient as it's pretty large feature and consist of multiple parts. Once there is a PR,...
Here is the PR for subquery cache: https://github.com/trinodb/trino/pull/21888
Superseded by https://github.com/trinodb/trino/issues/22114
@gaurav8297 Could you extract prefix commits as separate PRs? They should land much quicker
https://github.com/trinodb/trino/actions/runs/10145286959/job/28050850161?pr=22857 ``` Error: Errors: Error: TestIcebergV2.testOptimizeDuringWriteOperations:589->runOptimizeDuringWriteOperations:667 » Execution java.lang.RuntimeException: io.trino.testing.QueryFailedException: Cannot commit, found new delete for replaced data file: GenericDataFile{content=data, file_path=local:///tpch/test_optimize_during_write_operationsur6q25qh2j-bd4672c124c4483cb206b597f4e5aa05/data/20240729_134243_00161_pn7wt-8d088f13-e25c-4630-9495-ba3100e38813.parquet, file_format=PARQUET, spec_id=0, partition=PartitionData{}, record_count=1, file_size_in_bytes=217, column_sizes=null, value_counts=null, null_value_counts=null, nan_value_counts=null,...
https://github.com/trinodb/trino/actions/runs/10355655497/job/28663846963?pr=23007
@kasiafi do you want to take a look?