arashandishgar opened a new pull request, #46031:
URL: https://github.com/apache/arrow/pull/46031
### Rationale for this change
MakeStatisticsArray in RecordBatch does not support
StringView,BinaryView,LargeString,LargeBinary,FixedSizeBinary type
### What changes are included in this PR?
the correction of MakeStatisticsArray in RecordBatch to support all arrow
string types and relevant tests. Additionally, some changes applied to
MakeStatisticsArray in record_batch_test.cc
### Are these changes tested?
Yes, I run all relevant unit tests
### Are there any user-facing changes?
Yes.
**This PR contains a "Critical Fix".** (If the changes fix either (a) a
security vulnerability, (b) a bug that caused incorrect or invalid data to be
produced, or (c) a bug that causes a crash (even when the API contract is
upheld), please provide explanation. If not, you can remove this.)
The MakeStatisticsArray method in RecordBatch only supports
utf8(),binary() types. and other arrow string types are not handled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]