duckdb / duckdb_delta

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

Fix count star issue & unauthorized s3 requests #6

Closed samansmink closed 4 months ago

samansmink commented 4 months ago

This PR fixes count(*) queries and unauthorized s3 requests.

Unfortunately this requires some upstream changes, but in the meantime I just inlined the parquet scan function with the changes to get things moving for now.