Author: leerho
Date: Wed Jan 14 23:23:54 2026
New Revision: 81899
Log:
Add Rust to createDownloadsInclude.sh
Modified:
dev/datasketches/scripts/createDownloadsInclude.sh
Modified: dev/datasketches/scripts/createDownloadsInclude.sh
==============================================================================
--- dev/datasketches/scripts/createDownloadsInclude.sh Wed Jan 14 20:49:20
2026 (r81898)
+++ dev/datasketches/scripts/createDownloadsInclude.sh Wed Jan 14 23:23:54
2026 (r81899)
@@ -59,7 +59,7 @@ echo >> "$FileName"
echo "$HEAD1" >> "$FileName"
# ADDING A NEW ENTRY REQUIRES CHANGES IN TWO PLACES!
-Comp="java java17 java21 java25 cpp python go memory memory17 memory21 hive
pig postgresql bigquery"
+Comp="java java17 java21 java25 cpp python rust go memory memory17 memory21
hive pig postgresql bigquery"
for comp in $Comp; do # for all components
Rel=$(ls -1 tmp/$comp)
for rel in $Rel; do # for all releases
@@ -79,6 +79,7 @@ for comp in $Comp; do # for al
elif [ $comp = "java25" ]; then prefix="Java 25 Core"
elif [ $comp = "cpp" ]; then prefix="C++ Core"
elif [ $comp = "python" ]; then prefix="Python Core"
+ elif [ $comp = "rust" ]; then prefix="Rust Core"
elif [ $comp = "go" ]; then prefix="GO Core"
elif [ $comp = "memory" ]; then prefix="Java 8,11 Memory"
elif [ $comp = "memory17" ]; then prefix="Java 17 Memory"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]