AliRana30 opened a new issue, #49356:
URL: https://github.com/apache/arrow/issues/49356
### Describe the enhancement requested
### Describe the enhancement requested
Remove C++ APIs deprecated in releases v16.0.0, v17.0.0, and v18.0.0 (all
before January 2025):
1. **`decimal(precision, scale)`** - deprecated in v18.0.0 (Sept 30, 2024,
PR #43957)
- Replacement: `smallest_decimal()`
2. **`cuda::DefaultMemoryMapper(device_type, device_id)`** - deprecated in
v16.0.0 (April 16, 2024, PR #40699)
- Replacement: `arrow::DefaultDeviceMapper`
3. **`HasValidityBitmap(Type::type id)`** - deprecated in v17.0.0 (July 11,
2024, PR #41115)
- Replacement: `may_have_validity_bitmap()`
This is part of the broader cleanup tracked in #49153, but focuses only on
these specific C++ deprecations.
### Component(s)
C++
### 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]