alamb commented on issue #1767: URL: https://github.com/apache/arrow-datafusion/issues/1767#issuecomment-1040623098
I think this comes from https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/file_format/parquet.rs#L230 We can probably adapt a similar approach as taken in `RepartitionExec` https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/repartition.rs#L412-L449 with an extra task that handles a panic (join handle returning null) and sends a `Error` as @andygrove suggests -- 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]
