-
Type:
Bug
-
Status: In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Phoenix represents unspecified precision and scale as null values whereas Calcite defines the following:
int SCALE_NOT_SPECIFIED = Integer.MIN_VALUE; int PRECISION_NOT_SPECIFIED = -1;
- depends upon
-
CALCITE-1684 Change default precision of VARCHAR and VARBINARY from 1 to "unspecified"
-
- Closed
-
- is depended upon by
-
PHOENIX-3731 Support modifiable views in Phoenix-Calcite
-
- In Progress
-