Commit 18e2cc8 1 parent f59179a commit 18e2cc8 Copy full SHA for 18e2cc8
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ tempfile = "3"
41
41
tokio = " 1.0"
42
42
43
43
[features ]
44
+ azure = [" ballista-core/azure" ]
44
45
default = []
45
46
hdfs = [" ballista-core/hdfs" ]
46
47
hdfs3 = [" ballista-core/hdfs3" ]
47
48
s3 = [" ballista-core/s3" ]
48
- azure = [" ballista-core/azure" ]
49
49
standalone = [" ballista-executor" , " ballista-scheduler" ]
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ exclude = ["*.proto"]
34
34
rustc-args = [" --cfg" , " docsrs" ]
35
35
36
36
[features ]
37
+ azure = [" object_store/azure" ]
37
38
# Used for testing ONLY: causes all values to hash to the same value (test for collisions)
38
39
force_hash_collisions = [" datafusion/force_hash_collisions" ]
39
40
# Used to enable hdfs to be registered in the ObjectStoreRegistry by default
40
41
hdfs = [" datafusion-objectstore-hdfs/hdfs" ]
41
42
hdfs3 = [" datafusion-objectstore-hdfs/hdfs3" ]
42
43
s3 = [" object_store/aws" ]
43
- azure = [" object_store/azure" ]
44
44
simd = [" datafusion/simd" ]
45
45
46
46
[dependencies ]
You can’t perform that action at this time.
0 commit comments