Re: [PR] [SEDONA-339] Skip irrelevant GitHub actions [sedona]

2023-12-12 Thread via GitHub
jiayuasu merged PR #1143: URL: https://github.com/apache/sedona/pull/1143 -- 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:

[PR] [SEDONA-339] Skip irrelevant GitHub actions [sedona]

2023-12-12 Thread via GitHub
jiayuasu opened a new pull request, #1143: URL: https://github.com/apache/sedona/pull/1143 ## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development

Re: [PR] [SEDONA-503] Fix the upload-artifact 503 error [sedona]

2023-12-12 Thread via GitHub
jiayuasu merged PR #1142: URL: https://github.com/apache/sedona/pull/1142 -- 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:

[PR] [SEDONA-503] Fix the upload-artifact 503 error [sedona]

2023-12-12 Thread via GitHub
jiayuasu opened a new pull request, #1142: URL: https://github.com/apache/sedona/pull/1142 ## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development

[jira] [Created] (SEDONA-443) Upload-artifact bug leads to 503 error

2023-12-12 Thread Jia Yu (Jira)
Jia Yu created SEDONA-443: - Summary: Upload-artifact bug leads to 503 error Key: SEDONA-443 URL: https://issues.apache.org/jira/browse/SEDONA-443 Project: Apache Sedona Issue Type: Bug

Re: ST_Intersects with spark3.0, scala 2.13 and sedona 1.4.1

2023-12-12 Thread Jia Yu
Hi Elpida, This is because you are using the shaded jar of Sedona and it shaded jts-core which leads to this conflict if other package also uses jts-core. Quick fix (might still fail): use jts-core 1.19.0. Because we committed a PR to JTS 1.19 that introduces key changes needed by Sedona:

Re: [PR] [SEDONA-442] pre-commit: add hook markdown-lint [sedona]

2023-12-12 Thread via GitHub
jiayuasu merged PR #1141: URL: https://github.com/apache/sedona/pull/1141 -- 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:

[PR] [SEDONA-442] pre-commit: add hook markdown-lint [sedona]

2023-12-12 Thread via GitHub
jbampton opened a new pull request, #1141: URL: https://github.com/apache/sedona/pull/1141 ## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development

[jira] [Created] (SEDONA-442) pre-commit: add hook markdown-lint

2023-12-12 Thread John Bampton (Jira)
John Bampton created SEDONA-442: --- Summary: pre-commit: add hook markdown-lint Key: SEDONA-442 URL: https://issues.apache.org/jira/browse/SEDONA-442 Project: Apache Sedona Issue Type: Test

ST_Intersects with spark3.0, scala 2.13 and sedona 1.4.1

2023-12-12 Thread Kartsakli, Elpida
Hello, I am using Sedona 1.4.1 with pyspark (spark 3.0 and scala 2.13). When doing an ST_Intersects query which is giving the following error: java.lang.IllegalAccessError: class org.locationtech.jts.index.quadtree.IndexSerde tried to access method 'org.locationtech.jts.index.quadtree.Root