Details
-
New Feature
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
None
Description
Implement Dataset.toJSON:
/**
* Returns the content of the Dataset as a Dataset of JSON strings.
* @since 3.4.0
*/
def toJSON: Dataset[String]
Please see if we can implement this using project(to_json(struct)).as(StringEncoder).