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 70a56e24187 Remove useless comment on InventoryDumperContextSplitter
(#32600)
70a56e24187 is described below
commit 70a56e24187a36cd1f7a81d75260025d1eb0e2c4
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Aug 20 12:14:32 2024 +0800
Remove useless comment on InventoryDumperContextSplitter (#32600)
* Refactor InventoryDumperContextSplitter
* Remove useless comment on InventoryDumperContextSplitter
---
.../core/preparer/inventory/splitter/InventoryDumperContextSplitter.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/preparer/inventory/splitter/InventoryDumperContextSplitter.java
b/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/preparer/inventory/splitter/InventoryDumperContextSplitter.java
index 7b64da57f4d..0560697edc2 100644
---
a/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/preparer/inventory/splitter/InventoryDumperContextSplitter.java
+++
b/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/preparer/inventory/splitter/InventoryDumperContextSplitter.java
@@ -76,7 +76,6 @@ public final class InventoryDumperContextSplitter {
private InventoryDumperContext createTableSpLitDumperContext(final
CaseInsensitiveIdentifier actualTableName, final CaseInsensitiveIdentifier
logicTableName) {
InventoryDumperContext result = new
InventoryDumperContext(dumperContext.getCommonContext());
- // use original table name, for metadata loader, since some database
table name case-sensitive
result.setActualTableName(actualTableName.toString());
result.setLogicTableName(logicTableName.toString());
result.getCommonContext().setPosition(new IngestPlaceholderPosition());