From 64045a1a0242adc4278c8a7e8ff590823559c544 Mon Sep 17 00:00:00 2001 From: Rok Mihevc Date: Fri, 17 Jul 2026 17:06:21 +0200 Subject: [PATCH 1/2] Create sprint document for (Py)Arrow Added a new sprint document for (Py)Arrow including details about the event, contact person, and relevant links. --- src/content/sprints/pyarrow.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/content/sprints/pyarrow.md diff --git a/src/content/sprints/pyarrow.md b/src/content/sprints/pyarrow.md new file mode 100644 index 000000000..4008bccfa --- /dev/null +++ b/src/content/sprints/pyarrow.md @@ -0,0 +1,24 @@ +--- +title: "(Py)Arrow" +numberOfPeople: "5" # How many people you expect to be able to accommodate. +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Rok Mihevc" + email: "rok.mihevc@gmail.com" + github: "rok" +links: # Add as many links as relevant. + - title: "PyArrow developer guide" + url: "https://arrow.apache.org/docs/developers/python/development.html" + - title: "Arrow issue tracker" + url: "https://github.com/apache/arrow/issues" +--- + +Apache Arrow is a universal columnar format and multi-language toolbox for +fast data interchange and in-memory analytics. + +The project specifies a language-independent column-oriented memory format +for flat and hierarchical data, organized for efficient analytic operations +on modern hardware. + +Do you want to discuss something (Py)Arrow related? +Let's discuss usage, issues, PRs, roadmap we'll be there on Saturday. From 5e917d1a6f633ed1d77415eb8d9d95231aa738d4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:09:16 +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/pyarrow.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/content/sprints/pyarrow.md b/src/content/sprints/pyarrow.md index 4008bccfa..c740ee854 100644 --- a/src/content/sprints/pyarrow.md +++ b/src/content/sprints/pyarrow.md @@ -13,12 +13,12 @@ links: # Add as many links as relevant. url: "https://github.com/apache/arrow/issues" --- -Apache Arrow is a universal columnar format and multi-language toolbox for -fast data interchange and in-memory analytics. +Apache Arrow is a universal columnar format and multi-language toolbox for fast +data interchange and in-memory analytics. -The project specifies a language-independent column-oriented memory format -for flat and hierarchical data, organized for efficient analytic operations -on modern hardware. +The project specifies a language-independent column-oriented memory format for +flat and hierarchical data, organized for efficient analytic operations on +modern hardware. -Do you want to discuss something (Py)Arrow related? -Let's discuss usage, issues, PRs, roadmap we'll be there on Saturday. +Do you want to discuss something (Py)Arrow related? Let's discuss usage, issues, +PRs, roadmap we'll be there on Saturday.