[ 
https://issues.apache.org/jira/browse/RYA-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321191#comment-16321191
 ] 

ASF GitHub Bot commented on RYA-303:
------------------------------------

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

    https://github.com/apache/incubator-rya/pull/172#discussion_r160811345
  
    --- Diff: 
extras/shell/src/main/java/org/apache/rya/shell/util/RyaDetailsFormatter.java 
---
    @@ -72,30 +72,28 @@ public String format(StorageType storageType, final 
RyaDetails details) {
             report.append("  Temporal Index:\n");
             report.append("    Enabled: ").append( 
details.getTemporalIndexDetails().isEnabled() ).append("\n");
     
    -        if(storageType == StorageType.ACCUMULO) {
    -            report.append("  PCJ Index:\n");
    -            final PCJIndexDetails pcjDetails = 
details.getPCJIndexDetails();
    -            report.append("    Enabled: ").append( pcjDetails.isEnabled() 
).append("\n");
    -            if(pcjDetails.isEnabled()) {
    -                if(pcjDetails.getFluoDetails().isPresent()) {
    -                    final String fluoAppName = 
pcjDetails.getFluoDetails().get().getUpdateAppName();
    -                    report.append("    Fluo App Name: 
").append(fluoAppName).append("\n");
    -                }
    +        report.append("  PCJ Index:\n");
    --- End diff --
    
    that include Join Selectivity?


> Mongo PCJ indexer support
> -------------------------
>
>                 Key: RYA-303
>                 URL: https://issues.apache.org/jira/browse/RYA-303
>             Project: Rya
>          Issue Type: Improvement
>            Reporter: Andrew Smith
>            Assignee: Andrew Smith
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to