v0.9.3
Pre-release
Pre-release
Spark Cyclone release refs/tags/v0.9.3.
What's Changed
- Serialize the JOIN by @wgip in #494
- Simplification of
GroupingFunction
andMergerFunction
by @q10 in #498 - Simplification of
FilterFunction
by @q10 in #502 - D varchar words unification by @Wosin in #497
- Try next VE if unable to start executor procs on the VE assigned. by @wmeddie in #504
- [cpp] Miscellaneous updates by @q10 in #506
- Fix Parquet loading by @wgip in #501
- [cpp] Move sorting and hashing down to C++ by @q10 in #508
- Add VEHints to enable/disable options per-query. by @wmeddie in #509
- [build] Updates to the Cyclone C++ library build process by @q10 in #514
- Fix test failures. by @Wosin in #511
- Remove redundant Spark-VE-Spark and VE-Spark-VE conversions. by @wmeddie in #515
- Support columnar-to-columnar conversion by @wgip in #507
- Simplification of generated code from
StringHoleEvaluation
s,GenericJoiner
, andGroupByPartialGenerator
by @q10 in #518 - Disable unoptimized rewrite options by default. by @wmeddie in #519
Full Changelog: v0.9.2...v0.9.3