alamb commented on issue #8443: URL: https://github.com/apache/arrow-rs/issues/8443#issuecomment-3335769709
> I think the interface should be deprecated. Outside should pass explicit the require path. Or inner should receive the path. I think I am missing something. Per https://docs.rs/parquet/latest/parquet/arrow/struct.ProjectionMask.html#method.columns The API is pub fn [columns](https://docs.rs/parquet/latest/parquet/arrow/struct.ProjectionMask.html#method.columns)<'a>( schema: &[SchemaDescriptor](https://docs.rs/parquet/latest/parquet/schema/types/struct.SchemaDescriptor.html), names: impl [IntoIterator](https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html)<Item = &'a [str](https://doc.rust-lang.org/nightly/std/primitive.str.html)>, ) -> Self How does this confuse `a` and `aa`? Also, since it accepts an iterator of strings (it doesn't split the on `.`) it would faithfully follow the paths -- 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]
