Bodo 2022.5 Release (Date: 5/31/2022)¶
This release includes many new features, usability and performance improvements, and bug fixes.
New Features and Improvements¶
-
Iceberg connector (alpha):
- Initial support for reading Iceberg tables using the
read_sql_table
API. It supports automatic filter pushdown, and tables can be stored on local file system or Hive Metastore.
- Initial support for reading Iceberg tables using the
-
Improved write performance of dataframe
to_sql
to OracleDB. -
Better error messages linked to user documentation.
-
Pandas:
-
Bodo now matches Pandas 1.4 date/time offset behavior for nansecond fragments.
-
Support for
var_name
andvalue_name
arguments inpd.melt
. -
Super wide dataframe support for
copy
andrename
. -
Support for Index
unique
,isin
, andcontains
. -
Improved memory-efficiency and performance of
Series.str
center
,capitalize
,lower
,swapcase
,title
, andupper
with dictionary-encoded string arrays.
-
-
BodoSQL:
-
Support for Python 3.10
-
Upgraded to Calcite 1.30 (latest release)
-