mvanschellebeeck opened a new issue, #4494: URL: https://github.com/apache/arrow-datafusion/issues/4494
**Describe the bug** The runner currently fails on Windows - see line 2098 to 2961 of this [CI failure](https://github.com/apache/arrow-datafusion/actions/runs/3579678163/jobs/6021107151). It looks like its failing to split on a new line at the end of `SELECT avg(c12) FROM aggregate_test_100` and is reading the entire[ aggregate.slt](https://github.com/apache/arrow-datafusion/blob/master/datafusion/core/tests/sqllogictests/test_files/aggregate.slt) file as a string. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org