What's Changed
- fix: add
user_info
extension to prom_store handler by @shuiyisong in #2212 - chore: add table region key to delete in upgrade tool by @shuiyisong in #2214
- fix: fix ddl client can not update leader addr by @WenyXu in #2205
- feat: streaming do_get by @niebayes in #2171
- feat: Implement a basical range select query by @Taylor-lagrange in #2138
- fix: table options can't be found in distributed mode by @NiwakaDev in #2209
- refactor(table): eliminate calls to DistTable.insert by @zhongzc in #2219
- feat(mito2): time series memtable by @v0y4g3r in #2208
- feat(mito): Support handling RegionWriteRequest by @evenyag in #2218
- feat(mito): Implement operations like concat and sort for Batch by @evenyag in #2203
- feat: remove checkpoint_on_startup by @killme2008 in #2228
- feat: implement Flight and gRPC services for RegionServer by @waynexia in #2226
- fix!: resolve residual issues with removing prometheus port by @sunng87 in #2227
- chore: fix clippy by @WenyXu in #2232
- refactor(table): eliminate calls to DistTable.delete by @zhongzc in #2225
- refactor: remove associate type in scheduler to simplify it #2153 by @Nateiru in #2194
- fix: dist planner has wrong behavior in table with multiple partitions by @waynexia in #2237
- refactor: use Batch::sort_and_dedup instead of Values::sort_in_place by @v0y4g3r in #2235
- refactor: use table id instead of table ident by @WenyXu in #2233
- chore: try from value by @discord9 in #2236
- feat: types sqlness tests by @killme2008 in #2073
- feat: rewrite the dist analyzer by @waynexia in #2238
- feat(mito): merge reader for mito2 by @evenyag in #2210
- fix: parse large timestamp by @v0y4g3r in #2185
- fix: invalidate cache after altering by @WenyXu in #2239
- feat: dist row inserter by @fengjiachun in #2231
- refactor(script): not to call
scan_to_stream
on table by @zhongzc in #2241 - feat: apply rewriter to subquery exprs by @waynexia in #2245
- refactor(frontend): TableScan instead of
scan_to_stream
forCOPY TO
by @zhongzc in #2244 - fix: fix test_scheduler_continuous_stop in scheduler by @Nateiru in #2252
- fix: fix RegionAliveKeeper does not find the table after restarting by @WenyXu in #2249
- fix: promql planner should clear its states on each selector by @waynexia in #2247
- feat(mito2): concat and projection by @v0y4g3r in #2243
- fix: the inconsistent order of input/output in range select by @Taylor-lagrange in #2229
- chore: write to mito2 by @v0y4g3r in #2250
- refactor(table): cleanup dist table by @zhongzc in #2255
- feat: upgrade desc table output by @fengjiachun in #2256
- fix: quote ident on rendered SQL by @waynexia in #2248
- refactor: query_ctx from http middleware by @shuiyisong in #2253
- chore: change version to 0.4.0-nightly by @killme2008 in #2258
- fix: align region numbers to real regions by @WenyXu in #2257
- refactor: set default metasrv procedure retry times to 12 by @WenyXu in #2242
New Contributors
Full Changelog: v0.4.0-nightly-20230821...v0.4.0-nightly-20230828