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

Window functions does not get colorized #54

Open
2 tasks done
shaharluftig opened this issue Jan 12, 2024 · 0 comments
Open
2 tasks done

Window functions does not get colorized #54

shaharluftig opened this issue Jan 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shaharluftig
Copy link

shaharluftig commented Jan 12, 2024

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of the Polars CLI.

Reproducible example

polars -c "select sum(col) over(partition by col1) from read_csv('/file')"

Issue description

Issue

The window function in the library is not being colorized as expected, leading to a lack of visual distinction and potential readability issues for users.

Steps to Reproduce

Open polars-cli tool.
Write a SQL query containing window functions.
Observe that the window functions are not colorized as expected.

Expected behavior

Window functions should be appropriately colorized within the library to enhance code readability and provide a better user experience.

Installed version

0.3.0

@shaharluftig shaharluftig added the bug Something isn't working label Jan 12, 2024
@shaharluftig shaharluftig changed the title Window function does not get colorized Window functions does not get colorized Jan 12, 2024
@stinodego stinodego added windows and removed windows labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants