Github user meiercaleb commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/248#discussion_r148121063
  
    --- Diff: 
extras/rya.pcj.fluo/pcj.fluo.integration/src/test/java/org/apache/rya/indexing/pcj/fluo/integration/KafkaExportIT.java
 ---
    @@ -249,10 +246,10 @@ public void average() throws Exception  {
     
             // Create the PCJ in Fluo and load the statements into Rya.
             final String pcjId = loadDataAndCreateQuery(sparql, statements);
    -        
    -        try(FluoClient fluo = new 
FluoClientImpl(super.getFluoConfiguration())) {
    -            FluoITHelper.printFluoTable(fluo);
    -        }
    +
    +//        try(FluoClient fluo = new 
FluoClientImpl(super.getFluoConfiguration())) {
    --- End diff --
    
    Delete.


---

Reply via email to