Commit f959628
fix: map datatype issue of athena (#1753)
Athena does not allow space between map types.
e.g. map<STRING, STRING> will give error while querying but map<STRING,STRING> won't
Co-authored-by: jaidisido <[email protected]>1 parent 03fdd9b commit f959628
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments