Commit 958b862
feat: enable block stream write (#18285)
* improve stream write
* fix virtual column builder
* add block statistics
* remove null in bloom index builder
* use metahll
* avoid large string
* fix
* use segment level stats
* add test
* remove unused code
* fix review comment
* fix test
---------
Co-authored-by: Bohu <[email protected]>1 parent b76bef0 commit 958b862
File tree
107 files changed
+2944
-657
lines changed- src
- common/storage
- src
- query
- catalog/src/plan
- config/src
- ee
- src/storages/fuse/operations
- tests/it/storages/fuse/operations
- expression/src
- service
- src
- interpreters
- common
- pipelines/builders
- test_kits
- tests/it/storages
- fuse
- meta
- operations
- mutation
- testdata
- settings/src
- sql/src
- executor/physical_plans
- planner/metadata
- storages
- common
- cache/src
- index/src
- table_meta/src
- meta
- column_oriented_segment
- current
- v2
- v3
- frozen
- readers
- table
- fuse
- src
- io
- read
- meta
- statistics
- write
- stream
- operations
- common
- meta
- processors
- mutation
- meta
- mutator
- statistics
- table_functions
- tests
- sqllogictests/suites
- base
- 09_fuse_engine
- issues
- ee/01_ee_system
- suites/1_stateful
- 05_formats/05_01_compact
- 09_http_handler
- task
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+2944
-657
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
0 commit comments