-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't workingcode qualityCode readability or structure is improvedCode readability or structure is improved
Description
CsvDataSource
returns empty stream/set on error, which does not seem to make much sense.
It seems to me that the input file not existing can be fine (a lot of input sources are optional), but errors during reading and parsing of csv files should still escalate and not just produce an empty stream.
Methods: distinctRowsWithLog
, buildStreamWithFieldsToAttributesMap
(2x)
Don't forget to adapt JavaDoc.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcode qualityCode readability or structure is improvedCode readability or structure is improved