duckdb / duckdb_delta

DuckDB extension for Delta Lake
MIT License
121 stars 14 forks source link

TPCH correctness #9

Closed samansmink closed 4 months ago

samansmink commented 4 months ago

This PR adds a workaround for the filter pushdown issue and thereby fixes https://github.com/duckdb/duckdb_delta/issues/8.

The problem appears to be upstream in the delta kernel, so a temporary workaround has been added in this PR. I will report the issue upstream and remove the workaround once there is a fix.

With this PR, TPCH sf0.01 was added as a test, next step is to run the generated tests as part of CI.