File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ abstract class CSVSuite
271
271
" charset" -> " 1-9588-osi" ,
272
272
" functionName" -> toSQLId(" CSVOptions" ),
273
273
" parameter" -> toSQLId(" charset" ),
274
- " charsets" -> CharsetProvider .VALID_CHARSETS .mkString(" , " ))
274
+ " charsets" -> CharsetProvider .VALID_CHARSETS .toSeq.sorted. mkString(" , " ))
275
275
)
276
276
}
277
277
@@ -655,7 +655,7 @@ abstract class CSVSuite
655
655
" charset" -> " 1-9588-osi" ,
656
656
" functionName" -> toSQLId(" CSVOptions" ),
657
657
" parameter" -> toSQLId(" charset" ),
658
- " charsets" -> CharsetProvider .VALID_CHARSETS .mkString(" , " ))
658
+ " charsets" -> CharsetProvider .VALID_CHARSETS .toSeq.sorted. mkString(" , " ))
659
659
)
660
660
}
661
661
You can’t perform that action at this time.
0 commit comments