dzhigimont commented on code in PR #40370: URL: https://github.com/apache/spark/pull/40370#discussion_r1286803440
########## python/docs/source/migration_guide/pyspark_upgrade.rst: ########## @@ -28,6 +28,7 @@ Upgrading from PySpark 3.5 to 4.0 * In Spark 4.0, ``Series.append`` has been removed from pandas API on Spark, use ``ps.concat`` instead. * In Spark 4.0, ``DataFrame.mad`` has been removed from pandas API on Spark. * In Spark 4.0, ``Series.mad`` has been removed from pandas API on Spark. +* In Spark 4.0, ``Series.between_time`` and ``DataFrame.between_time`` in Pandas on Spark have a new parameter ``inclusive`` instead of two old parameters ``include_start`` and ``include_end``. Review Comment: Applied -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
