Skip to content

Commit 5b40ff4

Browse files
revert schema for flog (#79)
1 parent 22af953 commit 5b40ff4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

model.go

+1-6
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,7 @@ const FlogJsonSchema string = `{
339339
},
340340
{
341341
"name": "datetime",
342-
"data_type": {
343-
"Timestamp": [
344-
"Millisecond",
345-
null
346-
]
347-
},
342+
"data_type": "Utf8",
348343
"nullable": true,
349344
"dict_id": 0,
350345
"dict_is_ordered": false,

0 commit comments

Comments
 (0)