Skip to content

Commit

Permalink
fix due to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
man-zhang committed Jan 2, 2025
1 parent 26da911 commit 507defb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public void visit(ParenthesedSelect parenthesedSelect) {
@Override
public void visit(Column column) {
String name = column.getColumnName();
String table = sqlNameContext.getTableName(column);
String table = sqlNameContext.getFullyQualifiedTableName(column);
Object value = dataRow.getValueByName(name, table);
concreteValues.push(value);
}
Expand Down

0 comments on commit 507defb

Please sign in to comment.