Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Oct 22, 2021
1 parent 9a3d729 commit d5afc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/db_engine_specs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5afc18

Please sign in to comment.