andygrove opened a new pull request, #4651: URL: https://github.com/apache/datafusion-comet/pull/4651
## Which issue does this PR close? Part of #4419. ## Rationale for this change Issue #4419 proposes a terminology framework to remove the overloaded, bare use of "native" from Comet's docs. The "Scala UDF and Java UDF Support" page describes how UDFs participate in Comet execution and used "native Comet path" / "native path" / "native execution" loosely. This page is a good follow-up to the Understanding Comet Plans cleanup because Scala/Java UDFs are JVM-implemented (codegen'd) yet still run inside the Comet pipeline, so precise wording matters here. This PR keeps the change scoped to that one page. ## What changes are included in this PR? In `docs/source/user-guide/latest/scala_java_udfs.md`: - Use "Comet pipeline" for pipeline membership in place of "native Comet path" / "native path". - Describe the surrounding accelerated operators as "Rust-implemented" rather than "native". - Replace "for native execution" / "runs as one native unit" with "to keep execution in the Comet pipeline" / "runs as one unit in the Comet pipeline". ## How are these changes tested? Documentation-only change. Verified with `prettier --check`. -- 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]
