Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
anniewang-db committed Jul 5, 2024
1 parent e03d858 commit 20ca652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-integration-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def run_uniform_hudi_integration_tests(root_dir, version, extra_maven_repo, use_
package = ','.join([
"io.delta:delta-%s_2.12:%s" % (get_artifact_name(version), version),
"org.apache.hudi:hudi-spark3.5-bundle_2.12:0.15.0"])
jars = ','.join([path.join(root_dir, "hudi/target/scala-2.12/delta-hudi-assembly_2.12-%s.jar" % (version))])
jars = path.join(root_dir, "hudi/target/scala-2.12/delta-hudi-assembly_2.12-%s.jar" % (version))

repo = extra_maven_repo if extra_maven_repo else ""

Expand Down

0 comments on commit 20ca652

Please sign in to comment.