Skip to content

Commit 830bcd2

Browse files
Update src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py
Co-authored-by: Jonathan Shi <[email protected]>
1 parent fddef76 commit 830bcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21392,7 +21392,7 @@ def _stack_helper(
2139221392
return qc
2139321393

2139421394
@register_query_compiler_method_not_implemented(
21395-
api_cls_names=["DataFrame"],
21395+
api_cls_names="DataFrame",
2139621396
method_name="corr",
2139721397
unsupported_args=UnsupportedArgsRule(
2139821398
unsupported_conditions=[

0 commit comments

Comments
 (0)