You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mingmwang (via GitHub)" <gi...@apache.org> on 2023/06/12 13:07:30 UTC

[GitHub] [arrow-datafusion] mingmwang opened a new issue, #6650: build failure in object store

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

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


[GitHub] [arrow-datafusion] mingmwang closed issue #6650: build failure in object store

Posted by "mingmwang (via GitHub)" <gi...@apache.org>.
mingmwang closed issue #6650: build failure in object store
URL: https://github.com/apache/arrow-datafusion/issues/6650


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


[GitHub] [arrow-datafusion] alamb commented on issue #6650: build failure in object store

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #6650:
URL: https://github.com/apache/arrow-datafusion/issues/6650#issuecomment-1590032511

   Maybe we need to update the minimum versions declared in Cargo.toml somewhere


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


[GitHub] [arrow-datafusion] mingmwang commented on issue #6650: build failure in object store

Posted by "mingmwang (via GitHub)" <gi...@apache.org>.
mingmwang commented on issue #6650:
URL: https://github.com/apache/arrow-datafusion/issues/6650#issuecomment-1587329083

   Is the version correct ?
    
   Compiling reqwest v0.11.13


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


[GitHub] [arrow-datafusion] mingmwang commented on issue #6650: build failure in object store

Posted by "mingmwang (via GitHub)" <gi...@apache.org>.
mingmwang commented on issue #6650:
URL: https://github.com/apache/arrow-datafusion/issues/6650#issuecomment-1587337404

   Fixed by running cargo update


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