Skip to content

Commit

Permalink
Merge pull request #14898 from boyuanzz/fix
Browse files Browse the repository at this point in the history
[BEAM-12416] Populate use_sdf_read in ExpansionService.
  • Loading branch information
ihji authored May 28, 2021
2 parents eafa48d + 1fd191d commit 31988c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ private Map<String, TransformProvider> loadRegisteredTransforms() {
Pipeline pipeline = Pipeline.create();
ExperimentalOptions.addExperiment(
pipeline.getOptions().as(ExperimentalOptions.class), "beam_fn_api");
// TODO(BEAM-10670): Remove this when we address performance issue.
ExperimentalOptions.addExperiment(
pipeline.getOptions().as(ExperimentalOptions.class), "use_sdf_read");

ClassLoader classLoader = Environments.class.getClassLoader();
if (classLoader == null) {
Expand Down

0 comments on commit 31988c8

Please sign in to comment.