pola-rs / polars-cli

CLI interface for running SQL queries with Polars as backend
https://pola.rs/
MIT License
159 stars 12 forks source link

missing bottom grid line when run polars in cmder #46

Open l1t1 opened 10 months ago

l1t1 commented 10 months ago

Checks

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 commented 10 months ago

2023-12-21_161418

Zaf4 commented 2 months ago

Similar, possibly weirder problem here.

image

polars-cli 0.8.0