Skip to content

Commit

Permalink
Make Parquet-SplittableDoFn opt-in, not opt-out (#4700)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty authored Feb 6, 2023
1 parent 1e58385 commit 96c9379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ object ParquetReadConfiguration {

// SplittableDoFn
val UseSplittableDoFn = "scio.parquet.read.useSplittableDoFn"
private[scio] val UseSplittableDoFnDefault = true
private[scio] val UseSplittableDoFnDefault = false
}

0 comments on commit 96c9379

Please sign in to comment.