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

Solve bugs from v1 #245

Open
5 tasks
ngrislain opened this issue Jan 10, 2024 · 0 comments
Open
5 tasks

Solve bugs from v1 #245

ngrislain opened this issue Jan 10, 2024 · 0 comments
Assignees

Comments

@ngrislain
Copy link
Contributor

  • Probably not worth solving (SQL v1) but if I use twice the same colulmn that gets aliased, the aliased one does not get any value (to be checked if v2 does it properly, but Nicolas seems to be confident)
    image

  • Probably not worth solving because v1 but if I do the same count twice with aliases this time, I get the exact same results (I was expecting two separate evaluation, though it is debatable)
    image

  • Worth solving (in SQL v2), making sure that COUNT(column_name) only counts non null values (today it's equivalent to count(*)
    image

  • worth checking in SQL v2, sum (case when else if end) not working
    image

  • not sure what's happening here (it works with target_epsilon=0)
    image

@ngrislain ngrislain self-assigned this Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant