Jefffrey commented on issue #8702: URL: https://github.com/apache/arrow-datafusion/issues/8702#issuecomment-1895438817
Problem is here: https://github.com/apache/arrow-datafusion/blob/ffaa67904ed0ca454267ccc5832582bcb669a5c0/datafusion-cli/src/print_format.rs#L164 Specifically the `batches[0].num_rows() == 0` It seems my query will have some empty RecordBatches initially, which causes this check to completely ignore printing the rest of the potentially data-filled RecordBatches -- 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]
