mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
perf(sqla): avoid unnecessary type check on adhoc column (#23491)
This commit is contained in:
@@ -28,7 +28,7 @@ from superset.utils.pandas_postprocessing.utils import (
|
||||
|
||||
|
||||
@validate_column_args("index", "columns")
|
||||
def pivot( # pylint: disable=too-many-arguments,too-many-locals
|
||||
def pivot( # pylint: disable=too-many-arguments
|
||||
df: DataFrame,
|
||||
index: List[str],
|
||||
aggregates: Dict[str, Dict[str, Any]],
|
||||
|
||||
Reference in New Issue
Block a user