Skip to content

Commit

Permalink
Execution tester rewrites location. About #200
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Feb 2, 2022
1 parent 49a286f commit 36fae71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected void perform() throws URISyntaxException, IOException {
result = QueryExecutionFactory.create(query, dataset).execSelect();
} else if (query.isConstructType()) {
if(outputFormat.equals("NQ")) {
resultDataset = QueryExecutionFactory.create(query, dataset).execConstructDataset();
resultDataset = QueryExecutionFactory.create(query, dataset).execConstructDataset();
}else{
resultGraph = QueryExecutionFactory.create(query, dataset).execConstruct().getGraph();
}
Expand Down

0 comments on commit 36fae71

Please sign in to comment.