You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/31 06:42:46 UTC

[GitHub] [arrow] jorgecarleitao edited a comment on pull request #9376: WIP: [DataFusion] Added support for scalarValue in Builtin functions.

jorgecarleitao edited a comment on pull request #9376:
URL: https://github.com/apache/arrow/pull/9376#issuecomment-770335798


   @alamb , when you wrote the `date_trunc`, did you had in mind having different granularities per row, or was it driven by the fact the the builtin functions only accepted arrays?
   
   If the latter, do you think it would be ok to require granularity to always be a scalar as a regression / feature of this PR?
   
   I am asking because `date_trunc(array | scalar, array | scalar)` is a "bit" more effort than `date_trunc(scalar, array | scalar)`.


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

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