Ádám Lippai

Results 104 comments of Ádám Lippai

Raising is not a solution _at all_ to the original issue and the extra 3 are just variations of the same. The aliasing and referencing is completely broken in aggregate...

Honestly the original issue is a perfectly valid SQL and you won’t find and engine which disagrees or adds color to the question. We can change the title from “is...

Related issue solved by duckdb: https://github.com/duckdb/duckdb/pull/3219 and https://github.com/duckdb/duckdb/pull/3342

@xhochy `boost` seems to be missing from the meson.build files, but I can't figure out how to make it detectable. Do you have any ideas?

Alternatively I replaced boost with C++20: https://github.com/blue-yonder/turbodbc/pull/466

@bgemmill thanks for the help. I did my best to address the comments.

My comments on that issue are coming from xarray usage. If I remember correctly the examples are the functions which xarray calls

An extended version including `groupby, sort, sel, values`: This is a longer script ```python #!/usr/bin/env python import numpy as np import pandas as pd import xarray as xr import pyarrow...

I'll have limited time until the holidays, but I'll try to chip in. 1. I agree this might not be interesting 2. Cool 3. Looks good indeed 4. Might be...

@MichaReiser this might be relevant here: https://github.com/astral-sh/ruff/pull/10891