We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddef76 commit 0bd5609Copy full SHA for 0bd5609
src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py
@@ -4321,6 +4321,9 @@ def sort_columns_by_row_values(
4321
The row or rows to sort by.
4322
ascending : bool, default: True
4323
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.
4327
**kwargs : dict
4328
Serves the compatibility purpose. Does not affect the result.
4329
0 commit comments