Skip to content

Commit

Permalink
[DOP-21813] Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 3, 2024
1 parent bdb2aed commit 97126d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/0.12.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Big fixes

- In JDBC sources wrap ``MOD(partitionColumn, numPartitions)`` with ``ABS(...)`` to make al returned values positive. This prevents data skew.
- Fix reading table data from MSSQL using ``{"partitioning_mode": "hash"}`` with ``partitionColumn`` of integer type.
- Fix reading table data from Postgres using ``{"partitioning_mode": "hash"}`` lead to data skew (all the data was read into one Spark partition).

0 comments on commit 97126d1

Please sign in to comment.