File tree Expand file tree Collapse file tree
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments