From 44c48bfb50f2d81534bf78def28828405eac512f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 24 Dec 2024 09:16:59 +0900 Subject: [PATCH] Add a note about dense union field name --- docs/source/format/StatisticsSchema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/format/StatisticsSchema.rst b/docs/source/format/StatisticsSchema.rst index 4c3b0f7e5b4e1..728b411f6ce96 100644 --- a/docs/source/format/StatisticsSchema.rst +++ b/docs/source/format/StatisticsSchema.rst @@ -139,7 +139,7 @@ Here is the details of the ``map`` of the ``statistics``: ``int64`` distinct count statistic and a ``float64`` average byte width statistic. See the description of each statistic below. - We don't standardize field names for the dense union because we + Dense union has name for each field but we don't standardize field names for the dense union because we can access to proper field by type code not name. So we can use any valid name for fields.