Skip to content

Commit

Permalink
Populate use_sdf_read in ExpansionService.
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyuan Zhang committed May 27, 2021
1 parent 99aa83d commit 1fd191d
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 1fd191d

Please sign in to comment.