AbsaOSS / spark-commons

Apache License 2.0
7 stars 0 forks source link

Add ability to load schema and dataframe with schema from json #38

Closed benedeki closed 2 years ago

benedeki commented 2 years ago

Background

There's a function to load a dataframe from json.

Feature

Add ability to load schema from json. And enhance the dataframe from json function to be able to accept schema too.