Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches-ignore:
- 'vendoring-*'
pull_request:
workflow_dispatch:
inputs:
skip_tests:
Expand Down
2 changes: 1 addition & 1 deletion data/patches/row_id_handling_enum_undef.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#pragma once

#include "duckdb/common/constants.hpp"
#include "duckdb/common/windows_undefs.hpp"

namespace duckdb {

Expand Down
Loading