Skip to content

Commit

Permalink
apacheGH-45560: [Docs] Fix Statistics schema's "column" examples
Browse files Browse the repository at this point in the history
"column" in examples have duplicated values for the same column but
"column" must have only one value for each column.
  • Loading branch information
kou committed Feb 18, 2025
1 parent ec3d283 commit 5caafff
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docs/source/format/StatisticsSchema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,6 @@ Statistics array::
column: [
null, # record batch
0, # vendor_id
0, # vendor_id
0, # vendor_id
0, # vendor_id
1, # passenger_count
1, # passenger_count
1, # passenger_count
1, # passenger_count
]
statistics:
Expand Down Expand Up @@ -491,17 +485,10 @@ Statistics array::
null, # record batch
0, # col1
1, # col1.a
1, # col1.a
1, # col1.a
1, # col1.a
2, # col1.b
3, # col1.b.item
3, # col1.b.item
4, # col1.c
4, # col1.c
4, # col1.c
5, # col2
5, # col2
]
statistics:
key:
Expand Down Expand Up @@ -642,10 +629,6 @@ Statistics array::

column: [
0, # array
0, # array
0, # array
0, # array
0, # array
]
statistics:
key:
Expand Down Expand Up @@ -787,17 +770,10 @@ Statistics schema::
Statistics array::

column: [
0, # array
0, # array
1, # a
1, # a
1, # a
1, # a
2, # b
3, # b.item
3, # b.item
4, # c
4, # c
4, # c
]
statistics:
Expand Down

0 comments on commit 5caafff

Please sign in to comment.