snowflakedb / snowpark-java-scala

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

SNOW-899560: Support Array and Map type as java/scala Literal #47

Open jbergeroncoveo opened 1 year ago

jbergeroncoveo commented 1 year ago

Arrays and Map literals are currently not supported in the java/scala codebase (an exception is thrown). They are currently supported in the python codebase (through dict and list) so it would be nice to have this feautre in java/scala.

jbergeroncoveo commented 1 year ago

Me again! I also made the changes for this feature (+ the tests) locally. Let me know how to open a branch/pr. Cheers.

sfc-gh-jfreeberg commented 1 year ago

Hi @jbergeroncoveo could you start by creating a PR from your fork? More info here: https://github.com/snowflakedb/snowpark-java-scala/blob/main/CONTRIBUTING.md

jbergeroncoveo commented 1 year ago

Hi @sfc-gh-jfreeberg I created a PR for both issues.

jbergeroncoveo commented 1 year ago

Any update on this @sfc-gh-jfreeberg ?