You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2022/01/26 08:34:51 UTC

[shardingsphere] branch master updated (f242598 -> 9732526)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from f242598  Support config encrypt column data type (#15062)
     add 9732526  Reuse PipelineDataSourceManager to reduce connection creation and destruction (#15087)

No new revisions were added by this update.

Summary of changes:
 .../data/pipeline/core/prepare/InventoryTaskSplitter.java |  2 +-
 .../data/pipeline/core/task/IncrementalTask.java          |  6 ++----
 .../data/pipeline/core/task/InventoryTask.java            |  6 ++----
 .../pipeline/scenario/rulealtered/RuleAlteredJob.java     |  2 ++
 .../scenario/rulealtered/RuleAlteredJobContext.java       | 13 +++++++++++++
 .../scenario/rulealtered/RuleAlteredJobPreparer.java      | 11 +++++++----
 .../scenario/rulealtered/RuleAlteredJobScheduler.java     | 15 ++++++++-------
 .../prepare/datasource/OpenGaussDataSourcePreparer.java   |  1 +
 .../api/impl/GovernanceRepositoryAPIImplTest.java         |  7 +++++--
 .../data/pipeline/core/task/IncrementalTaskTest.java      |  4 +++-
 .../data/pipeline/core/task/InventoryTaskTest.java        |  6 ++++--
 11 files changed, 48 insertions(+), 25 deletions(-)