Skip to content

Commit e18fd3f

Browse files
committed
Remove FLOAT32 changes in CreateMusicTables.sql as the type isn't fully supported yet in production
1 parent b64e627 commit e18fd3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

google-cloud-spanner/src/test/resources/com/google/cloud/spanner/connection/it/CreateMusicTables.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ CREATE TABLE Concerts (
6565
CREATE TABLE TableWithAllColumnTypes (
6666
ColInt64 INT64 NOT NULL,
6767
ColFloat64 FLOAT64 NOT NULL,
68-
ColFloat32 FLOAT32 NOT NULL,
6968
ColBool BOOL NOT NULL,
7069
ColString STRING(100) NOT NULL,
7170
ColStringMax STRING(MAX) NOT NULL,
@@ -77,7 +76,6 @@ CREATE TABLE TableWithAllColumnTypes (
7776

7877
ColInt64Array ARRAY<INT64>,
7978
ColFloat64Array ARRAY<FLOAT64>,
80-
ColFloat32Array ARRAY<FLOAT32>,
8179
ColBoolArray ARRAY<BOOL>,
8280
ColStringArray ARRAY<STRING(100)>,
8381
ColStringMaxArray ARRAY<STRING(MAX)>,

0 commit comments

Comments
 (0)