dongjoon-hyun opened a new pull request, #2387:
URL: https://github.com/apache/orc/pull/2387

   ### What changes were proposed in this pull request?
   
   This PR aims to use `google::protobuf::TextFormat` instead of `DebugString` 
for Protobuf v30+.
   
   - https://github.com/protocolbuffers/protobuf/releases/tag/v30.0
   
       > Make DebugString print debug output, enable debug markers for debug 
output
   
   ### Why are the changes needed?
   
   Otherwise, our C++ `orc-metadata` tool will have a regression to expose the 
debug marker string, `goo.gle/debugstr`.
   
   There was a related report here.
   - https://github.com/apache/orc/issues/2239
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   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]

Reply via email to