public final class Bug extends Object
The usage of the constant is a convenient way to identify the impact of the bug. When someone fixes the bug, they will remove the constant and all usages of it. Also, the constant helps track the propagation of the fix: as the fix is integrated into other branches, the constant will be removed from those branches.
| Modifier and Type | Field and Description |
|---|---|
static boolean |
CALCITE_1851_FIXED
Whether CALCITE-1851 is fixed.
|
static boolean |
CALCITE_4166_FIXED
Whether issue
CALCITE-4166 is fixed.
|
static boolean |
CALCITE_4200_FIXED
Whether issue
CALCITE-4200 is fixed.
|
static boolean |
CALCITE_4499_FIXED
Whether issue
CALCITE-4499 is fixed.
|
static boolean |
CALCITE_4513_FIXED
Whether issue
CALCITE-4513 is fixed.
|
static boolean |
CALCITE_4574_FIXED
Whether CALCITE-4574 is fixed.
|
static boolean |
CALCITE_4704_FIXED
Whether CALCITE-4704 is fixed.
|
static boolean |
CALCITE_5293_FIXED
Whether CALCITE-5293 is fixed.
|
static boolean |
CALCITE_5294_FIXED
Whether CALCITE-5294 is fixed.
|
static boolean |
CALCITE_5337_FIXED
Whether CALCITE-5337 is fixed.
|
static boolean |
CALCITE_5669_FIXED
Whether CALCITE-5669 is fixed.
|
static boolean |
CALCITE_5985_FIXED
Whether CALCITE-5985 is fixed.
|
| Constructor and Description |
|---|
Bug() |
public static final boolean CALCITE_1851_FIXED
public static final boolean CALCITE_4166_FIXED
public static final boolean CALCITE_4499_FIXED
public static final boolean CALCITE_4200_FIXED
public static final boolean CALCITE_4513_FIXED
public static final boolean CALCITE_4574_FIXED
public static final boolean CALCITE_4704_FIXED
public static final boolean CALCITE_5293_FIXED
public static final boolean CALCITE_5294_FIXED
public static final boolean CALCITE_5337_FIXED
public static final boolean CALCITE_5669_FIXED
public static final boolean CALCITE_5985_FIXED
Copyright © 2024 The Apache Software Foundation. All rights reserved.