Skip to content

Commit 18e2cc8

Browse files
authored
Fix Cargo.toml format issue (#616)
1 parent f59179a commit 18e2cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballista/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ tempfile = "3"
4141
tokio = "1.0"
4242

4343
[features]
44+
azure = ["ballista-core/azure"]
4445
default = []
4546
hdfs = ["ballista-core/hdfs"]
4647
hdfs3 = ["ballista-core/hdfs3"]
4748
s3 = ["ballista-core/s3"]
48-
azure = ["ballista-core/azure"]
4949
standalone = ["ballista-executor", "ballista-scheduler"]

ballista/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ exclude = ["*.proto"]
3434
rustc-args = ["--cfg", "docsrs"]
3535

3636
[features]
37+
azure = ["object_store/azure"]
3738
# Used for testing ONLY: causes all values to hash to the same value (test for collisions)
3839
force_hash_collisions = ["datafusion/force_hash_collisions"]
3940
# Used to enable hdfs to be registered in the ObjectStoreRegistry by default
4041
hdfs = ["datafusion-objectstore-hdfs/hdfs"]
4142
hdfs3 = ["datafusion-objectstore-hdfs/hdfs3"]
4243
s3 = ["object_store/aws"]
43-
azure = ["object_store/azure"]
4444
simd = ["datafusion/simd"]
4545

4646
[dependencies]

0 commit comments

Comments
 (0)