Add missing comma between JSON members in data-formats.md (#10343)

This commit is contained in:
LightGHLi 2020-09-04 11:03:06 +08:00 committed by GitHub
parent a5cd5f1e84
commit a3bb6ee4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ The `inputFormat` to load data of Parquet format. An example is:
"expr": "$.path.to.nested"
}
]
}
},
"binaryAsString": false
},
...