wgtmac opened a new pull request, #39931:
URL: https://github.com/apache/arrow/pull/39931
### Rationale for this change
We have redundant declarations below and the 1st one should be removed:
```cpp
Result<std::shared_ptr<::arrow::DataType>> GetArrowType(Type::type
physical_type,
const LogicalType&
logical_type,
int type_length);
Result<std::shared_ptr<::arrow::DataType>> GetArrowType(
Type::type physical_type, const LogicalType& logical_type, int
type_length,
::arrow::TimeUnit::type int96_arrow_time_unit = ::arrow::TimeUnit::NANO);
```
### What changes are included in this PR?
Remove the redundant function declaration described above.
### Are these changes tested?
Make sure build and test pass.
### Are there any user-facing changes?
No.
--
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]