From a3bb6ee4a61960b1c361ebe8a33c4a738e692acb Mon Sep 17 00:00:00 2001 From: LightGHLi Date: Fri, 4 Sep 2020 11:03:06 +0800 Subject: [PATCH] Add missing comma between JSON members in data-formats.md (#10343) --- docs/ingestion/data-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ingestion/data-formats.md b/docs/ingestion/data-formats.md index 4ee31812f98..45562f443e2 100644 --- a/docs/ingestion/data-formats.md +++ b/docs/ingestion/data-formats.md @@ -208,7 +208,7 @@ The `inputFormat` to load data of Parquet format. An example is: "expr": "$.path.to.nested" } ] - } + }, "binaryAsString": false }, ...