What's Changed
- Fixes:
- docker build by @v0y4g3r in #1822
- docker build for aarch64 by @etolbakov in #1826
- block when stream insert by @Fengys123 in #1835
- add sqlness tests for some promql function by @waynexia in #1838
- sort unstable sqlness result by @waynexia in #1858
- return err msg if use wrong database in MySQL by @shuiyisong in #1866
- libz dependency by @v0y4g3r in #1867
- use mark-deletion for system catalog by @waynexia in #1874
- Features:
- implement metrics for Scan plan by @waynexia in #1812
- support to copy from orc format by @WenyXu in #1814
- make blob(binary) type working by @killme2008 in #1818
- txn for meta by @fengjiachun in #1828
- physical plan wrapper by @shuiyisong in #1837
- improve influxdb v2 api compability by @Fengys123 in #1831
- save node lease into memory by @fengjiachun in #1841
- push all possible filters down to parquet exec by @v0y4g3r in #1839
- http api for node-lease by @fengjiachun in #1843
- table_routes util by @fengjiachun in #1849
- support bool operator with other computation by @waynexia in #1844
- Make heartbeat intervals configurable in Frontend and Datanode by @ccjeff in #1864
- support building binary for centos7 by @v0y4g3r in #1863
- add leader kv store cache for metadata by @fengjiachun in #1853
- Implement a new scan mode using a chain reader by @evenyag in #1857
- initial twcs impl by @v0y4g3r in #1851
- Refactorings:
- remove redundant code by @WenyXu in #1821
- merge catalog provider & schema provider into catalog manager by @waynexia in #1803
- move Instance heartbeat task to Datanode struct by @WenyXu in #1832
- build parquet file stream from ParquetExec by @waynexia in #1852
- remove
Table::scan
method by @waynexia in #1855
- Chores:
- deny unused results by @MichaelScofield in #1825
- bump orc-rust to 0319acd by @WenyXu in #1847
- bump version 0.3.2 by @v0y4g3r in #1876
- stop caching
None
inCachedMetaKvBackend
by @MichaelScofield in #1865 - add feature for metrics-process, default enable by @Fengys123 in #1870
- enlarge default body limit to 64M by @evenyag in #1873
- The first benchmark report by TSBS.
New Contributors
Full Changelog: v0.3.1...v0.3.2