Skip to content

Commit 3c91000

Browse files
authored
updated per Nintorac comments
1 parent c2b6328 commit 3c91000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mimic-iv/buildmimic/athena/schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ CREATE EXTERNAL TABLE `mimiciv_csv`.`chartevents`(
8989
`charttime` string,
9090
`storetime` string,
9191
`itemid` bigint,
92-
`value` double,
92+
`value` VARCHAR(200),
9393
`valuenum` double,
9494
`valueuom` string,
9595
`warning` bigint)
@@ -539,7 +539,7 @@ CREATE EXTERNAL TABLE `mimiciv_csv`.`labevents`(
539539
`itemid` bigint,
540540
`charttime` string,
541541
`storetime` string,
542-
`value` double,
542+
`value` VARCHAR(200),
543543
`valuenum` double,
544544
`valueuom` string,
545545
`ref_range_lower` double,

0 commit comments

Comments
 (0)