Skip to content

Commit

Permalink
0003886: Initial load foreign key error auto resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Mar 8, 2019
1 parent 2ca2f45 commit 8e82307
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2254,7 +2254,7 @@ public String reloadTable(String nodeId, String catalogName, String schemaName,
@Override
public String reloadTable(String nodeId, String catalogName, String schemaName,
String tableName, String overrideInitialLoadSelect) {
return reloadTable(nodeId, catalogName, schemaName, tableName, null, null, false);
return reloadTable(nodeId, catalogName, schemaName, tableName, overrideInitialLoadSelect, null, false);
}

@Override
Expand Down

0 comments on commit 8e82307

Please sign in to comment.