SPARK-33692: view should use captured catalog and namespace to lookup function | 0.27 sec | Passed |
SPARK-34260: replace existing view using CREATE OR REPLACE | 0.13 sec | Passed |
add column for table should not affect view output | 0.19 sec | Passed |
change SQLConf should not change view behavior - ansiEnabled | 0.2 sec | Passed |
change SQLConf should not change view behavior - caseSensitiveAnalysis | 0.27 sec | Passed |
change SQLConf should not change view behavior - groupByAliases | 0.36 sec | Passed |
change SQLConf should not change view behavior - groupByOrdinal | 0.45 sec | Passed |
change SQLConf should not change view behavior - orderByOrdinal | 0.48 sec | Passed |
change current database should not change view behavior | 0.26 sec | Passed |
check cyclic view reference on ALTER VIEW | 0.13 sec | Passed |
check cyclic view reference on CREATE OR REPLACE VIEW | 0.13 sec | Passed |
restrict the nested level of a view | 0.74 sec | Passed |
view should read the new data if table is updated | 0.25 sec | Passed |
view should use captured catalog and namespace to resolve relation | 0.27 sec | Passed |