Maximilian Roos

Results 1146 comments of Maximilian Roos
trafficstars

Thanks @ajfriend . That does look like a bug; I'm not sure whether it's a regression or it never worked. I'm going to remove the final line so we don't...

Python example removed by https://github.com/prql/prql/pull/787

(just to note, the example that @mklopets gave above is still an error after #908 )

Here's a minimal example: ```elm from employees join salaries [emp_id] # Works without this line group [dept_id] ( aggregate [avg_salary = average salary] ) select [dept_id] ``` ``` Error: ╭─[:6:9]...

Yes agree, good point. (It does give the same error though)

I notice you took off the milestone — how difficult do you think this is @aljazerzen ? I do think that we're likely to have lots of missing things, and...

@chris-pikul I think that's a great idea!

We don't have a specific plan, but very open to contributions towards this. (I would like to get more people involved in development and have been thinking of ways of...

Awesome @AlexRiedler ! Copying what I wrote on [Discord](https://discord.com/channels/936728116712316989/945832046121607208/995408215741304952): > If someone wanted to do the work — maybe they feel like a big parser project — I would vote...

Currently our Joins are quite basic — we don't really innovate from SQL. We're very open to doing more here. Is this specific proposal to change the *name* of the...