You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "MasseGuillaume (via GitHub)" <gi...@apache.org> on 2023/06/29 15:06:34 UTC

[GitHub] [calcite] MasseGuillaume opened a new pull request, #3287: [CALCITE-5809] Enable already available SqlLibraryOperators for spark

MasseGuillaume opened a new pull request, #3287:
URL: https://github.com/apache/calcite/pull/3287

   * chr
   * concat_ws
   * convert_timezone
   * date
   * date_add
   * date_diff
   * date_from_unix_date
   * date_part
   * date_sub
   * date_trunc
   * datediff
   * greatest
   * ifnull
   * instr
   * least
   * left
   * log
   * lpad
   * ltrim
   * md5
   * pow
   * regexp_replace
   * repeat
   * right
   * rpad
   * rtrim
   * sha1
   * soundex
   * space
   * split
   * timestamp
   * timestamp_micros
   * timestamp_millis
   * timestamp_seconds
   * to_date
   * to_timestamp
   * unix_date
   * unix_micros
   * unix_millis
   * unix_seconds


-- 
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: commits-unsubscribe@calcite.apache.org

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


[GitHub] [calcite] MasseGuillaume closed pull request #3287: [CALCITE-5809] Enable already available SqlLibraryOperators for spark

Posted by "MasseGuillaume (via GitHub)" <gi...@apache.org>.
MasseGuillaume closed pull request #3287: [CALCITE-5809] Enable already available SqlLibraryOperators for spark
URL: https://github.com/apache/calcite/pull/3287


-- 
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: commits-unsubscribe@calcite.apache.org

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


[GitHub] [calcite] julianhyde commented on pull request #3287: [CALCITE-5809] Enable already available SqlLibraryOperators for spark

Posted by "julianhyde (via GitHub)" <gi...@apache.org>.
julianhyde commented on PR #3287:
URL: https://github.com/apache/calcite/pull/3287#issuecomment-1613543276

   I don't think one commit per function is desirable. One commit for all will suffice, listing the functions that are enabled. Use upper-case for the function names, because that is the norm for Calcite.


-- 
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: commits-unsubscribe@calcite.apache.org

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


[GitHub] [calcite] MasseGuillaume commented on pull request #3287: [CALCITE-5809] Enable already available SqlLibraryOperators for spark

Posted by "MasseGuillaume (via GitHub)" <gi...@apache.org>.
MasseGuillaume commented on PR #3287:
URL: https://github.com/apache/calcite/pull/3287#issuecomment-1613456476

   I will submit a new PR with one commit per function


-- 
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: commits-unsubscribe@calcite.apache.org

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