File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
x-pack/plugin/sql/qa/src/main/resources Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,7 @@ selectMathPIFromIndexWithWhereEvaluatingToTrue
108108SELECT PI() AS pi FROM test_emp WHERE ROUND(PI(),2)=3.14;
109109selectMathPIFromIndexWithWhereEvaluatingToTrueAndWithLimit
110110SELECT PI() AS pi FROM test_emp WHERE ROUND(PI(),2)=3.14 LIMIT 3;
111- // AwaitsFix https://github.com/elastic/elasticsearch/issues/35980
112- selectMathPIFromIndexWithWhereEvaluatingToFalse-Ignore
111+ selectMathPIFromIndexWithWhereEvaluatingToFalse
113112SELECT PI() AS pi FROM test_emp WHERE PI()=5;
114- // AwaitsFix https://github.com/elastic/elasticsearch/issues/35980
115- selectMathPIFromIndexWithWhereEvaluatingToFalseAndWithLimit-Ignore
113+ selectMathPIFromIndexWithWhereEvaluatingToFalseAndWithLimit
116114SELECT PI() AS pi FROM test_emp WHERE PI()=5 LIMIT 3;
You can’t perform that action at this time.
0 commit comments