AbsaOSS/spark-hats

Add schema projection

Opened this issue · 0 comments

Feature

Create a method that given an input dataframe and the desired schema applies the schema to the dataframe as long as:

  • Same fields have same/compatible data types.
  • The desired schema is a subset of the input schema.