Skip to content

Commit a6f82c6

Browse files
WweiLHeartSaVioR
authored andcommitted
[SPARK-49461][SS][TESTS][FOLLOWUP] Move related resource files to correct place
### What changes were proposed in this pull request? I created a new resource location `sql/core/src/test/{scala/org/apache/spark/sql/streaming/resources` before, moving it to the correct structured-streaming resource folder. ### Why are the changes needed? Better code structure ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit test ### Was this patch authored or co-authored using generative AI tooling? No Closes #49172 from WweiL/SPARK-49461-followup. Authored-by: Wei Liu <[email protected]> Signed-off-by: Jungtaek Lim <[email protected]>
1 parent 279d5ee commit a6f82c6

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

sql/core/src/test/scala/org/apache/spark/sql/streaming/resources/testCommitLogV1/testCommitLog renamed to sql/core/src/test/resources/structured-streaming/testCommitLogV1/testCommitLog

File renamed without changes.

sql/core/src/test/scala/org/apache/spark/sql/streaming/resources/testCommitLogV2/testCommitLog renamed to sql/core/src/test/resources/structured-streaming/testCommitLogV2/testCommitLog

File renamed without changes.

sql/core/src/test/scala/org/apache/spark/sql/streaming/CommitLogSuite.scala

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@ class CommitLogSuite extends SparkFunSuite with SharedSparkSession {
3939
"core",
4040
"src",
4141
"test",
42-
"scala",
43-
"org",
44-
"apache",
45-
"spark",
46-
"sql",
47-
"streaming",
4842
"resources",
43+
"structured-streaming",
4944
"testCommitLogV2"
5045
)
5146
}
@@ -56,13 +51,8 @@ class CommitLogSuite extends SparkFunSuite with SharedSparkSession {
5651
"core",
5752
"src",
5853
"test",
59-
"scala",
60-
"org",
61-
"apache",
62-
"spark",
63-
"sql",
64-
"streaming",
6554
"resources",
55+
"structured-streaming",
6656
"testCommitLogV1"
6757
)
6858
}

0 commit comments

Comments
 (0)