Releases
v0.35.0
v0.35.0 - Improved querying capabilties
Deprecations and breaking changes
Deprecated data()
methods (#649 )
Renamed isMissingValue
to valueIsMissing
(#643 )
Removed mapToType
added in last release (#583 )
Features
Analytic Query functions (#606 and #621 )
Deferred execution queries (#574 )
Saw file format persistence (#642 )
Column creation from streams (#634 )
Improved reading from URL (#650 )
remainder
, capitalize
, repeat
, and concatenate
functions (#635 )
Figure.builder
(#608 )
Option to ignore whitespace in csv writer (#605 - thanks @SD1998 )
Performance
Speed up joins (#562 )
Speed up TextColumn
's isIn
method (#613 )
Bug fixes
Fix NPE when reading incomplete JSON rows (#591 )
Make empty columns be of type string (#626 )
Include missing values in unique
(#595 )
Fix conversion of missing values in IntColumn.toDoubleColumn
(#577 )
Fixed splitOn
for TextColumn
(#554 )
Handling of null values in SqlResultSetReader
(#563 )
Documentation
Development
Automatically format code (#570 and #568 )
You can’t perform that action at this time.