SparkQA commented on issue #27276: [SPARK-30282][DOCS][FOLLOWUP] Update SQL migration guide for SHOW TBLPROPERTIES URL: https://github.com/apache/spark/pull/27276#issuecomment-575959718 **[Test build #116985 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/116985/testReport)** for PR 27276 at commit [`d6fa318`](https://github.com/apache/spark/commit/d6fa31818fffa3420b744d07089d7d787204b732). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class JavaRegressor(JavaPredictor, _JavaPredictorParams):` * `class JavaRegressionModel(JavaPredictionModel, _JavaPredictorParams):` * `class LinearRegression(JavaRegressor, _LinearRegressionParams, JavaMLWritable, JavaMLReadable):` * `class LinearRegressionModel(JavaRegressionModel, _LinearRegressionParams, GeneralJavaMLWritable,` * `class DecisionTreeRegressor(JavaRegressor, _DecisionTreeRegressorParams, JavaMLWritable,` * `class DecisionTreeRegressionModel(` * `class RandomForestRegressor(JavaRegressor, _RandomForestRegressorParams, JavaMLWritable,` * `class RandomForestRegressionModel(` * `class GBTRegressor(JavaRegressor, _GBTRegressorParams, JavaMLWritable, JavaMLReadable):` * `class GBTRegressionModel(` * `class AFTSurvivalRegression(JavaRegressor, _AFTSurvivalRegressionParams,` * `class AFTSurvivalRegressionModel(JavaRegressionModel, _AFTSurvivalRegressionParams,` * `class GeneralizedLinearRegression(JavaRegressor, _GeneralizedLinearRegressionParams,` * `class GeneralizedLinearRegressionModel(JavaRegressionModel, _GeneralizedLinearRegressionParams,` * `class FMRegressor(JavaRegressor, _FactorizationMachinesParams, JavaMLWritable, JavaMLReadable):` * `class FMRegressionModel(JavaRegressionModel, _FactorizationMachinesParams, JavaMLWritable,`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
