mingmwang opened a new issue, #6650:
URL: https://github.com/apache/arrow-datafusion/issues/6650

   ### Describe the bug
   
   error[E0599]: no method named `build_split` found for struct 
`RequestBuilder` in the current scope
      --> 
/Users/mingmwang/.cargo/registry/src/github.com-1ecc6299db9ec823/object_store-0.6.1/src/aws/credential.rs:231:38
       |
   231 |         let (client, request) = self.build_split();
       |                                      ^^^^^^^^^^^ method not found in 
`RequestBuilder`
   
   error[E0599]: no function or associated item named `from_parts` found for 
struct `RequestBuilder` in the current scope
      --> 
/Users/mingmwang/.cargo/registry/src/github.com-1ecc6299db9ec823/object_store-0.6.1/src/aws/credential.rs:238:15
       |
   238 |         Self::from_parts(client, request)
       |               ^^^^^^^^^^ function or associated item not found in 
`RequestBuilder`
   
   
   ### To Reproduce
   
   cargo clean
   
   cargo build
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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

Reply via email to