- Notifications
You must be signed in to change notification settings - Fork126
Commit7c536d0
Increase version bound for Pandas + release 2.0.1
Users encountering failures with message:```After an update in databricks-sql-connector, the query s failing with the following error:-module 'pandas' has no attribute 'Float32Dtype' but succeeds with version 1.0.2 in DBR version 7.3 PFA```Looking at [https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.2.0.html#experimental-nullable-data-types-for-float-data](https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.2.0.html#experimental-nullable-data-types-for-float-data), it seems we need to use Pandas 1.2.0+User verified that upgrading Pandas to 1.2.0 fixed the issue1 parent6fa9816 commit7c536d0
File tree
3 files changed
+5
-2
lines changed- cmdexec/clients/python
- src/databricks/sql
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments
Comments
(0)