You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/11 11:59:22 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #3839: Add as_any() to the ObjectStore to make it able to identify which ObjectStore is using for the related trait object

alamb commented on code in PR #3839:
URL: https://github.com/apache/arrow-rs/pull/3839#discussion_r1133074897


##########
object_store/src/aws/mod.rs:
##########
@@ -169,6 +170,10 @@ impl std::fmt::Display for AmazonS3 {
 
 #[async_trait]
 impl ObjectStore for AmazonS3 {
+    fn as_any(&self) -> &dyn Any {

Review Comment:
   👍 



-- 
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-unsubscribe@arrow.apache.org

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