andygrove opened a new pull request, #34:
URL: https://github.com/apache/datafusion-java/pull/34
## Which issue does this PR close?
N/A — housekeeping.
## Rationale for this change
The project-status checklist was added one day ago and was already
stale: `SessionContextBuilder` (#28), `writeParquet` (#27), and
additional DataFrame transformations (#30) all shipped after it was
written. Given the current rate of change, the page was misleading new
users about what is and isn't available. Future work will be tracked as
GitHub issues rather than a checked-in checklist.
## What changes are included in this PR?
- Delete `docs/source/user-guide/project-status.md`.
- Remove the page from the user-guide toctree
(`docs/source/user-guide/index.md`)
and from the user-guide tagline in `README.md`.
- `dataframe.md`: replace "exposes `select` and `filter` today; other
transformations are TBD" with the actual current method list
(`select`, `filter`, `limit`, `distinct`, `dropColumns`,
`withColumnRenamed`).
- `sessioncontext.md`: replace the "What's configurable today / not yet
wired" stub with a "Configuration" section documenting
`SessionContext.builder()` (which had no user-guide coverage despite
shipping in #28).
## How are these changes tested?
`sphinx-build -b html -W --keep-going source build/html` from `docs/`
succeeds with no warnings.
--
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]