Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[GLib] Rename run-end encoded array values accessor to physical_values

オープン 初心者向け
#51,479 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
70/100
issue の種類
リファクタリング
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
c, ruby

調査の方向性

GLib の run-end encoded array 実装を探します。おそらく c_glib/arrow-glib/ にあります。'values' プロパティの定義を見つけ、'physical_values' に名前を変更します。対応するゲッター関数を garrow_run_end_encoded_array_get_physical_values() に更新し、古いものを非推奨にし、テストとイントロスペクションのドキュメントを更新します。プロパティ名の変更によって影響を受ける可能性のある Ruby バインディングがないか確認してください。

索引モデルが issue の本文から書いたものです。

説明

Component: GLib
Describe the enhancement requested

As requested in the review of #51276, 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.

主要言語
C++
スター
17.1k
フォーク
4.3k
平均マージ
3日 20時間
マージ済み PR(30日)
99

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

apache/arrow のほかの issue

apache/arrow の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。