v0.21.1 December 16, 2022
- Fixes
- Fix importlib DeprecationWarning in
inference_functions.py
(#1584)
- Schema now maintains column order after renaming a column (#1594)
- Fixed logic to not set config during boolean transform (#1601)
- Changes
- Rename
backup_dtype
to pyspark_dtype
(#1593)
- Removed inference for
["0", "1"]
, ["0.0", "1.0"]
, and [0, 1]
as Boolean logical types, but maintained forced inference of such values (#1600)
Thanks to the following people for contributing to this release:
@bchen1116, @sbadithe