This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7f495cc1450 Remove useless TODO on
PipelineContextManagerLifecycleListener (#32774)
7f495cc1450 is described below
commit 7f495cc145067a0fce66125816d2b1a2f8466212
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Sep 2 21:32:37 2024 +0800
Remove useless TODO on PipelineContextManagerLifecycleListener (#32774)
---
.../pipeline/core/listener/PipelineContextManagerLifecycleListener.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/listener/PipelineContextManagerLifecycleListener.java
b/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/listener/PipelineContextManagerLifecycleListener.java
index e51dea597b0..6a2ac6cc2a2 100644
---
a/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/listener/PipelineContextManagerLifecycleListener.java
+++
b/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/listener/PipelineContextManagerLifecycleListener.java
@@ -54,7 +54,6 @@ public final class PipelineContextManagerLifecycleListener
implements ContextMan
return;
}
String preSelectedDatabaseName =
contextManager.getPreSelectedDatabaseName();
- // TODO When StandalonePersistRepository is equivalent with
ClusterPersistRepository, use STANDALONE mode in pipeline IT and remove this
check.
if (DefaultDatabase.LOGIC_NAME.equals(preSelectedDatabaseName)) {
return;
}