Skip to content

Commit

Permalink
update chaneglog (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yuwang authored May 7, 2024
1 parent 1a5a25e commit 3b9a8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### New Features

- Added snowflake.snowpark.Session.lineage.trace to explore data lineage of snowfake objects.
- Added snowflake.snowpark.Session.lineage.trace to explore data lineage of Snowflake objects.
- Support stored procedure registration with packages given as Python modules.
- Added support for structured type schema parsing.

Expand All @@ -27,8 +27,8 @@

- Fixed a bug that caused NaT and NaN values to not be recognized.
- Fixed a bug when inferring schema, single quotes are added to stage files already have single quotes.
- Fixed a bug in DataFrameReader.csv unable to handle quoted values containing delimiter.
- Fixed a bug that when there is `None` value in arithmetic calculation, the output should remain `None` instead of `math.nan`.
- Fixed a bug where DataFrameReader.csv was unable to handle quoted values containing a delimiter.
- Fixed a bug that when there is `None` value in an arithmetic calculation, the output should remain `None` instead of `math.nan`.
- Fixed a bug in function `sum` and `covar_pop` that when there is `math.nan` in the data, the output should also be `math.nan`.
- Fixed a bug that stage operation can not handle directories.
- Fixed a bug that `DataFrame.to_pandas` should take Snowflake numeric types with precision 38 as `int64`.
Expand Down

0 comments on commit 3b9a8c9

Please sign in to comment.