Skip to content

Commit

Permalink
Merge pull request #58 from vietnguyen-td/set-cache-or-ignore-in-tran…
Browse files Browse the repository at this point in the history
…saction

setCacheProviderOrIgnore in transaction
  • Loading branch information
civitaspo authored Mar 1, 2022
2 parents b4d8dee + 1cc0613 commit 5769d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void transaction(ConfigSource config, Schema inputSchema,
PluginTask task = configMapper.map(config, PluginTask.class);

// set cache provider
task.getCacheProviderName().ifPresent(this::setCacheProvider);
task.getCacheProviderName().ifPresent(this::setCacheProviderOrIgnore);

// check if a column specified as json_column_name option exists or not
Column jsonColumn = inputSchema.lookupColumn(task.getJsonColumnName());
Expand Down

0 comments on commit 5769d1f

Please sign in to comment.