AliRana30 commented on issue #49153:
URL: https://github.com/apache/arrow/issues/49153#issuecomment-3859168065

   @rok You're right, I apologize. I was relying on AI and didn't verify the 
dates myself - that "11+ years" was totally wrong.
   
   I went back and actually checked this time. Found two deprecations where I 
can verify there's no usage:
   
   1. `decimal()` function - deprecated in v18.0. I searched the codebase and 
it's only defined in type_fwd.h and type.cc but nothing's actually calling it 
anymore.
   
   2. `HasValidityBitmap()` - deprecated in v17.0. Still being used in 4 places 
in the IPC code (writer.cc, reader.cc, and metadata_internal). Would just need 
to swap those for `may_have_validity_bitmap()`.
   
   Can I start with just removing the decimal() function since it has zero 
usage? Want to make sure I actually understand what I'm doing before tackling 
anything more complex.


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