You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kou
changed the title
[C++][Docs]fix the document incorrectness in MakeStatisticsArray method in RecordBatch class
[C++][Docs] arrow::RecordBatch::MakeStatisticsArray()' docstring refers a wrong URL
Feb 20, 2025
…dBatch::MakeStatisticsArray()`'s docstring (#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 #44252 assumed that we use #43553 but we use #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: #45587
Authored-by: arash andishgar <arashandishgar1@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
kou
changed the title
[C++][Docs] arrow::RecordBatch::MakeStatisticsArray()' docstring refers a wrong URL
[C++][Docs] arrow::RecordBatch::MakeStatisticsArray()'s docstring refers a wrong URL
Feb 21, 2025
Describe the bug, including details regarding any error messages, version, and platform.
as follow up link , the below link is no longer exist and shoud be replaced https://arrow.apache.org/docs/format/StatisticsSchema.html
arrow/cpp/src/arrow/record_batch.h
Line 289 in f9283d0
Component(s)
C++, Documentation
The text was updated successfully, but these errors were encountered: