Skip to content

Commit

Permalink
Update src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_c…
Browse files Browse the repository at this point in the history
…ompiler.py

Co-authored-by: Naren Krishna <[email protected]>
  • Loading branch information
sfc-gh-nkumar and sfc-gh-nkrishna committed Sep 18, 2024
1 parent 9386c4e commit 2f713e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@ def sort_rows_by_column_values(
# Do not show warning for 'quicksort' as this the default option.
if kind not in ("stable", "quicksort"):
logging.warning(
f"choice of sort algorithm '{kind}' is ignored. sort kind must be 'stable' or None"
f"choice of sort algorithm '{kind}' is ignored. sort kind must be 'stable', 'quicksort', or None"
)

matched_identifiers = (
Expand Down

0 comments on commit 2f713e5

Please sign in to comment.