Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/1606#discussion_r73553509
--- Diff:
external/storm-hdfs/src/test/java/org/apache/storm/hdfs/spout/TestHdfsSpout.java
---
@@ -704,12 +703,12 @@ public MockCollector() {
@Override
public void emitDirect(int arg0, String arg1, List<Object> arg2,
Object arg3) {
- throw new NotImplementedException();
+ throw new RuntimeException("NOT Implemented");
--- End diff --
I prefer using UnsupportedOperationException in this case but since it's
just a test code I'm OK.
---
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.
---