Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/172#discussion_r127532218
--- Diff:
extras/rya.benchmark/src/main/java/org/apache/rya/benchmark/query/PCJOptimizerBenchmark.java
---
@@ -317,8 +318,8 @@ private static String buildChainedSPARQL(final
List<String> vars) {
// Build the SPARQL query from the pieces.
return "select " + Joiner.on(" ").join(vars) + " where { " +
- Joiner.on(" . ").join(statementPatterns) +
- " . }" ;
+ Joiner.on(" . ").join(statementPatterns) +
--- End diff --
nit fix whitespace
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---