comphead commented on code in PR #17397:
URL: https://github.com/apache/datafusion/pull/17397#discussion_r2322788849


##########
datafusion/datasource/src/file_stream.rs:
##########
@@ -566,7 +563,7 @@ mod tests {
             if self.error_opening_idx.contains(&idx) {
                 Ok(futures::future::ready(internal_err!("error 
opening")).boxed())
             } else if self.error_scanning_idx.contains(&idx) {
-                let error = futures::future::ready(Err(ArrowError::IpcError(
+                let error = 
futures::future::ready(Err(DataFusionError::Execution(

Review Comment:
   ```suggestion
                   let error = futures::future::ready(exec_err!(
   ```



-- 
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