Author: leerho
Date: Tue Jan 14 01:51:03 2025
New Revision: 74158
Log:
update createDownloadsInclude.sh
Modified:
dev/datasketches/scripts/createDownloadsInclude.sh
Modified: dev/datasketches/scripts/createDownloadsInclude.sh
==============================================================================
--- dev/datasketches/scripts/createDownloadsInclude.sh (original)
+++ dev/datasketches/scripts/createDownloadsInclude.sh Tue Jan 14 01:51:03 2025
@@ -74,11 +74,13 @@ for comp in $Comp; do # for al
prefix=
if [ $comp = "java" ]; then prefix="Java 8,11 Core"
elif [ $comp = "java17" ]; then prefix="Java 17 Core"
+ elif [ $comp = "java21" ]; then prefix="Java 21 Core"
elif [ $comp = "cpp" ]; then prefix="C++ Core"
elif [ $comp = "python" ]; then prefix="Python 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"
+ elif [ $comp = "memory21" ]; then prefix="Java 21 Memory"
elif [ $comp = "hive" ]; then prefix="Java Hive Adaptor"
elif [ $comp = "pig" ]; then prefix="Java Pig Adaptor"
elif [ $comp = "postgresql" ]; then prefix="C++ PostgreSQL Adaptor"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]