What's Changed
- feat(sql): add op "not like" by @jzl18thu in #415
- feat(antlr): support sql92 comment by @aqni in #434
- feat(core): sql support case when expression by @jzl18thu in #436
- feat: merge parquet and filesystem into one data source by @aqni in #413
- feat(filestore): support reading nested directory and various file by @aqni in #423
- feat(thrift): auto update pysession by @aqni in #443
- feat(filestore): reduce multi-threaded write conflicts for parquet by @aqni in #439
- feat(sql): func params support expression by @jzl18thu in #445
- refactor(dataSource): rename FileStore to FileSystem by @aqni in #451
- feat(sql): sql support const arithmetic expression by @jzl18thu in #447
- feat(sql): auto increment sequence & alter key by @jzl18thu in #458
- feat(optimizer): 规则组的实现 by @Yihao-Xu in #470
- feat(sql): GROUP BY expr && ORDER BY expr by @jzl18thu in #465
- feat(sql): support use func with expr params in filter by @jzl18thu in #473
- feat(Optimizer): In Filter Transform Rule by @Yihao-Xu in #359
- feat(Optimizer): 修复FragmentPruningByFilter卡住的问题 by @Yihao-Xu in #481
- feat(sql): join by key & extract & add dummy test by @jzl18thu in #488
- refactor(core): rename sql 'remove historydatasource' to 'remove storageengine' by @shinyano in #505
- feat(transform): email notification configured by YAML by @aqni in #535
- feat(transform): some new features and improve by @shinyano in #542
- feat(core): add option to remove
RemoveNullColumn
operator by @aqni in #536 - feat(core): "LOAD DATA" support large csv & adjust "ADD STORAGEENGINE" extra params by @jzl18thu in #555
Full Changelog: v0.7.2...v0.8.0