snowflakedb / snowpark-java-scala

Snowflake Snowpark Java & Scala API
Apache License 2.0
18 stars 20 forks source link

SNOW-802269 Add regextract signum subindex collectlist functions #142

Closed sfc-gh-sjayabalan closed 3 weeks ago

sfc-gh-sjayabalan commented 1 month ago

1) Added regexp_extract,signum,substring_index,collect_list to functions.scala . 2) Added test cases for the same


Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #NNNN

  2. Fill out the following pre-review checklist:

    • [ ] I am adding a new automated test(s) to verify correctness of my new code
    • [ ] I am adding new logging messages
    • [ ] I am adding a new telemetry message
    • [ ] I am adding new credentials
    • [ ] I am adding a new dependency
  3. Please describe how your code solves the related issue.

    Replace this with a short description of how your code change solves the related issue.

Pre-review checklist

(For Snowflake employees)

sfc-gh-bli commented 1 month ago

Can you give it meaningful title? for example Add regextract, signum, subindex, and collectlist functions

BTW, please reformat your code by mvn clean compile. all merging gates failed.

sfc-gh-sjayabalan commented 1 month ago

Can you give it meaningful title? for example Add regextract, signum, subindex, and collectlist functions

BTW, please reformat your code by mvn clean compile. all merging gates failed.