Skip to content

support the equivalent of session.createDataset(data, data.class) #308

@pberkland

Description

@pberkland

The spark programming style of session.createDataset(javaObject, javaObject.class) is much more common in Spark 2.0. We need some kind of JS equivalent.

We should be support something like createDataset(jsObject, { fieldName : "String", fieldName2:"Integer"});

This will probably require creating a JSON encoder which is not derived from the RowEncoder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions