Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/36#discussion_r58912137
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.client/src/main/java/org/apache/rya/indexing/pcj/fluo/client/util/FluoLoader.java
---
@@ -68,7 +68,7 @@ public void handleStatement(final Statement st) throws
RDFHandlerException {
// If the buffer is full, flush it to the Fluo table.
if(buff.size() == FLUSH_SIZE) {
log.trace("Flushing " + buff.size() + " Statements from the
buffer to Fluo.");
- insertTriples.insert(fluoClient, buff);
+ insertTriples.insert(fluoClient, buff, "");
--- End diff --
overload insert so empty quotes not necessary
---
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.
---