apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.8k stars 4.22k forks source link

[CsvIO]: Create CsvIOParseHelpers::validate(CSVFormat, Schema) #31716

Closed francisohara24 closed 2 months ago

francisohara24 commented 3 months ago

What needs to happen?

Create a helper method within the CsvIOParseHelpers class for validating the CSVFormat in relation to the Schema of the CSV records being parsed.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components