Skip to content

Commit

Permalink
setCacheProviderOrIgnore in transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnguyen-td committed Feb 24, 2022
1 parent b4d8dee commit 1cc0613
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 1cc0613

Please sign in to comment.