FYI <@U0664J23JMP> I updated the <PR> for the pq s...
# daft-dev
j
FYI @Colin Ho I updated the PR for the pq splitting fix to also use a (new)
with_execution/planning_config(): ...
I noticed a bunch of places in the testing code/in our Ray runner code where we would call
set_execution/planning_config
pretty naively… But this is pretty dangerous and affects global state — so I changed everything to use this new context manager instead
👀 1