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

   ### Describe the enhancement requested
   
   This is a sub-issue of the issue mentioned below.
   
   * #35560 
   
   As we can see in the parent issue, we can find tables organizing the related 
functions.
   
   | file name         | code snippet                                           
                                    |
   
|-------------------|--------------------------------------------------------------------------------------------|
   | file_parquet.cc   | `auto maybe_min = min->CastTo(field.type());`          
                                    |
   | file_parquet.cc   | `auto maybe_max = max->CastTo(field.type());`          
                                    |
   
   We need to use `Cast()` instead of `CastTo()` to remove legacy code.
   
   
   ### Component(s)
   
   Parquet


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