Skip to content

Commit 503d741

Browse files
committed
Skip set output path
1 parent 00c1572 commit 503d741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iceberg/src/main/scala/org/apache/iceberg/spark/source/GpuSparkWrite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class GpuSparkWrite(cpu: SparkWrite) extends GpuWrite with RequiresDistributionA
9797
val tmpJob = Job.getInstance(hadoopConf)
9898
tmpJob.setOutputKeyClass(classOf[Void])
9999
tmpJob.setOutputValueClass(classOf[InternalRow])
100-
FileOutputFormat.setOutputPath(tmpJob, new Path(table.location()))
100+
// FileOutputFormat.setOutputPath(tmpJob, new Path(table.location()))
101101
tmpJob
102102
}
103103

0 commit comments

Comments
 (0)