Dominik Moritz
Dominik Moritz
@dependabot rebase
@dependabot rebase
It looks like prepared statements at least in python are not faster than just running the queries over the index. It seems like DuckDB already figures out that it can...
Not much difference with a much smaller query ``` uv run --with duckdb --with pyarrow main_flights.py individual --- 52.39295959472656 ms --- --- 1.6629695892333984 ms --- --- 1.1830329895019531 ms --- ---...
Sweet. Thanks for noting my incorrect calls here. Details of the script Run with `uv run main_flights.py` ```py # /// script # dependencies = [ # "duckdb", # "pyarrow", #...
@dependabot rebase
@dependabot rebase
Thanks for the bug report. Are you suggesting that we should pass the type to https://github.com/vega/vega/blob/master/packages/vega-scenegraph/src/util/canvas/context.js#L3? Would that be sufficient?
Is this still relevant?
Could you look into how we generate incorrect Vega code here? That might suggest where the fix needs to be.