From d5afc18b8d0ecc2868c036fc56be51d210f50134 Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Fri, 22 Oct 2021 16:27:33 +0800 Subject: [PATCH] typo --- superset/db_engine_specs/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/db_engine_specs/base.py b/superset/db_engine_specs/base.py index f9c203211b862..a2903be0672a2 100644 --- a/superset/db_engine_specs/base.py +++ b/superset/db_engine_specs/base.py @@ -291,8 +291,8 @@ class BaseEngineSpec: # pylint: disable=too-many-public-methods # Whether ORDER BY clause can use sql caculated expression # if True, use alias of select column for `order by` - # the True is safe for most database - # But for backward compatibility, set to False by default + # the True is safely for most database + # But for backward compatibility, False by default allows_hidden_orderby_calculated_column = False force_column_alias_quotes = False