felipecrv opened a new pull request, #35673:
URL: https://github.com/apache/arrow/pull/35673

   ### Rationale for this change
   
   Newer versions of protobuf use absl::Status instead of 
google::protobuf::util::Status. The `status` instances in this file are 
type-annotated by `auto` and we can count on the header that declares the 
status-returning function we are calling to have included the header that 
defines `Status` for us.
   
   ### What changes are included in this PR?
   
   Removing an include of a protobuf header that don't exist in later versions 
of the library.
   
   ### Are these changes tested?
   
   I haven't tried building with protobuf 23, but I can be sure this 
specifically fixes the problem reported in #35538.


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