Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/251#discussion_r153264201
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.app/src/main/java/org/apache/rya/indexing/pcj/fluo/app/IncUpdateDAO.java
---
@@ -42,7 +43,8 @@
private static final WholeRowTripleResolver tr = new
WholeRowTripleResolver();
public static RyaStatement deserializeTriple(final Bytes row) {
- final byte[] rowArray = row.toArray();
--- End diff --
Also add documentation to this method.
---