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

ASF GitHub Bot commented on METRON-706:
---------------------------------------

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

    https://github.com/apache/incubator-metron/pull/445#discussion_r100131179
  
    --- Diff: 
metron-platform/metron-common/src/main/java/org/apache/metron/common/utils/ConversionUtils.java
 ---
    @@ -35,6 +35,14 @@ protected ConvertUtilsBean initialValue() {
         }
       };
     
    +  public static <T> T convertOrFail(Object o, Class<T> clazz) {
    +    if (clazz.isInstance(o)) {
    --- End diff --
    
    Agreed


> Add Stellar transformations and filters to enrichment and threat intel loaders
> ------------------------------------------------------------------------------
>
>                 Key: METRON-706
>                 URL: https://issues.apache.org/jira/browse/METRON-706
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Michael Miklavcic
>            Assignee: Michael Miklavcic
>
> This Jira tracks work to add the ability to transform and filter data being 
> loaded into the enrichment and threatintel HBase tables.
> This effort builds on the work in:
> https://issues.apache.org/jira/browse/METRON-678
> and
> https://issues.apache.org/jira/browse/METRON-682



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to