Dan Blanchard created STORM-1188:
------------------------------------

             Summary: PartialKeyGrouping missing from storm.thrift (and can't 
use it via custom_object)
                 Key: STORM-1188
                 URL: https://issues.apache.org/jira/browse/STORM-1188
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-core
    Affects Versions: 0.10.0
            Reporter: Dan Blanchard


I'm working on a Python DSL for Storm to add to streamparse, and as part of it 
I realized that the new partial key grouping was never added to the Grouping 
struct in storm.thrift, so it's not usable outside of JVM-based topology 
definitions (at least not easily).  My initial thought was to just use 
Grouping.custom_object, but the PartialKeyGrouping constructor takes a Fields 
object, which isn't a type defined in storm.thrift, so I can't use it.

The fields grouping explicitly takes a list of strings in storm.thrift, so it 
would seem PartialKeyGrouping needs to be added in the same way.



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

Reply via email to