Skip to content

Commit 0bd5609

Browse files
added comment
1 parent fddef76 commit 0bd5609

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4321,6 +4321,9 @@ def sort_columns_by_row_values(
43214321
The row or rows to sort by.
43224322
ascending : bool, default: True
43234323
Sort in ascending order (True) or descending order (False).
4324+
axis: Always set to 1. Required because the decorator compares frontend
4325+
method arguments during stay_cost computation (returning COST_IMPOSSIBLE)
4326+
but examines QC method arguments when calling the wrapped method.
43244327
**kwargs : dict
43254328
Serves the compatibility purpose. Does not affect the result.
43264329

0 commit comments

Comments
 (0)