alamb commented on code in PR #7839: URL: https://github.com/apache/arrow-rs/pull/7839#discussion_r2183629672
########## 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: Actually, I see there are examples and binaries that want tls > warning: invalid feature `tls` in required-features of target `flight_sql_client`: `tls` is not present in [features] section I will then follow the pattern and rename the tls flags to match tonic -- 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]
