Skip to content

Commit

Permalink
Remove needless TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 18, 2024
1 parent 5308f9f commit b010404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/format/StatisticsSchema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ Here are pre-defined statistics keys:
- Data type
- Notes
* - ``ARROW:average_byte_width:exact``
- ``float64``: TODO: Should we use ``int64`` instead?
- ``float64``
- The average size in bytes of a row in the target
column. (exact)
* - ``ARROW:average_byte_width:approximate``
- ``float64``: TODO: Should we use ``int64`` instead?
- ``float64``
- The average size in bytes of a row in the target
column. (approximate)
* - ``ARROW:distinct_count:exact``
Expand Down

0 comments on commit b010404

Please sign in to comment.