Commit a4d6f46
authored
GEOMESA-3545,GEOMESA-3035,GEOMESA-2816 Consolidate local and remote query planning (#3466)
* Consolidate local query runners to create query plans
* For partially local query plans, move filtering and transforming from a reduce step to part of the query step
* Also fixes:
* GEOMESA-3035 Redis - Fix transforms in explain logging
* GEOMESA-2816 HBase - Fix analytic scans with column groups when remote filtering is disabled1 parent 50c26c4 commit a4d6f46
File tree
84 files changed
+1802
-1735
lines changed- .github/workflows
- docs
- tutorials
- user
- geomesa-accumulo
- geomesa-accumulo-datastore/src
- main/scala/org/locationtech/geomesa/accumulo
- audit
- data
- test/scala/org/locationtech/geomesa/accumulo
- data
- index
- iterators
- util
- geomesa-accumulo-iterators/src/main/scala/org/locationtech/geomesa/accumulo/iterators
- geomesa-cassandra/geomesa-cassandra-datastore/src
- main/scala/org/locationtech/geomesa/cassandra/data
- test/scala/org/locationtech/geomesa/cassandra/data
- geomesa-fs/geomesa-fs-storage
- geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common
- geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs
- geomesa-fs-storage-parquet/src
- main/scala/org/locationtech/geomesa/fs/storage/parquet
- jobs
- test/scala/org/locationtech/geomesa/parquet
- geomesa-hbase
- geomesa-hbase-datastore/src
- main/scala/org/locationtech/geomesa/hbase
- data
- test/scala/org/locationtech/geomesa/hbase/data
- geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter
- geomesa-index-api/src
- main/scala/org/locationtech/geomesa/index
- api
- audit
- conf
- geoserver
- geotools
- iterators
- planning
- utils
- view
- test/scala/org/locationtech/geomesa
- features
- index
- geoserver
- planning
- view
- geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index
- geomesa-lambda/geomesa-lambda-datastore/src
- main/scala/org/locationtech/geomesa/lambda
- data
- stream/kafka
- test/scala/org/locationtech/geomesa/lambda
- geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query
- geomesa-redis/geomesa-redis-datastore/src
- main/scala/org/locationtech/geomesa/redis/data/index
- test/scala/org/locationtech/geomesa/redis/data
- geomesa-security/src/main
- resources/META-INF/services
- scala/org/locationtech/geomesa/security
- filter
- geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export
- geomesa-utils-parent/geomesa-utils/src/main
- scala_2.12/org/locationtech/geomesa/utils/collection
- scala/org/locationtech/geomesa/utils
- collection
- iterators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+1802
-1735
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 222 | + | |
230 | 223 | | |
231 | | - | |
232 | | - | |
| 224 | + | |
233 | 225 | | |
234 | 226 | | |
235 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 161 | | |
173 | 162 | | |
174 | 163 | | |
| |||
190 | 179 | | |
191 | 180 | | |
192 | 181 | | |
| 182 | + | |
193 | 183 | | |
194 | 184 | | |
195 | 185 | | |
| |||
211 | 201 | | |
212 | 202 | | |
213 | 203 | | |
| 204 | + | |
214 | 205 | | |
215 | 206 | | |
216 | 207 | | |
| |||
255 | 246 | | |
256 | 247 | | |
257 | 248 | | |
| 249 | + | |
258 | 250 | | |
259 | | - | |
| 251 | + | |
| 252 | + | |
260 | 253 | | |
261 | 254 | | |
262 | 255 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments