Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-lninobrijaldo committed Oct 3, 2024
1 parent d118ad4 commit f43d9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- Use SCOPED object for internal create temp tables. The SCOPED objects will be stored sproc scoped if created within stored sproc, otherwise will be session scoped, and the object will be automatically cleaned at the end of the scope.
- Improved warning messages for operations that lead to materialization with inadvertent slowness.
- Removed unnecessary warning message about `convert_dtype` in `Series.apply`.
- Improved the following new capability for function `snowflake.snowpark.functions.array_remove` it is now possible to use it with a string.

#### Bug Fixes

Expand Down

0 comments on commit f43d9da

Please sign in to comment.