alamb commented on code in PR #7839: URL: https://github.com/apache/arrow-rs/pull/7839#discussion_r2183626296
########## arrow-flight/Cargo.toml: ########## @@ -64,7 +64,7 @@ default = [] flight-sql = ["dep:arrow-arith", "dep:arrow-data", "dep:arrow-ord", "dep:arrow-row", "dep:arrow-select", "dep:arrow-string", "dep:once_cell", "dep:paste"] # TODO: Remove in the next release flight-sql-experimental = ["flight-sql"] -tls = ["tonic/tls"] +tls = ["tonic/tls-ring"] Review Comment: I think adding nothing makes the most sense to me -- and let the user choose with their own feature. I will remove it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
