You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…eSumOptions refactor (#37305)
### Rationale for this change
Merging of #36977 caused a CI failure due to a test giving a warning.
### What changes are included in this PR?
Add a `filterwarnings` mark to the failing tests. This also tests the deprecation message.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #37303
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
…ulativeSumOptions refactor (apache#37305)
### Rationale for this change
Merging of apache#36977 caused a CI failure due to a test giving a warning.
### What changes are included in this PR?
Add a `filterwarnings` mark to the failing tests. This also tests the deprecation message.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: apache#37303
Authored-by: AlenkaF <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
With #36977 an independent
CumulativeSumOptions
class has been created that gives a deprecation warning. We have also recently configured warnings as errors during pytest on CI in #37018 so this causes a failure in the CI builds https://github.com/ursacomputing/crossbow/actions/runs/5937030278/job/16098639593.The
test_option_class_equality
fromtest_compute.py
needs to be corrected accordingly.Component(s)
Python
The text was updated successfully, but these errors were encountered: