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

    https://github.com/apache/storm/pull/929#discussion_r46915153
  
    --- Diff: 
external/storm-cassandra/src/test/java/org/apache/storm/cassandra/DynamicStatementBuilderTest.java
 ---
    @@ -56,78 +61,93 @@
             when(mockTuple.getFields()).thenReturn(new 
Fields("weatherstation_id", "event_time", "temperature"));
         }
     
    +    public static final String QUERY_STRING = "INSERT INTO 
weather.temperature(weatherstation_id,event_time,temperature) VALUES (?,?,?);";
    +
    --- End diff --
    
    Change weatherstation_id to weather_station_id which is aligned with actual 
name in the table mentioned in resources.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to