This is an automated email from the ASF dual-hosted git repository.
yongjiezhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from c992ff3be4 fix(import): Show the error message with db install guide
when exist the importing db issue (#20573)
add 414cc99ca2 fix: datetime.data in series (#20618)
No new revisions were added by this update.
Summary of changes:
superset/common/query_context_processor.py | 10 ++---
superset/common/utils/dataframe_utils.py | 15 +++++++-
tests/unit_tests/common/test_dataframe_utils.py | 50 +++++++++++++++++++++++++
3 files changed, 68 insertions(+), 7 deletions(-)
create mode 100644 tests/unit_tests/common/test_dataframe_utils.py