Instantiating Rows with GenericRowWithSchema is awkward and requires defining a schema that should otherwise be implicitly determined. This replaces that pattern with one whereby a tuple is returned and converted into a DataFrame with appropriate column names.
CHANGELOG entry omitted due to this being an internals-only change.
Overview
Instantiating
Row
s withGenericRowWithSchema
is awkward and requires defining a schema that should otherwise be implicitly determined. This replaces that pattern with one whereby a tuple is returned and converted into aDataFrame
with appropriate column names.CHANGELOG
entry omitted due to this being an internals-only change.