Skip to content

Commit 2f4667d

Browse files
committed
Adding integration test for ML.PREDICT TVF with googlesql client
1 parent 7db04c2 commit 2f4667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITMLPredictTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class ITMLPredictTest {
5454
@ClassRule public static IntegrationTestEnv env = new IntegrationTestEnv();
5555
private static DatabaseClient gSQLClient;
5656

57-
private static final int TEST_ROW_COUNT = 100;
57+
private static final int TEST_ROW_COUNT = 10;
5858

5959
private static boolean throwAbortOnce = false;
6060

0 commit comments

Comments
 (0)