From c3dec9807a85fa4b749b18ba5f5395a55a6fe903 Mon Sep 17 00:00:00 2001 From: Rok Mihevc Date: Fri, 18 Jul 2025 12:47:46 +0200 Subject: [PATCH 1/2] Expand scope of sprint --- src/content/sprints/apache_arrow.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/content/sprints/apache_arrow.md b/src/content/sprints/apache_arrow.md index dcd2987f0..e6ee28b4f 100644 --- a/src/content/sprints/apache_arrow.md +++ b/src/content/sprints/apache_arrow.md @@ -6,12 +6,16 @@ contactPerson: name: "Rok Mihevc" email: "rok.mihevc@gmail.com" links: - - title: "Apache Arrow" - url: "https://github.com/apache/arrow" + - title: "List of good first time PyArrow contributor issues" + url: "https://github.com/apache/arrow/issues?q=is%3Aissue%20state%3Aopen%20label%3Agood-first-issue%20label%3A%22Component%3A%20Python%22" + - title: "Python development guide" + url: "https://arrow.apache.org/docs/developers/python.html" + - title: "C++ development guide" + url: "https://arrow.apache.org/docs/developers/cpp/index.html" - title: "Proposed donation of pyarrow-stubs" url: "https://github.com/apache/arrow/discussions/45919" --- -We want to add type annotations to the PyArrow project. We will sprint to -identify best approach to do so by prototyping. Suggestions and discussion also -welcome. +If there's a feature you want, documentation that you could improve, a bug that bothers you or if you'd just like to open your first PR for PyArrow come join us (Alenka and Rok) and we'll help you pick an issue and open a PR. + +Additionally - we want to add type annotations to the PyArrow project. We will sprint to identify best approach to do so by prototyping. Suggestions and discussion also welcome. From bc1464a37b73b43c1e54bb52d779a2d833137ddd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 10:49:43 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/apache_arrow.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/content/sprints/apache_arrow.md b/src/content/sprints/apache_arrow.md index e6ee28b4f..bdf178006 100644 --- a/src/content/sprints/apache_arrow.md +++ b/src/content/sprints/apache_arrow.md @@ -16,6 +16,10 @@ links: url: "https://github.com/apache/arrow/discussions/45919" --- -If there's a feature you want, documentation that you could improve, a bug that bothers you or if you'd just like to open your first PR for PyArrow come join us (Alenka and Rok) and we'll help you pick an issue and open a PR. +If there's a feature you want, documentation that you could improve, a bug that +bothers you or if you'd just like to open your first PR for PyArrow come join us +(Alenka and Rok) and we'll help you pick an issue and open a PR. -Additionally - we want to add type annotations to the PyArrow project. We will sprint to identify best approach to do so by prototyping. Suggestions and discussion also welcome. +Additionally - we want to add type annotations to the PyArrow project. We will +sprint to identify best approach to do so by prototyping. Suggestions and +discussion also welcome.