edponce edited a comment on pull request #11147:
URL: https://github.com/apache/arrow/pull/11147#issuecomment-922733817


   The FunctionOptions that were modified w.r.t. to positional/keyword-only 
args are:
   ```python
   MatchSubstringOptions(self, pattern, *, ignore_case)
   ReplaceSubstringOptions(self, pattern, replacement, *, max_replacements)
   ScalarAggregateOptions(self, *, skip_nulls, min_count)
   ModeOptions(self, n, *, skip_nulls, min_count)
   SetLookupOptions(self, value_set, *, skip_nulls)
   DayOfWeekOptions(self, *, one_based_numbering, week_start)
   NullOptions(self, *, nan_is_null)
   SplitPatternOptions(self, pattern, *, max_splits, reverse)
   ArraySortOptions(self, order)
   ElementWiseAggregateOptions(self, *, skip_nulls)
   QuantileOptions(self, q, *, interpolation)
   TDigestOptions(self, q, *, delta, buffer_size)
   ```


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