-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt to changes connected to Arrow extension_types
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/include/duckdb/main/client_properties.hpp b/src/include/duckdb/main/client_properties.hpp | ||
index a4038a7353..d3a269ea36 100644 | ||
--- a/src/include/duckdb/main/client_properties.hpp | ||
+++ b/src/include/duckdb/main/client_properties.hpp | ||
@@ -26,6 +26,7 @@ struct ClientProperties { | ||
arrow_use_list_view(arrow_use_list_view_p), produce_arrow_string_view(produce_arrow_string_view_p), | ||
arrow_lossless_conversion(lossless_conversion), client_context(client_context) { | ||
} | ||
+ ClientProperties() {} | ||
|
||
string time_zone = "UTC"; | ||
ArrowOffsetSize arrow_offset_size = ArrowOffsetSize::REGULAR; |