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
After #11159 Spark 3.1.x is no longer supported, but there are tests remaining that are specific to Spark 3.1.x. These tests should be removed. One way of identifying these tests is to check what is calling spark_version() and checking for 3.1.x or < 3.2.0. In addition the following predicate functions in spark_session.py should be removed:
is_before_spark_312
is_before_spark_313
is_before_spark_314
is_before_spark_320
The text was updated successfully, but these errors were encountered:
After #11159 Spark 3.1.x is no longer supported, but there are tests remaining that are specific to Spark 3.1.x. These tests should be removed. One way of identifying these tests is to check what is calling
spark_version()
and checking for 3.1.x or < 3.2.0. In addition the following predicate functions in spark_session.py should be removed:The text was updated successfully, but these errors were encountered: