Skip to content

Commit 7dd22f0

Browse files
committed
Mute failing JdbcSqlSpec functions
Relates #33687
1 parent 32a22ca commit 7dd22f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

x-pack/qa/sql/src/main/resources/string-functions.sql-spec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,16 @@ SELECT SUBSTRING('Elasticsearch', 10, 10) sub;
157157
ucaseFilter
158158
SELECT UCASE(gender) uppercased, COUNT(*) count FROM "test_emp" WHERE UCASE(gender) = 'F' GROUP BY UCASE(gender);
159159

160-
ucaseInline1
161-
SELECT UCASE('ElAsTiC') upper;
160+
//https://github.com/elastic/elasticsearch/issues/33687
161+
//ucaseInline1
162+
//SELECT UCASE('ElAsTiC') upper;
162163

163164
ucaseInline2
164165
SELECT UCASE('') upper;
165166

166-
ucaseInline3
167-
SELECT UCASE(' elastic ') upper;
167+
//https://github.com/elastic/elasticsearch/issues/33687
168+
//ucaseInline3
169+
//SELECT UCASE(' elastic ') upper;
168170

169171
//
170172
// Group and order by

0 commit comments

Comments
 (0)