Hi,

I've stumbled upon CatalogImpl.makeDataset [1] -- the only
private[sql] method in the CatalogImpl object -- that looks like
SparkSession.createDataset [2].

What do you think about removing CatalogImpl.makeDataset? If not,
what's so special about one over the other to keep them both?

I'd appreciate your help with this. Thanks.

[1] 
https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala#L385

[2] 
https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala#L413

Pozdrawiam,
Jacek Laskowski
----
https://medium.com/@jaceklaskowski/
Mastering Apache Spark 2.0 http://bit.ly/mastering-apache-spark
Follow me at https://twitter.com/jaceklaskowski

---------------------------------------------------------------------
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Reply via email to