mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
minor bump on jhdf version
This commit is contained in:
parent
e29f3d8719
commit
287b611498
@ -2,7 +2,8 @@
|
||||
<configuration default="false" name="cql_vector2__schema__E5-LARGE-V2" type="JarApplication" folderName="E5-LARGE-V2">
|
||||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension">
|
||||
<option name="credential" />
|
||||
<option name="region" />
|
||||
<option name="region" />:q
|
||||
|
||||
<option name="useCurrentConnection" value="false" />
|
||||
</extension>
|
||||
<option name="JAR_PATH" value="$PROJECT_DIR$/nb5/target/nb5.jar" />
|
||||
@ -11,4 +12,4 @@
|
||||
<option name="ALTERNATIVE_JRE_PATH" value="jdk21" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
||||
</component>
|
||||
|
@ -66,7 +66,7 @@ public class Cqld4CoreOpMapper implements OpMapper<Op> {
|
||||
|
||||
TypeAndTarget<CqlD4OpType, String> target = op.getTypeAndTarget(CqlD4OpType.class, String.class, "type", "stmt");
|
||||
|
||||
logger.info(() -> "Using " + target.enumId + " statement form for '" + op.getName());
|
||||
logger.info(() -> "Using " + target.enumId + " statement form for '" + op.getName()+"'");
|
||||
|
||||
return switch (target.enumId) {
|
||||
case raw -> new CqlD4RawStmtMapper(adapter, sessionFunc, target.targetFunction).apply(op);
|
||||
|
@ -42,7 +42,7 @@
|
||||
<dependency>
|
||||
<groupId>io.jhdf</groupId>
|
||||
<artifactId>jhdf</artifactId>
|
||||
<version>0.6.10</version>
|
||||
<version>0.7.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user