KhaninArtur commented on a change in pull request #14354:
URL: https://github.com/apache/beam/pull/14354#discussion_r604905456



##########
File path: 
sdks/java/core/src/test/java/org/apache/beam/sdk/schemas/transforms/SelectTest.java
##########
@@ -594,6 +595,64 @@ public void testFlatSchema() {
     pipeline.run();
   }
 
+  @Test
+  @Category(NeedsRunner.class)
+  public void testFlatSchemaWithArrayNestedField() {
+

Review comment:
       Let's add a description for this test, I suppose, this way we can 
provide a much better understanding to interested people. E.g. describe nested 
schema and expected flattened version of this schema.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to