Details
-
Umbrella
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.3.0
-
None
-
None
Description
As hyukjin.kwon guide
1 Make every input validation like this covered by the new configuration. For example:
- a == b + def eager_check(f): # Utility function + return not config.compute.eager_check and f() + + eager_check(lambda: a == b)
2 We should check if the output makes sense although the behaviour is not matched with pandas'. If the output does not make sense, we shouldn't cover it with this configuration.
3 Make this configuration enabled by default so we match the behaviour to pandas' by default.
We have to make sure listing which API is affected in the description of 'compute.eager_check'
Attachments
Issue Links
- is a parent of
-
SPARK-36968 ps.Series.dot raise "matrices are not aligned" if index is not same
- Resolved
- relates to
-
SPARK-37002 Introduce the 'compute.eager_check' option
- Resolved