goutamadwant commented on issue #25632: URL: https://github.com/apache/datafusion/issues/25632#issuecomment-5848645099
@Toby1009 I reproduced this on current code/main with fake credentials. `ObjectStoreUrl` Debug and both default-registry missing-store errors expose userinfo, including encoded values and ABFS/ABFSS URLs. The registry errors also echo query strings. I can work on a draft change: render scheme/host/port in Debug and those errors, while leaving `Display`, `as_str()`, protobuf round-trips, and registry lookup behavior unchanged. For ABFS/ABFSS, I’d hide the container username in diagnostics but retain it internally - does this work and look right ? -- 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]
