From c6dd4cf66c0cdc9576d105ff952060cc150e4648 Mon Sep 17 00:00:00 2001 From: Rok Mihevc Date: Thu, 10 Jul 2025 18:41:56 +0200 Subject: [PATCH 1/3] Add Apache Arrow sprint --- src/content/sprints/apache_arrow.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/sprints/apache_arrow.md diff --git a/src/content/sprints/apache_arrow.md b/src/content/sprints/apache_arrow.md new file mode 100644 index 000000000..b8ae5a40f --- /dev/null +++ b/src/content/sprints/apache_arrow.md @@ -0,0 +1,15 @@ +--- +title: "Apache Arrow" +numberOfPeople: "TBA" +pythonLevel: "Intermediate" +contactPerson: + name: "Rok Mihevc" + email: "rok.mihevc [at] gmail.com" +links: + - title: "Apache Arrow" + url: "https://github.com/apache/arrow" + - 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. \ No newline at end of file From 9b260a1facaccd174da484763e7306d9cef90d9d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:44:49 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/apache_arrow.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/sprints/apache_arrow.md b/src/content/sprints/apache_arrow.md index b8ae5a40f..4a43ad8ca 100644 --- a/src/content/sprints/apache_arrow.md +++ b/src/content/sprints/apache_arrow.md @@ -12,4 +12,6 @@ links: 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. \ No newline at end of file +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 5a3898d297b58ba9db95dac4db505aa3d2034610 Mon Sep 17 00:00:00 2001 From: Rok Mihevc Date: Fri, 11 Jul 2025 12:35:31 +0200 Subject: [PATCH 3/3] Update src/content/sprints/apache_arrow.md --- src/content/sprints/apache_arrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/sprints/apache_arrow.md b/src/content/sprints/apache_arrow.md index 4a43ad8ca..dcd2987f0 100644 --- a/src/content/sprints/apache_arrow.md +++ b/src/content/sprints/apache_arrow.md @@ -4,7 +4,7 @@ numberOfPeople: "TBA" pythonLevel: "Intermediate" contactPerson: name: "Rok Mihevc" - email: "rok.mihevc [at] gmail.com" + email: "rok.mihevc@gmail.com" links: - title: "Apache Arrow" url: "https://github.com/apache/arrow"