Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed Apr 18, 2024
1 parent 9b965eb commit c855356
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ class ArrowFileFormat(fileFormat: org.apache.arrow.dataset.file.FileFormat)
sparkSession: SparkSession,
job: _root_.org.apache.hadoop.mapreduce.Job,
options: Map[String, String],
dataSchema: StructType): OutputWriterFactory = ???
dataSchema: StructType): OutputWriterFactory = {
throw new UnsupportedOperationException()
}
}

object ArrowFileFormat {}

0 comments on commit c855356

Please sign in to comment.