dpcollins-google commented on a change in pull request #14077:
URL: https://github.com/apache/beam/pull/14077#discussion_r583165257
##########
File path:
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamSqlDslNestedRowsTest.java
##########
@@ -35,6 +36,8 @@
@Rule public ExpectedException exceptions = ExpectedException.none();
@Test
+ @Ignore(
+ "[BEAM-9378] This is a test of the incorrect behavior that should not
work but does because calcite flattens the row.")
Review comment:
Turned the tests that are verifying incorrect behavior back on, but left
the comment. The remaining "@Ignore" comments basically restate the title of
the jira item
----------------------------------------------------------------
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]