From c77da60fed08d696e0eb4e8bd69f7fc4fee8a007 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Thu, 30 Jul 2026 13:45:51 +0100 Subject: [PATCH] Reapply windows compilation patch --- .github/workflows/Java.yml | 1 + data/patches/row_id_handling_enum_undef.patch | 2 +- src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Java.yml b/.github/workflows/Java.yml index bf5c21630..ffca3208f 100644 --- a/.github/workflows/Java.yml +++ b/.github/workflows/Java.yml @@ -3,6 +3,7 @@ on: push: branches-ignore: - 'vendoring-*' + pull_request: workflow_dispatch: inputs: skip_tests: diff --git a/data/patches/row_id_handling_enum_undef.patch b/data/patches/row_id_handling_enum_undef.patch index d5f56266c..52f06bf5c 100644 --- a/data/patches/row_id_handling_enum_undef.patch +++ b/data/patches/row_id_handling_enum_undef.patch @@ -6,7 +6,7 @@ index 9533ce112..dd9f7fbe9 100644 #pragma once #include "duckdb/common/constants.hpp" -+#include "duckdb/common/windows_undefs.hpp" // test3 ++#include "duckdb/common/windows_undefs.hpp" namespace duckdb { diff --git a/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp b/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp index 9533ce112..dd9f7fbe9 100644 --- a/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp +++ b/src/duckdb/src/include/duckdb/common/enums/row_id_handling.hpp @@ -9,6 +9,7 @@ #pragma once #include "duckdb/common/constants.hpp" +#include "duckdb/common/windows_undefs.hpp" namespace duckdb {