What's Changed
- feat: reduce unit test suite wall time by @waynexia in https://github.com/GreptimeTeam/greptimedb/pull/7657
- test: adds sqlness test for vector index by @killme2008 in https://github.com/GreptimeTeam/greptimedb/pull/7634
- fix: incorrect column statistics of promql plans by @waynexia in https://github.com/GreptimeTeam/greptimedb/pull/7662
- feat: support group by op in promql...