SparkQA commented on issue #25747: [SPARK-29039][SQL] centralize the catalog 
and table lookup logic
URL: https://github.com/apache/spark/pull/25747#issuecomment-537559088
 
 
   **[Test build #111693 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/111693/testReport)**
 for PR 25747 at commit 
[`ae9efee`](https://github.com/apache/spark/commit/ae9efee77e4e181f2b43b02a298b91514e4a10e3).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class _GaussianMixtureParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasPredictionCol,`
     * `class GaussianMixtureModel(JavaModel, _GaussianMixtureParams, 
JavaMLWritable, JavaMLReadable,`
     * `class GaussianMixture(JavaEstimator, _GaussianMixtureParams, 
JavaMLWritable, JavaMLReadable):`
     * `class _KMeansParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasPredictionCol, HasTol,`
     * `class KMeansModel(JavaModel, _KMeansParams, GeneralJavaMLWritable, 
JavaMLReadable,`
     * `class KMeans(JavaEstimator, _KMeansParams, JavaMLWritable, 
JavaMLReadable):`
     * `class _BisectingKMeansParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasPredictionCol,`
     * `class BisectingKMeansModel(JavaModel, _BisectingKMeansParams, 
JavaMLWritable, JavaMLReadable,`
     * `class BisectingKMeans(JavaEstimator, _BisectingKMeansParams, 
JavaMLWritable, JavaMLReadable):`
     * `class _LDAParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasCheckpointInterval):`
     * `class LDAModel(JavaModel, _LDAParams):`
     * `class LDA(JavaEstimator, _LDAParams, JavaMLReadable, JavaMLWritable):`
     * `class _PowerIterationClusteringParams(HasMaxIter, HasWeightCol):`
     * `class PowerIterationClustering(_PowerIterationClusteringParams, 
JavaParams, JavaMLReadable,`
     * `case class SecondWithFraction(child: Expression, timeZoneId: 
Option[String] = None)`
     * `case class PostgreCastStringToBoolean(child: Expression)`
     * `abstract class Optimizer(catalogManager: CatalogManager)`
     * `case class GetCurrentDatabase(catalogManager: CatalogManager) extends 
Rule[LogicalPlan] `
     * `case class SetCatalogAndNamespace(`
     * `case class UseStatement(isNamespaceSet: Boolean, nameParts: 
Seq[String]) extends ParsedStatement`
     * `case class AlterDatabaseSetLocationCommand(databaseName: String, 
location: String)`
     * `case class SetCatalogAndNamespaceExec(`

----------------------------------------------------------------
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]

Reply via email to