Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
strongduanmu committed Dec 12, 2024
1 parent 6ea0e12 commit 618ace2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public TablesContext(final Collection<? extends TableSegment> tables, final Map<
if (!"DUAL".equalsIgnoreCase(tableName.getIdentifier().getValue())) {
simpleTables.add(simpleTableSegment);
tableNames.add(tableName.getIdentifier().getValue());
// TODO support bind with all statement contains table segement
// TODO support bind with all statement contains table segement @duanzhengqiang
tableName.getTableBoundInfo().ifPresent(optional -> schemaNames.add(optional.getOriginalSchema().getValue()));
tableName.getTableBoundInfo().ifPresent(optional -> databaseNames.add(optional.getOriginalDatabase().getValue()));
}
Expand Down

0 comments on commit 618ace2

Please sign in to comment.