This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 4574c7bcc BIGTOP-4531. Fix build failure of Airflow due to
compatibility of google-re2. (#1392)
4574c7bcc is described below
commit 4574c7bcc35ff82ef5a70299b15476dbd5570f71
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 13:51:02 2026 +0900
BIGTOP-4531. Fix build failure of Airflow due to compatibility of
google-re2. (#1392)
---
.../airflow/patch1-version-constraint-of-google-re2.diff | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git
a/bigtop-packages/src/common/airflow/patch1-version-constraint-of-google-re2.diff
b/bigtop-packages/src/common/airflow/patch1-version-constraint-of-google-re2.diff
new file mode 100644
index 000000000..140016714
--- /dev/null
+++
b/bigtop-packages/src/common/airflow/patch1-version-constraint-of-google-re2.diff
@@ -0,0 +1,13 @@
+diff --git a/hatch_build.py b/hatch_build.py
+index 13fa2a4433..6bb88ca1b8 100644
+--- a/hatch_build.py
++++ b/hatch_build.py
+@@ -442,7 +442,7 @@ DEPENDENCIES = [
+ # We should remove the limitation after 2.3 is released and our
dependencies are updated to handle it
+ "flask>=2.2.1,<2.3",
+ "fsspec>=2023.10.0",
+- 'google-re2>=1.0;python_version<"3.12"',
++ 'google-re2>=1.0,<1.1;python_version<"3.12"',
+ 'google-re2>=1.1;python_version>="3.12"',
+ "gunicorn>=20.1.0",
+ "httpx>=0.25.0",