Describe the bug
datafusion-cli fails on Windows when running in the debug mode:
thread 'main' (22428) panicked at .../rustyline-18.0.0/src/tty/windows.rs:509:9:
content should not be styled directly
I haven't looked into too much detail, but downgrading to rustyline-17 works.
To Reproduce
Run cargo run at ./datafusion-cli on Windows.
Expected behavior
No response
Additional context
Works in the release mode.
Describe the bug
datafusion-clifails on Windows when running in the debug mode:I haven't looked into too much detail, but downgrading to
rustyline-17works.To Reproduce
Run
cargo runat./datafusion-clion Windows.Expected behavior
No response
Additional context
Works in the release mode.