Fix arrow compile error (#26626)

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
pull/26596/head
Enwei Jiao 2023-08-28 18:04:26 +08:00 committed by GitHub
parent 905d4b389a
commit bc6b376c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -62,9 +62,12 @@ class MilvusConan(ConanFile):
"rocksdb:with_zstd": True,
"arrow:parquet": True,
"arrow:compute": True,
"arrow:with_re2": True,
"arrow:with_zstd": True,
"arrow:shared": False,
"arrow:with_boost": True,
"arrow:with_thrift": True,
"arrow:with_jemalloc": True,
"arrow:shared": False,
"aws-sdk-cpp:text-to-speech": False,
"aws-sdk-cpp:transfer": False,
"gtest:build_gmock": False,