[
https://issues.apache.org/jira/browse/SPARK-37491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469471#comment-17469471
]
pralabhkumar edited comment on SPARK-37491 at 1/5/22, 6:27 PM:
---------------------------------------------------------------
I would like to work on this . Basically the problem is in series.py . We
should not find max here.
cond = [
F.max(F.when(index_scol <= SF.lit(index).cast(index_type), self.spark.column))
for index in where
]
cc [~hyukjin.kwon] [~itholic]
was (Author: pralabhkumar):
I would like to work on this . Basically the problem is in series.py , finding
Max .
cond = [
F.max(F.when(index_scol <= SF.lit(index).cast(index_type), self.spark.column))
for index in where
]
cc [~hyukjin.kwon] [~itholic]
> Fix Series.asof when values of the series is not sorted
> -------------------------------------------------------
>
> Key: SPARK-37491
> URL: https://issues.apache.org/jira/browse/SPARK-37491
> Project: Spark
> Issue Type: Bug
> Components: PySpark
> Affects Versions: 3.3.0
> Reporter: dch nguyen
> Priority: Major
>
> https://github.com/apache/spark/pull/34737#discussion_r758223279
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]