Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.23.0
Description
/** @deprecated Use {@link AnsiSqlDialect#DEFAULT} instead. */ @Deprecated // to be removed before 2.0 public static final SqlDialect DUMMY = AnsiSqlDialect.DEFAULT; /** @deprecated Use {@link CalciteSqlDialect#DEFAULT} instead. */ @Deprecated // to be removed before 2.0 public static final SqlDialect CALCITE = CalciteSqlDialect.DEFAULT;
SqlDialect#DUMMY and SqlDialect#CALCITE are marked deprecated and have not be used in any places.
It would be better to remove them to avoid class initialization deadlock.
Attachments
Attachments
Issue Links
- is blocked by
-
CALCITE-4117 Release Calcite 1.24.0
- Closed
- is related to
-
CALCITE-3923 Refactor how planner rules are parameterized
- Closed
- relates to
-
CALCITE-4136 ReduceExpressionsRule.FILTER_INSTANCE cannot be initialized by some JVM
- Closed
- links to