Changelog
- (Feature) Print records live even if no watermarks are sent, as long as all records have zero event times.
- (Feature) Add object explosion operator.
- (Feature) Add shorthand flag for output format.
- (Feature) Rename ln to log. Add more snapshot test for functions.
- (Performance) Fix short-circuiting of outer LIMIT.
- (Performance) If no retractions are possible and we have an
ORDER BY ... LIMIT ...
clause, only store the top N records. - (Performance) Use the generic implementation of google/btree for group by's.
- (Bug) Fix panic in docs datasource, when selecting no fields (i.e. COUNT(1) or COUNT(*)).