You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/31 13:43:50 UTC

[GitHub] [beam] KhaninArtur commented on a change in pull request #14354: [BEAM-11585] Select.flattenedSchema doesn't flatten nested array fields

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:
users@infra.apache.org