File tree Expand file tree Collapse file tree
isthmus/src/test/java/io/substrait/isthmus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package io .substrait .isthmus ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
4- import static org .junit .jupiter .api .Assertions .assertSame ;
54
65import io .substrait .isthmus .sql .SubstraitCreateStatementParser ;
76import io .substrait .plan .Plan ;
@@ -41,12 +40,6 @@ void constructorCasingToLower() {
4140 assertEquals (Casing .TO_LOWER , provider .getUnquotedCasing ());
4241 }
4342
44- @ Test
45- void getUnquotedCasingReturnsSameInstance () {
46- ConverterProvider provider = new ConverterProvider (Casing .UNCHANGED );
47- assertSame (Casing .UNCHANGED , provider .getUnquotedCasing ());
48- }
49-
5043 /**
5144 * With the default {@link Casing#TO_UPPER}, both CREATE TABLE and SELECT fold unquoted
5245 * identifiers to upper-case. The resulting {@link NamedScan} table name is {@code EMPLOYEES}.
You can’t perform that action at this time.
0 commit comments