File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2138,7 +2138,13 @@ def test_values(self):
2138
2138
},
2139
2139
)
2140
2140
2141
- def test_describe_table (self ):
2141
+ def test_describe (self ):
2142
+ self .validate_identity ("DESCRIBE SEMANTIC VIEW TPCDS_SEMANTIC_VIEW_SM" )
2143
+ self .validate_identity (
2144
+ "DESC SEMANTIC VIEW TPCDS_SEMANTIC_VIEW_SM" ,
2145
+ "DESCRIBE SEMANTIC VIEW TPCDS_SEMANTIC_VIEW_SM" ,
2146
+ )
2147
+
2142
2148
self .validate_all (
2143
2149
"DESCRIBE TABLE db.table" ,
2144
2150
write = {
@@ -2167,12 +2173,6 @@ def test_describe_table(self):
2167
2173
"spark" : "DESCRIBE db.table" ,
2168
2174
},
2169
2175
)
2170
- self .validate_all (
2171
- "DESC SEMANTIC VIEW TPCDS_SEMANTIC_VIEW_SM" ,
2172
- write = {
2173
- "snowflake" : "DESCRIBE SEMANTIC VIEW TPCDS_SEMANTIC_VIEW_SM" ,
2174
- },
2175
- )
2176
2176
self .validate_all (
2177
2177
"ENDSWITH('abc', 'c')" ,
2178
2178
read = {
You can’t perform that action at this time.
0 commit comments