Open l1t1 opened 11 months ago
BTW pipeline doesn't work
C:\Users\LD>echo "select count(*) from read_parquet('d:/slow3.parquet')" |polars
Error: sql parser error: Expected an SQL statement, found: "select count(*) from read_parquet('d:/slow3.parquet')" at Line: 1, Column 1
I tried download https://github.com/pola-rs/polars-cli/releases/download/0.5.1/polars-cli-0.5.1-x86_64-pc-windows-msvc.tar.gz and ungzip the file, then rename it to polars051.exe,then run it, same quesiton as above
FYI: Windows 7 was "end of life" as of 14th Jan 2020 (four years ago), and even the paid/corporate "Extended Security Updates" (ESU) users were only able to receive updates until 10th Jan 2023 (one year ago). I think it's safe to say we won't be actively supporting this version unless it turns out to be a very low effort fix 😅
FYI, r-polars also discovered a problem where it stopped working on Windows 7 at some point, but we closed the problem because it was an effect of something upstream and it was impractical to closed. pola-rs/r-polars#383
Checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of the Polars CLI.
Reproducible example
Issue description
it shows many empty lines and cannot input anything
when I using a sql string as parameter, it works
Expected behavior
it accept some input and run the sql.
Installed version
0.5.1