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 2022/04/03 16:59:01 UTC

[GitHub] [arrow-datafusion] WinkerDu edited a comment on pull request #2142: implement 'StringConcat' operator to support sql like "select 'aa' || 'b' "

WinkerDu edited a comment on pull request #2142:
URL: https://github.com/apache/arrow-datafusion/pull/2142#issuecomment-1086892111


   @jackwener thank you for your comment.
   I'm not sure what PG behaves like is reasonable, PG build-in expression `concat` can take `NULL` like
   ```
   select concat('aa', NULL, 'b');
    concat 
   --------
    aab
   (1 row)
   ```
   I prefer unify the outputs of `||` and `concat`, what other contributors think of?


-- 
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-unsubscribe@arrow.apache.org

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