Skip to content

Commit fbc80ac

Browse files
authored
fix more comet versions in docs (#2374)
1 parent 2811793 commit fbc80ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/user-guide/latest/datasources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ root
9494
| |-- lastName: string (nullable = true)
9595
| |-- ageInYears: integer (nullable = true)
9696

97-
25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version 0.9.0 initialized
97+
25/01/30 16:50:43 INFO core/src/lib.rs: Comet native library version $COMET_VERSION initialized
9898
== Physical Plan ==
9999
* CometColumnarToRow (2)
100100
+- CometNativeScan: (1)

docs/source/user-guide/latest/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Official source releases can be downloaded from https://dist.apache.org/repos/di
2727

2828
```console
2929
# Pick the latest version
30-
export COMET_VERSION=0.9.0
30+
export COMET_VERSION=$COMET_VERSION
3131
# Download the tarball
3232
curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz"
3333
# Unpack

0 commit comments

Comments
 (0)