SparkQA commented on issue #25771: [SPARK-28970][SQL] Implement USE CATALOG/NAMESPACE for Data Source V2 URL: https://github.com/apache/spark/pull/25771#issuecomment-533833118 **[Test build #111127 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/111127/testReport)** for PR 25771 at commit [`8c5a337`](https://github.com/apache/spark/commit/8c5a337d7a3069af62686bb6d3b74ea687bc2d0f). * This patch **fails to build**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class JavaClassifierParams(HasRawPredictionCol, JavaPredictorParams):` * `class JavaClassifier(JavaPredictor, JavaClassifierParams):` * `class JavaClassificationModel(JavaPredictionModel, JavaClassifierParams):` * `class JavaProbabilisticClassifierParams(HasProbabilityCol, HasThresholds, JavaClassifierParams):` * `class JavaProbabilisticClassifier(JavaClassifier, JavaProbabilisticClassifierParams):` * `class JavaProbabilisticClassificationModel(JavaClassificationModel,` * `class LinearSVC(JavaClassifier, HasMaxIter, HasRegParam, HasTol,` * `class LinearSVCModel(JavaClassificationModel, JavaMLWritable, JavaMLReadable):` * `class LogisticRegression(JavaProbabilisticClassifier, HasMaxIter, HasRegParam, HasTol,` * `class LogisticRegressionModel(JavaProbabilisticClassificationModel, JavaMLWritable, JavaMLReadable,` * `class DecisionTreeClassifier(JavaProbabilisticClassifier, HasWeightCol,` * `class DecisionTreeClassificationModel(DecisionTreeModel, JavaProbabilisticClassificationModel,` * `class RandomForestClassifier(JavaProbabilisticClassifier, HasSeed, RandomForestParams,` * `class RandomForestClassificationModel(TreeEnsembleModel, JavaProbabilisticClassificationModel,` * `class GBTClassifier(JavaProbabilisticClassifier, GBTClassifierParams, HasCheckpointInterval,` * `class GBTClassificationModel(TreeEnsembleModel, JavaProbabilisticClassificationModel,` * `class NaiveBayes(JavaProbabilisticClassifier, HasThresholds, HasWeightCol,` * `class NaiveBayesModel(JavaProbabilisticClassificationModel, JavaMLWritable, JavaMLReadable):` * `class MultilayerPerceptronClassifier(JavaProbabilisticClassifier, HasMaxIter, HasTol, HasSeed,` * `class MultilayerPerceptronClassificationModel(JavaProbabilisticClassificationModel, JavaMLWritable,` * `class OneVsRestParams(JavaClassifierParams, HasWeightCol):` * `class QuantileDiscretizer(JavaEstimator, HasInputCol, HasOutputCol, HasInputCols, HasOutputCols,` * `class LinearRegression(JavaPredictor, HasMaxIter, HasRegParam, HasTol, HasElasticNetParam,` * `class LinearRegressionModel(JavaPredictionModel, GeneralJavaMLWritable, JavaMLReadable,` * `class IsotonicRegression(JavaPredictor, HasWeightCol, JavaMLWritable, JavaMLReadable):` * `class IsotonicRegressionModel(JavaPredictionModel, JavaMLWritable, JavaMLReadable):` * `class DecisionTreeRegressor(JavaPredictor, HasWeightCol, DecisionTreeParams, TreeRegressorParams,` * `class DecisionTreeModel(JavaPredictionModel):` * `class RandomForestRegressor(JavaPredictor, HasSeed, RandomForestParams, TreeRegressorParams,` * `class GBTRegressor(JavaPredictor, GBTRegressorParams, HasCheckpointInterval, HasSeed,` * `class AFTSurvivalRegression(JavaPredictor, HasFitIntercept, HasMaxIter, HasTol,` * `class AFTSurvivalRegressionModel(JavaPredictionModel, JavaMLWritable, JavaMLReadable):` * `class GeneralizedLinearRegression(JavaPredictor, HasFitIntercept, HasMaxIter, HasTol, HasRegParam,` * `class GeneralizedLinearRegressionModel(JavaPredictionModel, JavaMLWritable,` * `class JavaPredictorParams(HasLabelCol, HasFeaturesCol, HasPredictionCol):` * `class JavaPredictor(JavaEstimator, JavaPredictorParams):` * `class JavaPredictionModel(JavaModel, JavaPredictorParams):` * `abstract class PartitionTransformExpression extends Expression with Unevaluable ` * `case class Years(child: Expression) extends PartitionTransformExpression ` * `case class Months(child: Expression) extends PartitionTransformExpression ` * `case class Days(child: Expression) extends PartitionTransformExpression ` * `case class Hours(child: Expression) extends PartitionTransformExpression ` * `case class Bucket(numBuckets: Literal, child: Expression) extends PartitionTransformExpression ` * ` implicit class OptionsHelper(options: Map[String, String]) ` * `trait WriteConfigMethods[R] ` * `trait CreateTableWriter[T] extends WriteConfigMethods[CreateTableWriter[T]] `
---------------------------------------------------------------- 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]
