Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jan 20, 2025
1 parent 3d14bc0 commit f8f244c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ object ParquetGenerator {
// generate schema using random data types
val fields = dataTypes.zipWithIndex
.map(i => StructField(s"c${i._2}", i._1, nullable = true))
.toSeq
val schema = StructType(fields)

// generate columnar data
Expand Down

0 comments on commit f8f244c

Please sign in to comment.