Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Nov 8, 2024
1 parent a29dc9b commit db51a67
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ public void testCreateFormatTable(@TempDir java.nio.file.Path tempDir) {
.count())
.isGreaterThan(0);

// todo: There are some bugs with Spark CSV table's options. In Spark 3.x, both reading and
// writing using the default delimiter value ',' even if we set specific it. In Spark 4.x,
// reading is correct, but writing is still incorrect, just skip it for now.
// test csv table

spark.sql(
Expand Down

0 comments on commit db51a67

Please sign in to comment.