Open jbergeroncoveo opened 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.
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
Hi @sfc-gh-jfreeberg I created a PR for both issues.
Any update on this @sfc-gh-jfreeberg ?
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.