Commit 6e78983
committed
[SPARK-53924][FOLLOWUP][TESTS] Add tests for cached temp view detecting schema changes
### What changes were proposed in this pull request?
Follow-up of #52876, add tests for cached temp view detecting schema changes
### Why are the changes needed?
There is no test coverage after comment #52876 (comment) is addressed. This PR is to add a test case for it.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
New test case
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53103 from gengliangwang/SPARK-53924-test.
Authored-by: Gengliang Wang <gengliang@apache.org>
Signed-off-by: Gengliang Wang <gengliang@apache.org>
(cherry picked from commit fd683ce)
Signed-off-by: Gengliang Wang <gengliang@apache.org>1 parent 505d5f0 commit 6e78983
File tree
1 file changed
+28
-0
lines changed- sql/core/src/test/scala/org/apache/spark/sql/connector
1 file changed
+28
-0
lines changedLines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1173 | 1173 | | |
1174 | 1174 | | |
1175 | 1175 | | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
1176 | 1204 | | |
1177 | 1205 | | |
1178 | 1206 | | |
| |||
0 commit comments