jorisvandenbossche commented on code in PR #36020:
URL: https://github.com/apache/arrow/pull/36020#discussion_r1238433064


##########
python/pyarrow/compute.py:
##########
@@ -33,7 +33,7 @@
     AssumeTimezoneOptions,
     CastOptions,
     CountOptions,
-    CumulativeSumOptions,
+    CumulativeOptions,

Review Comment:
   For backwards compatibility, that's probably useful, yes (also on the C++ 
side this was done). 
   
   (although we should maybe actually add it as its own class and deprecate it, 
so we can remove the alias at some point)



-- 
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