foskey51 opened a new pull request, #9012: URL: https://github.com/apache/arrow-rs/pull/9012
# Which issue does this PR close? - Closes #8946 # What changes are included in this PR? The PR adds support for parsing array index (eg. `foo.bar[3]`) with the help of parse_path fn. Currently the parser silently parses invalid segments as Field (eg., `foo[0`, `[0]`, `foo0]`, `foo[0][`) #### Feedback requested Whether to add stricter validation (throw an error) and reject the segment ? Or to keep the current behavior ? # Are these changes tested? yes, only for valid inputs # Are there any user-facing changes? no -- 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]
