Skip to content

Commit 3d50dae

Browse files
committed
Merge remote-tracking branch 'origin/refactor-isnull-op' into refactor-isnull-op
2 parents 7c19d8b + ef06d65 commit 3d50dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/compile/polars/operations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
This directory structure should reflect the same layout as the
1818
`bigframes/operations` directory where the operations are defined.
1919
20-
Prefer one file per op to keep file sizes manageable for text editors and LLMs.
20+
Prefer small groups of ops per file to keep file sizes manageable for text editors and LLMs.
2121
"""

0 commit comments

Comments
 (0)