Release 0.21.1
Release 0.21.1
Major Features and Improvements
- Defined an abstract subclass of
TFXIO
,RecordBasedTFXIO
to model record
based file formats.
Bug Fixes and Other Changes
-
Utilities in
tfx_bsl.arrow.array_util
that:- previously takes
ListArray
now can also acceptLargeListArray
. - previously takes StringArray/BinaryArray now can also accept
LargeStringArray and LargeBinaryArray.
As a result:
GetElementLengths
now returns anInt64Array
.
GetFlattenedArrayParentIndices
may return anInt64Array
or an
Int32Array
depending on the input type. - previously takes