Alejandro Wainzinger

Results 25 comments of Alejandro Wainzinger

A hackish way to do this would be to manually disable this checking functionality in Homebrew itself. ``` ruby # /usr/local/Library/Homebrew/keg.rb def empty_installation? # HACK: ignore "empty installations" return false...

Not at the moment, but that sounds like a great idea. At a quick thought, here's an idea for how the end-user code might look. ``` ruby desc "Start competition"...

Thanks in advance for the review! I'll have a look at the failing slow tests tomorrow, and also working on the follow-up PR to fall back to eager Hive filtering...

I have default on working as well, but hitting an issue, so I'll hold back on a PR until I can resolve it. I'm using a `ClientContextState` to force a...

Small update on the "default on" branch, I've found that updating the estimated cardinality after Hive filtering yields a better plan that matches the one as if the filters were...

Tests currently broken in main, will re-run when the fix is merged: https://github.com/duckdb/duckdb/pull/18610.

I wasn't able to directly reproduce the avro failure, because the duckdb submodule in the avro extension is significantly behind the main branch and behind this branch (commit from July...

Created https://github.com/duckdb/duckdb-avro/pull/52 which should resolve the avro issue I think 🤞

I could use a bit of guidance on the avro issue. I managed to get the duckdb-avro tests to run locally using the same version that GitHub Actions is using,...