File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 34
34
"Not implemented" ,
35
35
)
36
36
],
37
+ "/functions/math functions/*" : [
38
+ (
39
+ Fail ,
40
+ "Under development" ,
41
+ )
42
+ ],
37
43
}
38
44
39
45
ffails = {
@@ -82,10 +88,10 @@ def regression(
82
88
for node in nodes ["clickhouse" ]:
83
89
experimental_analyzer (node = cluster .node (node ), with_analyzer = with_analyzer )
84
90
85
- # Feature(run=load("functions.tests.plus", "feature"))
86
- # Feature(run=load("functions.tests.merge", "feature"))
87
- # Feature(run=load("functions.tests.insert", "feature"))
88
- # Feature(run=load("functions.tests.projection_optimization", "feature"))
91
+ Feature (run = load ("functions.tests.plus" , "feature" ))
92
+ Feature (run = load ("functions.tests.merge" , "feature" ))
93
+ Feature (run = load ("functions.tests.insert" , "feature" ))
94
+ Feature (run = load ("functions.tests.projection_optimization" , "feature" ))
89
95
Feature (run = load ("functions.tests.math_functions" , "feature" ))
90
96
91
97
You can’t perform that action at this time.
0 commit comments