TheNeuralBit commented on a change in pull request #14077:
URL: https://github.com/apache/beam/pull/14077#discussion_r583134712
##########
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:
That is, presumably something is relying on the behavior if we wrote a
test for it.
----------------------------------------------------------------
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]