mhilton commented on issue #8954: URL: https://github.com/apache/arrow-rs/issues/8954#issuecomment-3615598189
Databricks's JSON path expression is documented [here](https://docs.databricks.com/gcp/en/sql/language-manual/sql-ref-json-path-expression), and doesn't appear to be the same as rfc8592 JSON path. Although they are similar. Full support of the JSONPath RFC doesn't really make sense in this context so I suggest implementing Databrick's flavour. Looking through the docs it does have some interesting properties. For [example](https://docs.databricks.com/gcp/en/sql/language-manual/sql-ref-json-path-expression#extract-using-identifier-and-delimiters) in the `.<field>.` notation (as opposed to the `.["field"].` notation) the field is treated as case-insensitive but only matches if there is a single case-insensitive match. -- 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]
