We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9a60c commit fb49529Copy full SHA for fb49529
1 file changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITQueryTest.java
@@ -583,6 +583,7 @@ public void queryRealTable() {
583
}
584
585
@Test
586
+ @Ignore
587
public void analyzePlan() {
588
Statement statement = Statement.of("SELECT 1 AS column UNION ALL SELECT 2");
589
ResultSet resultSet =
@@ -596,6 +597,7 @@ public void analyzePlan() {
596
597
598
599
600
601
public void analyzeProfile() {
602
Statement statement =
603
Statement.of("SELECT 1 AS column UNION ALL SELECT 2 AS column ORDER BY column");
0 commit comments