Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/5564#discussion_r170273904
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/descriptors/CsvTest.scala
---
@@ -47,53 +79,18 @@ class CsvTest extends DescriptorTestBase {
"format.fields.3.name" -> "field4",
"format.fields.3.type" -> "ROW(test INT, row VARCHAR)",
--- End diff --
Shouldn't this fail because CSV does not support nested data?---
