Github user chinmaykolhatkar commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/154#discussion_r48705087
--- Diff:
contrib/src/main/java/com/datatorrent/contrib/parser/CsvParser.java ---
@@ -62,247 +71,193 @@
* @since 3.2.0
*/
@InterfaceStability.Evolving
-public class CsvParser extends Parser<String, String>
+public class CsvParser extends Parser<byte[], KeyValPair<String, String>>
--- End diff --
Should this be renamed to DelimitedParser rather than CsvParser.
I believe it can work on delimited strings, correct?
---
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.
---