This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 1ad1793 [SQL Lab] Fix bug when filtering on results that include
nulls (#8231)
add b9be01f Handle int64 columns with missing data in SQL Lab (#8226)
No new revisions were added by this update.
Summary of changes:
superset/dataframe.py | 42 ++++++++++++++++++++++++++++++++------
superset/db_engine_specs/base.py | 6 ++++++
superset/db_engine_specs/presto.py | 21 +++++++++++++++++++
tests/dataframe_test.py | 21 +++++++++++++++++++
4 files changed, 84 insertions(+), 6 deletions(-)