Skip to content

Commit

Permalink
apacheGH-45587: [C++][Docs] Fix the statistics schema link in `arrow:…
Browse files Browse the repository at this point in the history
…:RecordBatch::MakeStatisticsArray()`'s docstring (apache#45588)

### Rationale for this change

`arrow::RecordBatch::MakeStatisticsArray()`'s docstring uses https://arrow.apache.org/docs/format/CDataInterfaceStatistics.html not https://arrow.apache.org/docs/format/StatisticsSchema.html for statistics schema URL.

Because apache#44252 assumed that we use apache#43553 but we use apache#45058 finally.

### What changes are included in this PR?

Fix URL.

### Are these changes tested?
It does not need since just a correction in document

### Are there any user-facing changes?
No, Just a correction in document
* GitHub Issue: apache#45587

Authored-by: arash andishgar <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
arashandishgar authored Feb 21, 2025
1 parent 20d8acd commit 5e5fb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/record_batch.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class ARROW_EXPORT RecordBatch {
///
/// The created array follows the C data interface statistics
/// specification. See
/// https://arrow.apache.org/docs/format/CDataInterfaceStatistics.html
/// https://arrow.apache.org/docs/format/StatisticsSchema.html
/// for details.
///
/// \param[in] pool the memory pool to allocate memory from
Expand Down

0 comments on commit 5e5fb07

Please sign in to comment.