mhilton commented on code in PR #8945:
URL: https://github.com/apache/arrow-rs/pull/8945#discussion_r2589171904
##########
parquet-variant/src/path.rs:
##########
@@ -53,6 +53,15 @@ use std::{borrow::Cow, ops::Deref};
/// assert_eq!(path, path3);
/// ```
///
+/// # Example: From Dot notation strings
Review Comment:
My immediate question from this is "is there an escape mechanism to allow
for "." in a field name?". I checked and the answer's no. That's fine but it
might be worth a note.
--
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]