-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix] pandas
>=0.24.0 datetimelike API changes
#6765
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6765 +/- ##
=======================================
Coverage 56.07% 56.07%
=======================================
Files 525 525
Lines 23220 23220
Branches 2777 2777
=======================================
Hits 13020 13020
Misses 9791 9791
Partials 409 409 Continue to review full report at Codecov.
|
Thank you for fixing this. LGTM |
The latest superset release 0.29.0rc7 is broken because of this. Time for a new release? |
fix pandas version due to apache#6765 UIC-908
* feat(db-engines): add support to connect hive db with http transport mode add support to connect hive db with http transport mode fix pandas version due to apache#6765 update libs in setups files expose all HTTPKerberosAuth class UIC-908
The latest released version of
pandas
v0.24.0 changeddatetimelike
API. It causes some serious bugs.Before Superset adapted
pandas
new API, we should use older version instead,pandas
v0.23.4 works fine.