Skip to content

Commit

Permalink
minor: update fuzz dependency (#1357)
Browse files Browse the repository at this point in the history
## Which issue does this PR close?

Closes #.

## Rationale for this change

fuzz comet dependency version was hardcoded

## What changes are included in this PR?

changed to `project.version`

## How are these changes tested?

existing test
  • Loading branch information
kazuyukitanimura authored Jan 31, 2025
1 parent 478672b commit 996362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ under the License.
<dependency>
<groupId>org.apache.datafusion</groupId>
<artifactId>comet-spark-spark${spark.version.short}_${scala.binary.version}</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.rogach</groupId>
Expand Down

0 comments on commit 996362e

Please sign in to comment.