0 votes
in Spark Sql by
What is Spark Dataset?

1 Answer

0 votes
by

Dataset is an extension of Data Frame API which provides type-safe, object-oriented programming interface.

...