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

missing bottom grid line when run polars in cmder #46

Open
2 tasks done
l1t1 opened this issue Dec 21, 2023 · 2 comments
Open
2 tasks done

missing bottom grid line when run polars in cmder #46

l1t1 opened this issue Dec 21, 2023 · 2 comments
Labels
bug Something isn't working windows

Comments

@l1t1
Copy link

l1t1 commented Dec 21, 2023

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

cmder
polars

SELECT t1.col1                                
FROM read_parquet('/slow1k.parquet') AS t1    
LEFT JOIN read_parquet('/slow3.parquet') AS t2
    ON t1.col1 = t2.col1                      
GROUP BY t1.col1;

Issue description

I paste a sql and press enter, it runs but missing bottom grid line.

and when I input another command, the bottom grid line shows at very first line

Expected behavior

the bottom grid line shows in it's command's output.

Installed version

0.5.1

@l1t1 l1t1 added the bug Something isn't working label Dec 21, 2023
@l1t1
Copy link
Author

l1t1 commented Dec 21, 2023

2023-12-21_161418

@Zaf4
Copy link

Zaf4 commented Aug 31, 2024

Similar, possibly weirder problem here.

image

polars-cli 0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

3 participants