EMCECS / presto-s3-connector

Apache License 2.0
8 stars 3 forks source link

Handling invalid data #25

Open fpj opened 3 years ago

fpj commented 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