Re: @since version tag for all dataframe/sql methods

2015-05-13 Thread Nicholas Chammas
Are we not doing the same thing for the Python API? On Wed, May 13, 2015 at 10:43 AM Olivier Girardot wrote: > that's a great idea ! > > Le mer. 13 mai 2015 à 07:38, Reynold Xin a écrit : > > > I added @since version tag for all public dataframe/sql methods/classes > in > > this patch: https://

Re: @since version tag for all dataframe/sql methods

2015-05-13 Thread Olivier Girardot
that's a great idea ! Le mer. 13 mai 2015 à 07:38, Reynold Xin a écrit : > I added @since version tag for all public dataframe/sql methods/classes in > this patch: https://github.com/apache/spark/pull/6101/files > > From now on, if you merge anything related to DF/SQL, please make sure the > pub

@since version tag for all dataframe/sql methods

2015-05-12 Thread Reynold Xin
I added @since version tag for all public dataframe/sql methods/classes in this patch: https://github.com/apache/spark/pull/6101/files >From now on, if you merge anything related to DF/SQL, please make sure the public functions have @since tag. Thanks.