diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index 4069549387d..02e16b30e5f 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -27,7 +27,7 @@ repository = { workspace = true } license = { workspace = true } [lints] -workspace = true +# TODO workspace = true [dependencies] arrow-arith = { workspace = true, optional = true } @@ -46,6 +46,7 @@ base64 = { version = "0.22", default-features = false, features = ["std"] } bytes = { version = "1", default-features = false } futures = { version = "0.3", default-features = false, features = ["alloc"] } once_cell = { version = "1", optional = true } +paste = { version = "1.0", optional = true } prost = { version = "0.13.1", default-features = false, features = ["prost-derive"] } # For Timestamp type prost-types = { version = "0.13.1", default-features = false } @@ -63,7 +64,7 @@ all-features = true [features] default = [] -flight-sql-experimental = ["arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell"] +flight-sql-experimental = ["arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell", "paste"] tls = ["tonic/tls"] # Enable CLI tools