This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push: new fbc80ac87 fix more comet versions in docs (#2374) fbc80ac87 is described below commit fbc80ac870b88b8f065ebfc8a85599dfc5436c97 Author: Andy Grove <agr...@apache.org> AuthorDate: Thu Sep 11 09:24:04 2025 -0700 fix more comet versions in docs (#2374) --- docs/source/user-guide/latest/datasources.md | 2 +- docs/source/user-guide/latest/source.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user-guide/latest/datasources.md b/docs/source/user-guide/latest/datasources.md index 3a469ba30..7525c2f45 100644 --- a/docs/source/user-guide/latest/datasources.md +++ b/docs/source/user-guide/latest/datasources.md @@ -94,7 +94,7 @@ root | |-- lastName: string (nullable = true) | |-- ageInYears: integer (nullable = true) -25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version 0.9.0 initialized +25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version $COMET_VERSION initialized == Physical Plan == * CometColumnarToRow (2) +- CometNativeScan: (1) diff --git a/docs/source/user-guide/latest/source.md b/docs/source/user-guide/latest/source.md index e49323b26..eb56e1f21 100644 --- a/docs/source/user-guide/latest/source.md +++ b/docs/source/user-guide/latest/source.md @@ -27,7 +27,7 @@ Official source releases can be downloaded from https://dist.apache.org/repos/di ```console # Pick the latest version -export COMET_VERSION=0.9.0 +export COMET_VERSION=$COMET_VERSION # Download the tarball curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz" # Unpack --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org