Closed jiayuasu closed 3 weeks ago
@jbampton Isort does not throw error on my local machine. It turns out isort often gives inconsistent behavior. I think we should remove it from pre-commit. https://github.com/PyCQA/isort/issues/1889
@jbampton Isort does not throw error on my local machine. It turns out isort often gives inconsistent behavior. I think we should remove it from pre-commit. PyCQA/isort#1889
Just saw this message @jiayuasu
I had a house mate move out so I was busy for about a week.
Thanks.
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[SEDONA-668] my subject
.What changes were proposed in this PR?
Apache Spark has officially announced the EOL of Spark 3.0, 3.1, and 3.2 long time ago. It has been a huge overhead for us to support Sedona on all these versions. We will drop the support of Spark 3.0, 3.1, and 3.2
Here is a summary of current Spark versions on major Spark hosting services
This PR did the following:
The following functions will be affected on Spark 3.0, 3.1, 3.2
CREATE TABLE
withGeometry
typeHow was this patch tested?
Did this PR include necessary documentation updates?