Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add JIRA ID to the new tests.
  • Loading branch information
sarutak committed Apr 16, 2021
commit 7cd0628268f4c09b146dc0f503ec8ae923fa01b6
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ class HiveQuerySuite extends HiveComparisonTest with SQLTestUtils with BeforeAnd
}
}

test("ADD FILES command with multiple files") {
test("SPARK-35105: ADD FILES command with multiple files") {
withTempDir { dir =>
val file1 = File.createTempFile("someprefix1", "somesuffix1", dir)
val file2 = File.createTempFile("someprefix2", "somesuffix 2", dir)
Expand All @@ -989,7 +989,7 @@ class HiveQuerySuite extends HiveComparisonTest with SQLTestUtils with BeforeAnd
}
}

test("ADD JARS command with multiple files") {
test("SPARK-35105: ADD JARS command with multiple files") {
withTempDir { dir =>
val file1 = File.createTempFile("someprefix1", "somesuffix1", dir)
val file2 = File.createTempFile("someprefix2", "somesuffix2", dir)
Expand Down Expand Up @@ -1024,7 +1024,7 @@ class HiveQuerySuite extends HiveComparisonTest with SQLTestUtils with BeforeAnd
}
}

test("ADD ARCHIVES command with multiple files") {
test("SPARK-35105: ADD ARCHIVES command with multiple files") {
withTempDir { dir =>
val file1 = File.createTempFile("someprefix1", "somesuffix1", dir)
val file2 = File.createTempFile("someprefix2", "somesuffix2", dir)
Expand Down