Re: [PR] [SPARK-47852][PYTHON] Support `DataFrameQueryContext` for reverse operations [spark]

2024-04-15 Thread via GitHub
itholic commented on PR #46053: URL: https://github.com/apache/spark/pull/46053#issuecomment-2058007102 This can be covered by https://github.com/apache/spark/pull/46063 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [SPARK-47852][PYTHON] Support `DataFrameQueryContext` for reverse operations [spark]

2024-04-15 Thread via GitHub
itholic closed pull request #46053: [SPARK-47852][PYTHON] Support `DataFrameQueryContext` for reverse operations URL: https://github.com/apache/spark/pull/46053 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] [SPARK-47852][PYTHON] Support `DataFrameQueryContext` for reverse operations [spark]

2024-04-14 Thread via GitHub
itholic opened a new pull request, #46053: URL: https://github.com/apache/spark/pull/46053 ### What changes were proposed in this pull request? This PR proposes to support `DataFrameQueryContext` for reverse operations, such as `rdiv`, `rsub` and `rmod`. ### Why are the changes