What's Changed
- fix: license header by @v0y4g3r in #815
- feat: impl
InstantManipulator
for PromQL extension by @waynexia in #803 - refactor: remove macro
define_opaque_error
by @waynexia in #812 - fix: update license header for instant manipulate by @waynexia in #817
- feat: implement rename table by @e1ijah1 in #802
- feat: impl RangeArray based on DictionaryArray by @waynexia in #796
- refactor: do not call use upon mysql connection by @sunng87 in #818
- fix: remove boilerplate message from GRPC error output by @MichaelScofield in #813
- fix: test failure by @MichaelScofield in #822
- feat: endpoint and region config for s3 storage by @killme2008 in #820
- feat: Impl Insert functionality of Arrow Flight service for Frontend Instance by @MichaelScofield in #821
- feat: Impl Query and DDL functionality of Arrow Flight service for Frontend Instance by @MichaelScofield in #827
- feat: basic promql planner for single arg function call by @waynexia in #828
- feat: use raft-engine crate to reimplement logstore by @v0y4g3r in #799
- feat: Implement delete for table by @evenyag in #801
- feat: collect stats from heartbeats by @fengjiachun in #833
- refactor: simplify how Frontend instance handles other protocols by @MichaelScofield in #831
- fix: remove start from LogStore; fix error message by @v0y4g3r in #837
- ci: add lto and strip to weekly build by @sunng87 in #841
- feat: Bump OpenDAL to 0.24 for better seekable support by @Xuanwo in #847
- feat: add catalog name resolution for postgres and http interface by @sunng87 in #810
- fix: parquet native row group pruning support by @v0y4g3r in #845
- refactor: move parse methods out of QueryEngine trait by @waynexia in #850
- feat: datanode support report number of regions to meta by @Fengys123 in #838
- feat: flight aboard by @MichaelScofield in #840
- ci: fix release task by correcting output dir by @sunng87 in #853
- ci: add sqlness job by @waynexia in #835
- feat: in memory storage on meta leader by @fengjiachun in #856
- feat: expose wal config by @v0y4g3r in #852
- feat: implement RangeManipulate by @waynexia in #843
- refactor: adjust outermost error message by @waynexia in #859
- feat: integration test by @killme2008 in #770
- feat: PromQL handler in query engine by @waynexia in #861
- chore: add custom log level support for
common_telemetry::init_default_ut_logging()
by @e1ijah1 in #864 - fix: Fix deleting table with non null column by @evenyag in #849
- feat: record sst file time range in FileMeta by @v0y4g3r in #860
- chore: add path check to http auth by @shuiyisong in #866
- feat: handle "USE -" in MySQL by @MichaelScofield in #857
- ci: run tests on weekly release build by @waynexia in #869
- feat: support renaming table in the catalog manger by @e1ijah1 in #824
- fix: parsing time index column option by @killme2008 in #865
- feat: plan some aggregate expr in PromQL planner by @waynexia in #870
- feat: use Python Script as UDF in SQL by @discord9 in #839
- feat: support default value when inserting data by @lizhemingi in #854
- fix: compile error in test by @killme2008 in #872
- test: sqlness test for insert default by @waynexia in #873
Full Changelog: v0.1.0-alpha-20230102-weekly...v0.1.0-alpha-20230116-weekly