From 2c0db88c3c9e57ec55b25c707990912433102101 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Tue, 22 Oct 2024 23:25:29 +0200 Subject: [PATCH] chore: Update CODEOWNERS --- .github/CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95545adb4c4e..a99a2770491c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,7 @@ /crates/polars-sql/ @ritchie46 @orlp @c-peters @alexander-beedie /crates/polars-parquet/ @ritchie46 @orlp @c-peters @coastalwhite /crates/polars-time/ @ritchie46 @orlp @c-peters @MarcoGorelli +/crates/polars-python/ @ritchie46 @c-peters @alexander-beedie @MarcoGorelli @reswqa +/crates/polars-python/src/lazyframe/visit.rs @ritchie46 @c-peters @alexander-beedie @MarcoGorelli @reswqa @wence- +/crates/polars-python/src/lazyframe/visitor/ @ritchie46 @c-peters @alexander-beedie @MarcoGorelli @reswqa @wence- /py-polars/ @ritchie46 @c-peters @alexander-beedie @MarcoGorelli @reswqa -/py-polars/src/lazyframe/visit.rs @ritchie46 @c-peters @alexander-beedie @MarcoGorelli @reswqa @wence- -/py-polars/src/lazyframe/visitor/ @ritchie46 @c-peters @alexander-beedie @MarcoGorelli @reswqa @wence-