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

ASF GitHub Bot commented on APEXCORE-463:
-----------------------------------------

Github user shubham-pathak22 commented on a diff in the pull request:

    https://github.com/apache/incubator-apex-core/pull/338#discussion_r65658984
  
    --- Diff: engine/src/main/java/com/datatorrent/stram/webapp/TypeGraph.java 
---
    @@ -355,7 +356,8 @@ public int size()
         }
         Set<String> result = new TreeSet<>();
         for (TypeGraphVertex node : tgv.allInstantiableDescendants) {
    -      if ((isAncestor(InputOperator.class.getName(), node.typeName) || 
!getAllInputPorts(node).isEmpty())) {
    +      if ((isAncestor(InputOperator.class.getName(), node.typeName) || 
isAncestor(Module.class.getName(), node.typeName)
    --- End diff --
    
    Thanks @siyuanh  . Have squashed the commits.


> get-app-package-operators in ApexCLI  not listing certain modules
> -----------------------------------------------------------------
>
>                 Key: APEXCORE-463
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-463
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: shubham pathak
>            Assignee: shubham pathak
>
> FSInputModule is not being shown in output of  get-app-package-operators



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to