0.1.0 #247
Closed
joocer
announced in
Announcements
0.1.0
#247
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
LIKE
on non string column gives confusing error #172 by @joocer in FIX/#172 #176SHOW COLUMNS
returns typeOTHER
when it can probably work out the type #178 by @joocer in Fix/#178 #187JOIN
fails, using PyArrow .join() #128 by @joocer in FIX/#128 #188JOIN
algorithm exceeds memory #189 by @joocer in FIX/#189 #192SHOW FULL COLUMNS
to read entire datasets rather than just the first blob #177 by @joocer in Feature/#177 #193SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in FIX/#199 #200SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in Fix/#199 #208EXPLAIN
have nested parentheses #169 by @joocer in FIX/#169 #210SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in FIX/#199 #209SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in Fix/#199 #211SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in FIX/#199 #212SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in Fix/#199 #213SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in FIX/#199 #214SHOW EXTENDED COLUMNS
blows memory allocations on large tables #199 by @joocer in FIX/#199 #215WITH (NOCACHE)
hint to disable using cache #175 by @joocer in FEATURE/#175 #217LIKE
clause fails for columns that contain nulls #220 by @joocer in Fix/#220 #221NULL
detects asVARCHAR
#222 by @joocer in FIX/#222 #223DATE_TRUNC
function #226 by @joocer in FEATURE/#226 #227UNNEST
does not assign a type to the column when all of the values areNULL
#225 by @joocer in FIX/#225 #228SEARCH
function #234 by @joocer in Feature/#234 #236IN
test against literal list is slow #244 by @joocer in Fix/#244 #245New Contributors
Full Changelog: 0.0.2...0.1.0
This discussion was created from the release 0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions