Commit f502acd
committed
keep connection alive for arrow streams
1 parent b71639f commit f502acd
4 files changed
Lines changed: 24 additions & 9 deletions
- .github/config/extensions/httpfs.cmake+1-1
- .github/config/extensions/lance.cmake+1-1
- extension/autocomplete/transformer/transform_expression.cpp+10
- scripts/merge_vcpkg_deps.py+1-1
- src/common/arrow/appender/union_data.cpp+4-3
- src/common/arrow/arrow_converter.cpp+37-27
- src/common/operator/cast_operators.cpp+3-1
- src/common/types/geometry.cpp+90-40
- src/common/types/interval.cpp+4-3
- src/execution/expression_executor/execute_operator.cpp+1-5
- src/execution/index/art/art_builder.cpp+1-1
- src/execution/operator/csv_scanner/scanner/string_value_scanner.cpp+9
- src/function/table/arrow_conversion.cpp+4-1
- src/function/table/system/test_all_types.cpp+45-2
- src/include/duckdb/common/http_util.hpp+14
- src/include/duckdb/common/types/geometry.hpp+2
- src/include/duckdb/main/extension_entries.hpp+2
- src/main/capi/arrow-c.cpp+5
- src/main/http/http_util.cpp+5-1
- src/optimizer/common_subplan_optimizer.cpp+15-3
- src/parser/parser.cpp+12-1
- src/storage/table/row_group_reorderer.cpp+2-2
- test/api/capi/test_capi_geometry.cpp+43
- test/arrow/arrow_roundtrip.cpp+93
- test/configs/force_storage.json+2-1
- test/configs/peg_parser.json+1-9
- test/configs/peg_parser_strict.json+1-16
- test/configs/verify_fetch_row.json+2-1
- test/extension/loadable_extension_demo.cpp+2-3
- test/extension/loadable_parser_override.test+5-2
- test/issues/general/test_21832.test+11
- test/parquet/variant/variant_all_types_shredded.test+2-1
- test/parquet/variant/variant_basic_writing.test+2-1
- test/sql/catalog/function/test_window_macro.test+25
- test/sql/copy/csv/afl/test_fuzz_4379.test+24
- test/sql/error/test_try_expression.test_slow+8
- test/sql/function/string/test_string_slice.test+10-5
- test/sql/function/variant/variant_typeof.test+3-3
- test/sql/index/art/create_drop/test_art_long_keys.test_slow+27-8
- test/sql/optimizer/test_common_subplan_cte_binding_order.test+68
- test/sql/peg_parser/peg_syntax_error.test+12
- test/sql/storage_version/storage_version.test_slow+4-1
- test/sql/types/geo/geometry.test+31-2
- test/sql/types/interval/test_interval.test+7
- test/sql/types/test_all_types.test_slow+6-6
- test/sql/types/variant/test_all_types.test+7-7
- test/sql/window/test_streaming_lead_lag.test_slow+8-8
- tools/juliapkg/src/ctypes.jl+6-2
- tools/juliapkg/src/result.jl+5-2
- tools/shell/tests/test_rendering_mode_regression.py+98-88
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1006 | 1006 | | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | | - | |
| 1009 | + | |
| 1010 | + | |
1010 | 1011 | | |
1011 | 1012 | | |
1012 | 1013 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
| 504 | + | |
504 | 505 | | |
505 | 506 | | |
506 | 507 | | |
| |||
562 | 563 | | |
563 | 564 | | |
564 | 565 | | |
| 566 | + | |
565 | 567 | | |
566 | 568 | | |
567 | 569 | | |
| |||
570 | 572 | | |
571 | 573 | | |
572 | 574 | | |
573 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
574 | 578 | | |
575 | 579 | | |
576 | 580 | | |
| |||
581 | 585 | | |
582 | 586 | | |
583 | 587 | | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
584 | 592 | | |
585 | 593 | | |
586 | | - | |
| 594 | + | |
587 | 595 | | |
588 | 596 | | |
589 | 597 | | |
590 | 598 | | |
591 | 599 | | |
592 | | - | |
| 600 | + | |
593 | 601 | | |
594 | 602 | | |
595 | 603 | | |
596 | 604 | | |
597 | 605 | | |
598 | | - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
599 | 609 | | |
600 | 610 | | |
601 | 611 | | |
602 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
603 | 617 | | |
604 | 618 | | |
605 | 619 | | |
| |||
0 commit comments