[GitHub] incubator-fluo pull request #825: fixes #823

2017-04-24 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/825#discussion_r113102707 --- Diff: modules/api/src/main/java/org/apache/fluo/api/data/Bytes.java --- @@ -356,29 +357,44 @@ public static final Bytes of(String s, Charset

[GitHub] incubator-fluo-recipes issue #128: Updated ExportQ and CFM to use new Observ...

2017-04-24 Thread keith-turner
Github user keith-turner commented on the issue: https://github.com/apache/incubator-fluo-recipes/pull/128 This depends on apache/incubator-fluo-recipes#128 --- 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

[GitHub] incubator-fluo issue #826: Avoid using bytesAt() internally in Bytes

2017-04-24 Thread keith-turner
Github user keith-turner commented on the issue: https://github.com/apache/incubator-fluo/issues/826 Can also avoid continually adding the offsets by doing it once outside the loops. --- If your project is set up for it, you can reply to this email and have your reply appear on