Skip to content

Commit 7c92e5a

Browse files
Merge branch 'not-implemented-args' of https://github.com/snowflakedb/snowpark-python into not-implemented-args
2 parents 0bd5609 + c7d483d commit 7c92e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def register_query_compiler_method_not_implemented(
644644
without meaningful benefit.
645645

646646
Args:
647-
api_cls_names: Frontend class names (e.g. "BasePandasDataset", "Series", "DataFrame", or None). It can be a list if multiple api_clas_names are needed.
647+
api_cls_names: Frontend class names (e.g. "BasePandasDataset", "Series", "DataFrame", or None). It can be a list if multiple api_cls_names are needed.
648648
method_name: Method name to register.
649649
unsupported_args: UnsupportedArgsRule for args-based auto-switching.
650650
If None, method is treated as completely unimplemented.
@@ -21395,7 +21395,7 @@ def _stack_helper(
2139521395
return qc
2139621396

2139721397
@register_query_compiler_method_not_implemented(
21398-
api_cls_names=["DataFrame"],
21398+
api_cls_names="DataFrame",
2139921399
method_name="corr",
2140021400
unsupported_args=UnsupportedArgsRule(
2140121401
unsupported_conditions=[

0 commit comments

Comments
 (0)