dominikriemer commented on PR #1940: URL: https://github.com/apache/streampipes/pull/1940#issuecomment-1729806032
@Aditi840 I had a look at your test and want to give some feedback: * The test class is intended for the `TextFilterProcessor` class, but your code added is in a module that doesn't contain a dependency on the `processors-filters-jvm` module which provides the class to test. * The code you provided uses imports that cannot be resolved due to missing dependencies. * The code uses invented methods which are not present in our codebase, such as `resetCollectedEvents` from the `SpOutputCollector` class or a `ModelDeclaration` class which doesn't even exist. We are a friendly and open community and are willing to help non-experienced coders, but my general advise is that you don't provide contributions to open source projects that are based on ChatGPT and which are completely untested and wrong. Note that many people who provide real code to open source projects do that in their spare time. Reviewing PRs which come out to be mostly nonsense is a waste of time and just not nice. Having said that, I'll close this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
