hudi: fix url (#46524)

This commit is contained in:
Wouter Deconinck 2024-09-27 02:39:18 -05:00 committed by GitHub
parent 7b3ab0e575
commit a835a0ed31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ class Hudi(MavenPackage):
Hudi manages the storage of large analytical datasets on DFS."""
homepage = "https://hudi.apache.org/"
url = "https://github.com/apache/hudi/archive/release-0.5.3.tar.gz"
url = "https://github.com/apache/hudi/archive/refs/tags/release-0.5.3.tar.gz"
license("Apache-2.0")