Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 930752b

Browse files
make stable by default everywhere
1 parent ce5c7ef commit 930752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def remap_refs(
992992
@dataclasses.dataclass(frozen=True, eq=False)
993993
class OrderByNode(UnaryNode):
994994
by: Tuple[OrderingExpression, ...]
995-
stable: bool = False
995+
stable: bool = True
996996
# This is an optimization, if true, can discard previous orderings, even if doing a stable sort
997997
# might be a total ordering even if false
998998
is_total_order: bool = False

0 commit comments

Comments
 (0)