jsjtxietian opened a new issue, #36950:
URL: https://github.com/apache/arrow/issues/36950

   ### Describe the enhancement requested
   
   In type_fwd.h, we have a type alias declaration:
   ``` using FieldVector = std::vector<std::shared_ptr<Field>> ```
   But some of the function declaration in this file use this alias while some 
don't. 
   Maybe it's a good idea to change all 
```std::vector<std::shared_ptr<Field>>``` to ```FieldVector``` in type_fwd.h 
and even files like type.cc for clarity and maintainability ?
   
   
   ### Component(s)
   
   C++


-- 
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]

Reply via email to