scovich commented on PR #9276: URL: https://github.com/apache/arrow-rs/pull/9276#issuecomment-3819365437
> Also support escaping `\` inside brackets. If we force users to use brackets when the field contains special characters, maybe we can also close #8954 Out of curiosity, why would we need to force escaping anything other than `]`? Even a `\.` wouldn't be enough to make splitting on `.` safe, so we'd just need a simple parser that scans the string looking for matching `]` after encountering a `[`? -- 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]
