comphead opened a new issue, #21709:
URL: https://github.com/apache/datafusion/issues/21709

   ### Describe the bug
   
   The formatting fails on large resultsets, presumably because of eagerly 
consuming the entire output, not just small rows set which are necessary for 
output
   
   ```
   thread 'main' (29539648) panicked at 
datafusion-cli/src/print_format.rs:100:23:
   Formatting argument out of range
   ```
   
   ### To Reproduce
   
   Have a large parquet file, then
   
   ```
   > CREATE EXTERNAL TABLE test_table
                    STORED AS PARQUET
                    LOCATION '/tmp/generated_data.parquet_p1';
   
   select * from test_table
   ```
   
   ### Expected behavior
   
   should not crash
   
   ### Additional context
   
   _No response_


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to