francisohara24 commented on code in PR #31869:
URL: https://github.com/apache/beam/pull/31869#discussion_r1676553475
##########
sdks/java/io/csv/src/main/java/org/apache/beam/sdk/io/csv/CsvIOParseHelpers.java:
##########
@@ -66,8 +67,20 @@ static void validate(CSVFormat format) {
* Validate the {@link CSVFormat} in relation to the {@link Schema} for CSV
record parsing
* requirements.
*/
- // TODO(https://github.com/apache/beam/issues/31716): implement method.
- static void validate(CSVFormat format, Schema schema) {}
+ static void validate(CSVFormat format, Schema schema) {
Review Comment:
Sure! I will update the method names to avoid confusion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]