andygrove opened a new pull request, #99: URL: https://github.com/apache/datafusion-java/pull/99
## Which issue does this PR close? - Closes #. ## Rationale for this change Now that `org.apache.datafusion:datafusion-java:0.1.0` is published to [Maven Central](https://central.sonatype.com/artifact/org.apache.datafusion/datafusion-java), the README and user guide should tell users how to depend on it instead of saying there are no releases yet. ## What changes are included in this PR? - Add a new "Install" section to `README.md` with Maven and Gradle snippets and a link to the artifact on central.sonatype.com. - Rewrite `docs/source/user-guide/installation.md` to lead with Maven Central coordinates, document the `--add-opens=java.base/java.nio=ALL-UNNAMED` JVM flag Arrow needs, and keep the build-from-source path as an alternative for unsupported platforms or unreleased changes. - Drop the "no releases yet" language from `README.md`, `docs/source/index.md`, and `docs/source/user-guide/index.md`. ## Are these changes tested? `sphinx-build` runs cleanly on the modified docs (only the pre-existing `_extra` `html_extra_path` warning remains). ## Are there any user-facing changes? Yes — documentation only. No code or API changes. -- 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]
