Skip to content

Commit

Permalink
Spark: Fix Puffin suffix for DVs
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh-jahagirdar committed Jan 17, 2025
1 parent 3247964 commit c354dbe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ private boolean fanoutWriterEnabled(boolean defaultValue) {
}

public FileFormat deleteFileFormat() {
if (useDVs()) {
return FileFormat.PUFFIN;
}

String valueAsString =
confParser
.stringConf()
Expand Down

0 comments on commit c354dbe

Please sign in to comment.