Skip to content

Commit

Permalink
FIX-2200: Enable Calcite by default in OmniSci backend (#2385)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
  • Loading branch information
amyskov authored Nov 11, 2020
1 parent b424036 commit 45ef859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/config/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class DoUseCalcite(EnvironmentVariable, type=bool):
"""

varname = "MODIN_USE_CALCITE"
default = True


class TestDatasetSize(EnvironmentVariable, type=str):
Expand Down

0 comments on commit 45ef859

Please sign in to comment.