0.4 Release and 0.5 Goals #511
Closed
joocer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.5 has the first implementation of a query optimizer planned for inclusion. Expected to be part of this functionality is the the SET command, which will be included to enable feature flags, but will also allow variables in queries.
This will sit aside bug fixes, function updates, and other miscellaneous changes.
Not planned for 0.5 main release (although some experimental features may be available with hints / config) is substantial improvements to the storage interface.
What's Changed
SHOW FUNCTIONS
#351 SupportSHOW FUNCTIONS
by @joocer in Feature/#351 SupportSHOW FUNCTIONS
#446VERSION()
function fails by @joocer in FIX/#448VERSION()
function fails #449COALESCE
doesn't work with NaNs #404 COALESCE fails for NaNs by @joocer in FIX/#404 COALESCE fails for NaNs #452INNER JOINS
exceed memory allocation. by @joocer in FIX/#444 Very low cardinalityINNER JOINS
exceed memory allocation. #456INNER JOIN USING
by @joocer in FEATURE/#457 Null values are removed before performingINNER JOIN USING
#458SHOW CREATE TABLE table
#483 SHOW CREATE TABLE by @joocer in FEATURE/#483 SHOW CREATE TABLE #484to_arrow
function to collect results #375 Results to an Arrow Table by @joocer in FEATURE/#375 Results to an Arrow Table #485Full Changelog: 0.3.0...0.4.0
This discussion was created from the release 0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions