From 052a617033272be56861f18f0dd608c05be3f542 Mon Sep 17 00:00:00 2001 From: Sean McCullough <=> Date: Tue, 23 Mar 2021 19:27:31 -0500 Subject: [PATCH] Added Quick Query Parquet --- .../preview/2020-08-04/blob.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-08-04/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-08-04/blob.json index db1e08bd37fe..150c30864398 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-08-04/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-08-04/blob.json @@ -10523,6 +10523,13 @@ } } }, + "ParquetConfiguration": { + "xml": { + "name": "ParquetTextConfiguration" + }, + "description": "parquet configuration", + "type": "object" + }, "ArrowField": { "xml": { "name": "Field" @@ -11050,6 +11057,9 @@ }, "ArrowConfiguration": { "$ref": "#/definitions/ArrowConfiguration" + }, + "ParquetTextConfiguration": { + "$ref": "#/definitions/ParquetConfiguration" } } }, @@ -11073,7 +11083,8 @@ "enum": [ "delimited", "json", - "arrow" + "arrow", + "parquet" ], "x-ms-enum": { "name": "QueryFormatType",