File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 5252#### Bug Fixes
5353
5454- Fixed a bug where automatically-generated temporary objects were not properly cleaned up.
55+ - Fixed with a bug when sql generation when joining two ` DataFrame ` s created using ` DataFrame.alias ` and CTE optimization is enabled.
56+ - Fixed a bug in ` XMLReader ` where finding the start position of a row tag could return an incorrect file position.
5557
5658#### Improvements
5759
5860- Enhanced ` DataFrame.sort() ` to support ` ORDER BY ALL ` when no columns are specified.
5961- Removed experimental warning from ` Session.cte_optimization_enabled ` .
6062
61- #### Bug Fixes
62-
63- - Fixed with a bug when sql generation when joining two ` DataFrame ` s created using ` DataFrame.alias ` and CTE optimization is enabled.
64- - Fixed a bug in ` XMLReader ` where finding the start position of a row tag could return an incorrect file position.
65-
6663### Snowpark pandas API Updates
6764
6865#### New Features
You can’t perform that action at this time.
0 commit comments