Skip to content

Commit db526d4

Browse files
nokiaMSgithubgxll
authored andcommitted
[fix][common] Fix issue that decimal value is cut when scale is 0.
1 parent 271c879 commit db526d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/io/dingodb/expr/common/type/DecimalType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class DecimalType extends ScalarType {
3333
@Setter
3434
private long scale;
3535

36-
DecimalType() {
36+
public DecimalType() {
3737
super();
3838
}
3939

0 commit comments

Comments
 (0)