You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frameless introduced the TypedDataset on top of Apache Spark's Dataset API. The aim of this ticket is to create a TypedDeltaTable on top of delta.io's DeltaTable API. This would allow to have strongly typed merge actions, something that would look like the following:
Frameless introduced the
TypedDataset
on top of Apache Spark's Dataset API. The aim of this ticket is to create aTypedDeltaTable
on top of delta.io'sDeltaTable
API. This would allow to have strongly typed merge actions, something that would look like the following:This could be included in a new module, called
frameless-delta
.The text was updated successfully, but these errors were encountered: