duckdb 0.4.1-dev436.0 → 0.4.1-dev439.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/duckdb.cpp +1 -1
- package/src/duckdb.hpp +545 -545
- package/src/parquet-amalgamation.cpp +36968 -36968
package/package.json
CHANGED
package/src/duckdb.cpp
CHANGED
|
@@ -106523,7 +106523,7 @@ void ArrowToDuckDBList(Vector &vector, ArrowArray &array, ArrowScanLocalState &s
|
|
|
106523
106523
|
le.length = original_type.second;
|
|
106524
106524
|
cur_offset += original_type.second;
|
|
106525
106525
|
}
|
|
106526
|
-
list_size = cur_offset;
|
|
106526
|
+
list_size = start_offset + cur_offset;
|
|
106527
106527
|
} else if (original_type.first == ArrowVariableSizeType::NORMAL) {
|
|
106528
106528
|
auto offsets = (uint32_t *)array.buffers[1] + array.offset + scan_state.chunk_offset;
|
|
106529
106529
|
if (nested_offset != -1) {
|