Commit 43a538f
refactor: Unified query for hilbert and linear clustering information (#17618)
* refactor: Unified query for hilbert and linear clustering information
* make lint
* fix
* fix
* fix
* refactor: use variant column to unify the schema
* fix: clustering_information related logic tests
* fix
* fix
* fix test
---------
Co-authored-by: dantengsky <[email protected]>1 parent 08c4f54 commit 43a538f
File tree
16 files changed
+295
-446
lines changed- src/query
- service
- src/table_functions
- tests/it/storages/fuse/table_functions
- storages/fuse/src/table_functions
- tests/sqllogictests
- scripts
- suites
- base/09_fuse_engine
- ee/07_hilbert_clustering
- mode/standalone
- ee
- explain
- query/case_sensitivity
16 files changed
+295
-446
lines changedLines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 210 | | |
220 | 211 | | |
221 | 212 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments