File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
hybridse/src/udf/default_defs Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -439,11 +439,11 @@ cases:
439
439
schema : instance:string
440
440
order : instance
441
441
data : |
442
- 1 1:0 13120140547090569137 :1 2:1 40:1 140:1 13120140547090569137 :1 1203:1
442
+ 1 1:0 -5326603526618982479 :1 2:1 40:1 140:1 -5326603526618982479 :1 1203:1
443
443
2 1:0 5665509553878826940:1 2:2 43:1 143:1 5665509553878826940:1 1203:2
444
- 3 1:1 11991475895402502921 :1 2:3 24:1 124:1 11991475895402502921 :1 1203:3
445
- 4 1:1 11991475895402502921 :1 2:4 24:1 124:1 11991475895402502921 :1 1203:4
446
- 5 1:2 13120140547090569137 :1 2:5 40:1 140:1 13120140547090569137 :1 1203:5
444
+ 3 1:1 -6455268178307048695 :1 2:3 24:1 124:1 -6455268178307048695 :1 1203:3
445
+ 4 1:1 -6455268178307048695 :1 2:4 24:1 124:1 -6455268178307048695 :1 1203:4
446
+ 5 1:2 -5326603526618982479 :1 2:5 40:1 140:1 -5326603526618982479 :1 1203:5
447
447
- id : 21
448
448
desc : csv example
449
449
mode : procedure-unsupport
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ std::string format_continuous(T value) {
181
181
return std::to_string (value);
182
182
}
183
183
184
- std::string format_discrete (uint64_t value) {
184
+ std::string format_discrete (int64_t value) {
185
185
return std::to_string (value);
186
186
}
187
187
You can’t perform that action at this time.
0 commit comments