Commit 00aa6ea
authored
Fix Pandas2 compatibility for Hive (#32752)
Pandas2 removed deprecated iteritems() in a few classes with items()
being replacement pandas-dev/pandas#37545
The Hive Hook used iteritems when converting to dataframes.
Pandas2 upgrade has been enabled now by databricks-sql upgrade so
it is now possible to use Pandas2 and update our constraints.1 parent 5b082c3 commit 00aa6ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
0 commit comments