emecii opened a new issue, #51479:
URL: https://github.com/apache/arrow/issues/51479

   ### Describe the enhancement requested
   
   As requested in [the review of 
#51276](https://github.com/apache/arrow/pull/51276#discussion_r4066711597), 
track the GLib naming change separately:
   
   - Rename the run-end encoded array `values` property to `physical_values` 
(GObject property spelling `physical-values`).
   - Add `garrow_run_end_encoded_array_get_physical_values()` and deprecate 
`garrow_run_end_encoded_array_get_values()` in its favor, preserving the 
existing accessor for compatibility.
   - Update introspection documentation and tests for the physical child 
accessor.
   
   The existing property exposes the physical values of the runs. In Ruby, its 
generated getter shadows `Array#values`, which is intended to return logical 
Ruby values. Explicit physical naming separates these meanings; #51276 keeps 
its Ruby conversion work separate from this GLib API change.
   
   ### Component(s)
   
   GLib, Ruby
   
   Prepared with OpenAI Codex.
   


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