mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #7949 from dataease/pr@dev-v2@fix_doris_bug
fix: 降低数值取值精度来规避doris自身bug
This commit is contained in:
commit
7f1e1554e2
@ -73,7 +73,7 @@ public class SQLConstants {
|
||||
|
||||
public static final String DEFAULT_INT_FORMAT = "DECIMAL(18,0)";
|
||||
|
||||
public static final String DEFAULT_FLOAT_FORMAT = "DECIMAL(27,8)";
|
||||
public static final String DEFAULT_FLOAT_FORMAT = "DECIMAL(26,8)";
|
||||
|
||||
public static final String WHERE_VALUE_NULL = "(NULL,'')";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user