BlakeOrth commented on issue #18242:
URL: https://github.com/apache/datafusion/issues/18242#issuecomment-3439364932

   Given the results of your bisect (I feel sorry for your laptop) I'm 
initially inclined to agree with your assessment of the regression here. The 
commit/PR referenced matches _any_ error from the `HEAD` request and then 
assumes it's a path. It seems like the code could be more selective in the 
errors it matches (e.g. only match against 
[`object_store::Error::NotFound`](https://docs.rs/object_store/latest/object_store/enum.Error.html#variant.NotFound])).
   
   @colinmarc Since you've already run a bisect, would you have time to quickly 
modify the DataFusion code to print (or panic, something) on the error 
condition so we can better understand if/what error may be happening there?
   
https://github.com/apache/datafusion/pull/17364/files#diff-3f8fd00d313a1d20cfd060fd853f21df01318a1afbbdfdf1886d31c57291ff4cR255
   
    It seems @alamb's comment on that line may have been quite prescient.


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