parthchandra commented on PR #1817:
URL: 
https://github.com/apache/datafusion-comet/pull/1817#issuecomment-2922781217

   I have another thought on this. Any number of users have developed custom 
`AWSCredentialsProvider`s in Java but we would not have corresponding 
implementations in Rust (the AWS Rust api is rather new). One way is to have a 
mechanism by which we can call the configured credentials provider in the Java 
side and simply pass in the session credentials to the native side instead of 
the conf. Another option is to invoke a configured credentials provider from 
the native side via JNI. 
   Do you think this implementation can be extended to support something like 
this (later, as an enhancement to this PR)? 


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to