Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in when using group_by with order_by #10019

Open
1 task done
samlalwani opened this issue Sep 4, 2024 · 1 comment
Open
1 task done

bug in when using group_by with order_by #10019

samlalwani opened this issue Sep 4, 2024 · 1 comment
Labels
bug Incorrect behavior inside of ibis duckdb The DuckDB backend window functions Issues or PRs related to window functions

Comments

@samlalwani
Copy link

samlalwani commented Sep 4, 2024

What happened?

Refer to issue from zulip chat : https://ibis-project.zulipchat.com/#narrow/stream/405265-tech-support/topic/ffill.20issue.20with.20text.20columns/near/466435587

When order_by in goup_by() or first() is given we expect the first value in the group to be selected but that does not happen

What version of ibis are you using?

Name Version Build Channel

ibis-duckdb 9.3.0 hd8ed1ab_0 conda-forge
ibis-framework-core 9.3.0 pyhd8ed1ab_0 conda-forge

What backend(s) are you using, if any?

DuckDB

Name Version Build Channel

ibis-duckdb 9.3.0 hd8ed1ab_0 conda-forge
python-duckdb 1.0.0 py311hda3d55a_0 conda-forge

ibis_ffill_error.py.txt
test_data.csv

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@samlalwani samlalwani added the bug Incorrect behavior inside of ibis label Sep 4, 2024
@cpcloud
Copy link
Member

cpcloud commented Sep 5, 2024

Thanks for the report!

@cpcloud cpcloud added duckdb The DuckDB backend window functions Issues or PRs related to window functions labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis duckdb The DuckDB backend window functions Issues or PRs related to window functions
Projects
Status: backlog
Development

No branches or pull requests

2 participants