Skip to content

Commit 12c0b6b

Browse files
authored
fix titanic maxcompute import with odps2 not enabled (#2843)
1 parent e48074d commit 12c0b6b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/datasets/popularize_titanic_maxcompute.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ cabinalpha int,
3232
family int,
3333
isalone int,
3434
ismother int,
35-
age double,
36-
realfare double,
35+
age string,
36+
realfare string,
3737
survived int
3838
);
3939

@@ -951,8 +951,8 @@ cabinalpha int,
951951
family int,
952952
isalone int,
953953
ismother int,
954-
age double,
955-
realfare double,
954+
age string,
955+
realfare string,
956956
survived int
957957
);
958958

0 commit comments

Comments
 (0)