Skip to content

Commit 8996ee7

Browse files
committed
vendor: Update vendored sources to duckdb/duckdb@ae17830
Actually initialize in batch copy to file (duckdb/duckdb#17627)
1 parent 4f0e34d commit 8996ee7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/duckdb/src/execution/operator/persistent/physical_batch_copy_to_file.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class FixedBatchCopyGlobalState : public GlobalSinkState {
118118
op.function.copy_to_get_written_statistics(context, *op.bind_data, *global_state,
119119
*written_file_info->file_stats);
120120
}
121+
initialized = true;
121122
}
122123

123124
void AddBatchData(idx_t batch_index, unique_ptr<PreparedBatchData> new_batch, idx_t memory_usage) {

src/duckdb/src/function/table/version/pragma_version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DUCKDB_PATCH_VERSION
2-
#define DUCKDB_PATCH_VERSION "1-dev28"
2+
#define DUCKDB_PATCH_VERSION "1-dev30"
33
#endif
44
#ifndef DUCKDB_MINOR_VERSION
55
#define DUCKDB_MINOR_VERSION 3
@@ -8,10 +8,10 @@
88
#define DUCKDB_MAJOR_VERSION 1
99
#endif
1010
#ifndef DUCKDB_VERSION
11-
#define DUCKDB_VERSION "v1.3.1-dev28"
11+
#define DUCKDB_VERSION "v1.3.1-dev30"
1212
#endif
1313
#ifndef DUCKDB_SOURCE_ID
14-
#define DUCKDB_SOURCE_ID "bbf0c28eac"
14+
#define DUCKDB_SOURCE_ID "ae17830a85"
1515
#endif
1616
#include "duckdb/function/table/system_functions.hpp"
1717
#include "duckdb/main/database.hpp"

0 commit comments

Comments
 (0)