Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikovi committed Nov 15, 2021
1 parent 7e73e59 commit 6bfc1b1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ abstract class CSVSuite
}
}

test("Roundtrip in reading and writing TIMESTAMP_NTZ values with custom schema") {
test("SPARK-37326: Roundtrip in reading and writing TIMESTAMP_NTZ values with custom schema") {
withTempDir { dir =>
val path = s"${dir.getCanonicalPath}/csv"

Expand All @@ -1034,7 +1034,7 @@ abstract class CSVSuite
}
}

test("Timestamp type inference for a column with TIMESTAMP_NTZ values") {
test("SPARK-37326: Timestamp type inference for a column with TIMESTAMP_NTZ values") {
withTempDir { dir =>
val path = s"${dir.getCanonicalPath}/csv"

Expand Down Expand Up @@ -1074,7 +1074,7 @@ abstract class CSVSuite
}
}

test("Timestamp type inference for a column with both TIMESTAMP_NTZ and TIMESTAMP_LTZ") {
test("SPARK-37326: Timestamp type inference for a mix of TIMESTAMP_NTZ and TIMESTAMP_LTZ") {
withTempDir { dir =>
val path = s"${dir.getCanonicalPath}/csv"

Expand Down

0 comments on commit 6bfc1b1

Please sign in to comment.