Mute failing JdbcSqlSpec functions

Relates #33687
This commit is contained in:
Michael Basnight 2018-09-13 15:17:37 -05:00
parent 32a22ca00e
commit 7dd22f09dc
1 changed files with 6 additions and 4 deletions

View File

@ -157,14 +157,16 @@ SELECT SUBSTRING('Elasticsearch', 10, 10) sub;
ucaseFilter
SELECT UCASE(gender) uppercased, COUNT(*) count FROM "test_emp" WHERE UCASE(gender) = 'F' GROUP BY UCASE(gender);
ucaseInline1
SELECT UCASE('ElAsTiC') upper;
//https://github.com/elastic/elasticsearch/issues/33687
//ucaseInline1
//SELECT UCASE('ElAsTiC') upper;
ucaseInline2
SELECT UCASE('') upper;
ucaseInline3
SELECT UCASE(' elastic ') upper;
//https://github.com/elastic/elasticsearch/issues/33687
//ucaseInline3
//SELECT UCASE(' elastic ') upper;
//
// Group and order by