tisonkun commented on code in PR #10392:
URL: https://github.com/apache/datafusion/pull/10392#discussion_r1599302595


##########
datafusion/sql/src/expr/mod.rs:
##########
@@ -943,11 +950,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
             ) => GetFieldAccess::NamedStructField {
                 name: ScalarValue::from(s),
             },
-            SQLExpr::JsonAccess {
-                left,
-                operator: JsonOperator::Colon,
-                right,
-            } => {
+            SQLExpr::JsonAccess { value, path } => {

Review Comment:
   I pushed f29af9d2ae19c4209d39f90cd7c5d6331a1eb6bd to try it out.
   
   The rest agg parts look much wider that I may hardly handle it by myself in 
a short time ..



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to