alamb opened a new issue, #8954:
URL: https://github.com/apache/arrow-rs/issues/8954

   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.
   
   _Originally posted by @mhilton in 
https://github.com/apache/arrow-rs/pull/8945#discussion_r2589171904_
   
   
   According to DataBricks the path 
https://docs.databricks.com/gcp/en/sql/language-manual/functions/variant_get
   
   >. path: A STRING literal with a well-formed [JSON path 
expression](https://docs.databricks.com/gcp/en/sql/language-manual/sql-ref-json-path-expression).
               
   The internet suggests that JSON path escaping looks like they follow the 
JSON escaping rules 
   
   (aka `"` should be `\"`)
   
   
https://ietf-wg-jsonpath.github.io/draft-ietf-jsonpath-base/draft-ietf-jsonpath-base.html#name-name-selector
   
   https://www.rfc-editor.org/rfc/rfc8259#section-7
   
   


-- 
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]

Reply via email to