rstudio / sparkapi

Sparklyr Extensions API
http://spark.rstudio.com/extensions.html
Apache License 2.0
31 stars 13 forks source link

improve 'sparkapi_jobj' error display #2

Closed kevinushey closed 8 years ago

kevinushey commented 8 years ago

E.g.

iris_tbl <- copy_to(sc, iris, "iris", overwrite = TRUE)
sparkapi:::sparkapi_jobj(iris_tbl)

prints

Error: Unable to retreive a sparkapi_jobj from object of class tbl_sparktbl_sqltbl_lazytbl

Note that the S3 class names are just concatenated together.

jjallaire commented 8 years ago

Just fixed, thanks!

On Tue, Jun 21, 2016 at 2:10 PM, Kevin Ushey notifications@github.com wrote:

E.g.

iris_tbl <- copy_to(sc, iris, "iris", overwrite = TRUE) sparkapi:::sparkapi_jobj(iris_tbl)

prints

Error: Unable to retreive a sparkapi_jobj from object of class tbl_sparktbl_sqltbl_lazytbl

Note that the S3 class names are just concatenated together.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rstudio/sparkapi/issues/2, or mute the thread https://github.com/notifications/unsubscribe/AAGXx-WHgFZfoEKSqypNvTnJ8fjfH4abks5qOCkwgaJpZM4I7BRu .