LuciferYang commented on code in PR #41564:
URL: https://github.com/apache/spark/pull/41564#discussion_r1227525733


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVSuite.scala:
##########
@@ -179,6 +180,21 @@ abstract class CSVSuite
     assert(result.schema === expectedSchema)
   }
 
+  test("SAARK44025: CSV Table Read Error with CharType(length) column") {
+    val tableName = "csv_bug"
+    withTable(tableName) {
+      sql(
+        s"""

Review Comment:
   Can we write the test data at test time?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to