save-buffer commented on PR #14287:
URL: https://github.com/apache/arrow/pull/14287#issuecomment-1281333133

   @pitrou @westonpace I've updated the parser to reflect the discussion on the 
mailing list. The language now looks like the traditional function call syntax 
instead of the lisp-style syntax. I've also gotten rid of the `!` needed before 
FieldRefs (now it's either `.name` or `[idx]`). I've kept the syntax for 
literals the same
   ```
   add(.a, $int32:1)
   ```


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