Hello,
I was running a simple select * query against a large parquet file using the latest code from the repository on binary compiled on Windows 11 and it caused a crash with the error below:
thread 'tokio-runtime-worker' panicked at C:\Users\cwhelan\projects\datafusion-postgres\datafusion-postgres\datafusion-postgres\src\handlers.rs:792:36:
removal index (is 0) should be < len (is 0)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I will start running the program with the RUST_BACKTRACE set to 1 to ger more information if it occurs again.
Please let me know if there is other information you would like me to provide.
Thanks,
Chris
Hello,
I was running a simple
select *query against a largeparquetfile using the latest code from the repository on binary compiled onWindows 11and it caused a crash with the error below:I will start running the program with the
RUST_BACKTRACEset to1to ger more information if it occurs again.Please let me know if there is other information you would like me to provide.
Thanks,
Chris