AliRana30 commented on PR #49171:
URL: https://github.com/apache/arrow/pull/49171#issuecomment-3926836374

   @rok I've now properly verified everything.
   
   I've expanded the PR to remove all C++ APIs that were deprecated before 
January 2025:
   
   1.**decimal() function** - deprecated in PR #43957, released in v18.0.0 
(October 2024)
   2.**FlightSql CancelQuery() (both server and client)** - deprecated in PR 
#36009, released in v13.0.0 (August 2023)
   3.**cuda::DefaultMemoryMapper()** - deprecated in PR #40699, released in 
v16.0.0 (April 2024)
   
   I also updated the integration tests that were using CancelQuery() to use 
the replacement CancelFlightInfo() API, and skipped C++ from the 
flight_sql:extension scenario since it now uses the newer API. I've verified 
there are no remaining usages of any of these deprecated symbols in the codebase


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