fix: , replace | with float,double

This commit is contained in:
Alex Duan 2024-02-04 13:26:36 +08:00
parent a386395b20
commit 8559e7061c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from frame import *
class TDTestCase(TBase): class TDTestCase(TBase):
updatecfgDict = { updatecfgDict = {
"countAlwaysReturnValue" : "0", "countAlwaysReturnValue" : "0",
"lossyColumns" : "float|double", "lossyColumns" : "float,double",
"fPrecision" : "0.000000001", "fPrecision" : "0.000000001",
"dPrecision" : "0.00000000000000001", "dPrecision" : "0.00000000000000001",
"ifAdtFse" : "1" "ifAdtFse" : "1"