aocsa commented on a change in pull request #11019:
URL: https://github.com/apache/arrow/pull/11019#discussion_r705450718



##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -127,11 +127,12 @@ def test_option_class_equality():
         pc.SetLookupOptions(value_set=pa.array([1])),
         pc.SliceOptions(start=0, stop=1, step=1),
         pc.SplitPatternOptions(pattern="pattern"),
+        pc.SelectKOptions(k=0, sort_keys=[("b", "ascending")]),
         pc.StrptimeOptions("%Y", "s"),
         pc.TrimOptions(" "),
         pc.StrftimeOptions(),
     ]
-    classes = {type(option) for option in options}
+    classes={type(option) for option in options}

Review comment:
       I noticed too, my editor tricked me




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to