Open fpj opened 3 years ago
for example - there is some csv row which we can't decode. CsvRowDecoder will not decode for things like missing end quote, etc.
throw some invalid data exception and stop processing? or, ignore and continue to next line?
Original issue reported in: https://github.com/StreamingDataPlatform/pravega-sql/issues/78
for example - there is some csv row which we can't decode. CsvRowDecoder will not decode for things like missing end quote, etc.
throw some invalid data exception and stop processing? or, ignore and continue to next line?
Original issue reported in: https://github.com/StreamingDataPlatform/pravega-sql/issues/78