Skip to content

Conversation

@jychen7
Copy link
Collaborator

@jychen7 jychen7 commented Jan 19, 2023

Why

address comment #245 (comment)

One thing I forgot to mention in the previous PR review, we should enable the aws-profile feature in the object store crate because using profile to inject credential is a very common pattern in AWS land.

Without this change, it will break the existing users that are using AWS profiles.


datafusion = "14"
object_store = "0.5.0"
object_store = { version = "0.5.3", features = ["aws_profile"] }
Copy link
Collaborator Author

@jychen7 jychen7 Jan 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the feature aws_profile was introduced since 0.5.2. I set minimum to 0.5.3 as it is latest one as of today and helps remove simplify code a bit in columnq/src/columnq.rs
https://github.com/apache/arrow-rs/blob/master/object_store/CHANGELOG-old.md#object_store_052-2022-12-02

ps: Cargo.lock already use 0.5.3 anyway

roapi/Cargo.lock

Lines 2794 to 2796 in bd168d9

[[package]]
name = "object_store"
version = "0.5.3"

@houqp houqp merged commit e4f0048 into roapi:main Jan 22, 2023
@jychen7 jychen7 deleted the 240-aws-profile branch January 22, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants