From 496fb078c5a35787ae796f39a54c019b78694505 Mon Sep 17 00:00:00 2001 From: Victoria Lim Date: Fri, 6 Jan 2023 13:08:47 -0800 Subject: [PATCH] doc: Add Protobuf as a supported format --- docs/querying/nested-columns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/nested-columns.md b/docs/querying/nested-columns.md index 77af91ddff89..c64afc10a31b 100644 --- a/docs/querying/nested-columns.md +++ b/docs/querying/nested-columns.md @@ -29,7 +29,7 @@ Druid [SQL JSON functions](./sql-json-functions.md) allow you to extract, transf You can use the JSON functions in INSERT and REPLACE statements in SQL-based ingestion, or in a `transformSpec` in native ingestion as an alternative to using a [`flattenSpec`](../ingestion/data-formats.md#flattenspec) object to "flatten" nested data for ingestion. -Druid supports directly ingesting nested data with the following formats: JSON, Parquet, Avro, ORC. +Druid supports directly ingesting nested data with the following formats: JSON, Parquet, Avro, ORC, Protobuf. ## Example nested data