Skip to content

Commit

Permalink
0002087: Extract initial load in background doesn't work with wildcar…
Browse files Browse the repository at this point in the history
…d catalogs and schemas
  • Loading branch information
chenson42 committed Dec 4, 2014
1 parent 4d3dd1a commit f4b349d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -609,7 +609,7 @@ private void insertLoadBatchesForReload(Node targetNode, long loadId, String cre
if (numberOfBatches <= 0) {
Table table = platform.getTableFromCache(
triggerHistory.getSourceCatalogName(), triggerHistory.getSourceSchemaName(),
trigger.getSourceTableName(), false);
triggerHistory.getSourceTableName(), false);
String sql = String.format("select count(*) from %s ", table
.getFullyQualifiedTableName(platform.getDatabaseInfo()
.getDelimiterToken()));
Expand Down

0 comments on commit f4b349d

Please sign in to comment.