Results 22 issues of Zac Blanco

When executing queries with CTEs, cost estimates are lost after the physical optimizer replaces CTE producer and consumer nodes with the TableScan/Write/Commit operators. Any cost-based rules after the `PhysicalCteOptimizer` are...

bug
cte_materialization

When running a simple query that uses CTE materialization, `EXPLAIN ANALYZE` on the query will fail ```sql presto:tpcds> SET SESSION cte_materialization_strategy = 'ALL'; presto:tpcds> SET SESSION cte_partitioning_provider_catalog='hive'; presto:tpcds> SET SESSION...

bug
good first issue
cte_materialization