aleczoeller opened a new pull request, #2475: URL: https://github.com/apache/sedona/pull/2475
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - Yes, and the PR name follows the format `[SEDONA-xxxx] my subject`. ## What changes were proposed in this PR? Added a Java project to the `examples/` directory, representing a maven template that can be used to connect to a running Spark cluster and use basic Sedona functionality including GeoParquet reading with only Java. GeoParquets in the example project (called java-spark-sql) can be read from disk, and a small sample point geoparquet file is provided in the test/resources directory. ## How was this patch tested? 3 unit tests were included in the template Java package (JUnit), and can be run using the `mvn package test` command. ## Did this PR include necessary documentation updates? - Yes, small updates were made to the examples/README.md file to reference the new template. -- 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]
