File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/source/user-guide/latest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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
3232curl -O "https://dist.apache.org/repos/dist/release/datafusion/datafusion-comet-$COMET_VERSION/apache-datafusion-comet-$COMET_VERSION.tar.gz"
3333# Unpack
You can’t perform that action at this time.
0 commit comments