RevolutionAnalytics / dplyr-spark

spark backend for dplyr
48 stars 18 forks source link

remove need to access src$con to delete files #31

Open piccolbo opened 9 years ago

piccolbo commented 9 years ago

this is a dplyr issue and this is a reminder to bring it up there. Why on earth can one create a table operating on a src, but needs a connection to delete it, and the only way to get a connection out of a src is to use its internal representation? Makes no sense to me.