Commit b01ffcc
authored
feat(query): try support dump running async task stack (#10830)
* refactor(query): add dump
* refactor(query): add framed for sql
* refactor(query): add framed for sharing-endpoint
* refactor(query): add framed for storages
* refactor(query): add framed for users
* refactor(query): add framed for services
* refactor(query): add framed for spawn
* refactor(query): try fix test failure
* refactor(query): try fix test failure
* refactor(query): add tasks sort
* refactor(query): add framed for storage1 parent 671d60f commit b01ffcc
File tree
382 files changed
+1651
-440
lines changed- src
- binaries
- query
- common
- base
- src/runtime
- tests/it
- http
- src
- debug
- storage
- src
- query
- catalog
- src
- catalog
- management
- src
- cluster
- file_format
- quota
- role
- setting
- stage
- udf
- user
- pipeline
- core
- src/processors
- sinks
- src
- sources
- src
- input_formats
- impls
- service
- src
- api
- http/v1
- rpc
- exchange
- packets
- catalogs
- default
- clusters
- databases
- default
- interpreters
- access
- common
- metrics
- pipelines/processors/transforms
- aggregator/serde
- hash_join
- runtime_filter
- procedures
- admins
- systems
- schedulers
- servers
- flight_sql
- flight_sql_service
- http
- v1
- query
- mysql
- writers
- sessions
- stream
- table_functions
- infer_schema
- list_stage
- numbers
- openai
- srf
- settings
- src
- sharing-endpoint
- src
- accessor
- sharing
- src
- sql
- src
- executor
- planner
- binder
- ddl
- semantic
- storages
- common/cache
- src/read
- fuse
- src
- io
- read
- block
- bloom
- meta
- write
- operations
- merge_into
- mutator
- processors
- mutation
- compact
- read
- pruning
- table_functions
- clustering_information
- fuse_blocks
- fuse_segments
- fuse_snapshots
- fuse_statistics
- hive/hive
- src
- iceberg
- src
- memory
- src
- null
- src
- parquet
- src
- parquet_reader
- parquet_table
- random
- src
- result_cache
- src
- read
- table_function
- write
- stage
- src
- system
- src
- users
- src
- jwt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
382 files changed
+1651
-440
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 | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| 184 | + | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
| |||
273 | 279 | | |
274 | 280 | | |
275 | 281 | | |
276 | | - | |
| 282 | + | |
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments