Skip to content

Commit

Permalink
Enable retry for parquet write to hive
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
  • Loading branch information
firestarman committed Mar 14, 2024
1 parent 429b354 commit 8d1386e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class GpuHiveParquetFileFormat(compType: CompressionType) extends ColumnarFileFo

class GpuHiveParquetWriter(override val path: String, dataSchema: StructType,
context: TaskAttemptContext, compType: CompressionType)
extends ColumnarOutputWriter(context, dataSchema, "HiveParquet", false) {
extends ColumnarOutputWriter(context, dataSchema, "HiveParquet", true) {

override protected val tableWriter: CudfTableWriter = {
// TODO How to set FieldIDEnabled ?
Expand Down

0 comments on commit 8d1386e

Please sign in to comment.