Dominik Moritz

Results 1544 comments of Dominik Moritz

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", #...

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?

Could you look into how we generate incorrect Vega code here? That might suggest where the fix needs to be.