Skip to content

Commit bb1d7e4

Browse files
committed
changelog
1 parent 21dda38 commit bb1d7e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
- Fixed a bug where calling `DataFrame.alias()` twice on the same DataFrame (e.g. for a self-join) caused both aliases to share the same internal column-mapping dictionary. This made `col("R", "col")` resolve to the same column as `col("L", "col")`, producing incorrect join conditions and filter expressions.
1818

19+
#### Deprecations
20+
21+
- Removed support for Python 3.9.
22+
1923
## 1.51.1 (2026-05-28)
2024

2125
#### Documentation

0 commit comments

Comments
 (0)