Skip to content

Commit 6bfc1b1

Browse files
author
Ivan Sadikov
committed
update tests
1 parent 7e73e59 commit 6bfc1b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ abstract class CSVSuite
10121012
}
10131013
}
10141014

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

@@ -1034,7 +1034,7 @@ abstract class CSVSuite
10341034
}
10351035
}
10361036

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

@@ -1074,7 +1074,7 @@ abstract class CSVSuite
10741074
}
10751075
}
10761076

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

0 commit comments

Comments
 (0)