mirror of
https://github.com/actiontech/dble.git
synced 2026-05-23 08:08:41 -05:00
inner-1556:report error too long
Signed-off-by: dcy <dcy10000@gmail.com>
This commit is contained in:
@@ -413,7 +413,6 @@ public class JoinChooser {
|
||||
}
|
||||
|
||||
|
||||
|
||||
private JoinRelationDag addNodeToDag(JoinRelationDag root, JoinRelations relations) {
|
||||
Set<JoinRelationDag> prefixDagNodes = new HashSet<>(relations.prefixNodes.size());
|
||||
boolean familyInner = relations.isInner;
|
||||
@@ -863,7 +862,7 @@ public class JoinChooser {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "{" +
|
||||
"node=" + node +
|
||||
"node=" + getUnitName(node) +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user