[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-06-15 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-644544080


   **[Test build #124083 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124083/testReport)**
 for PR 28635 at commit 
[`0a71849`](https://github.com/apache/spark/commit/0a718490ac5e8394674a5b8f64d9f8be382805fe).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds no public classes.



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-06-15 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-644488405


   **[Test build #124083 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124083/testReport)**
 for PR 28635 at commit 
[`0a71849`](https://github.com/apache/spark/commit/0a718490ac5e8394674a5b8f64d9f8be382805fe).



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-06-04 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-638859524


   **[Test build #123530 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123530/testReport)**
 for PR 28635 at commit 
[`0a71849`](https://github.com/apache/spark/commit/0a718490ac5e8394674a5b8f64d9f8be382805fe).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds no public classes.



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-06-04 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-638782831


   **[Test build #123530 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123530/testReport)**
 for PR 28635 at commit 
[`0a71849`](https://github.com/apache/spark/commit/0a718490ac5e8394674a5b8f64d9f8be382805fe).



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-27 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-634665816


   **[Test build #123184 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123184/testReport)**
 for PR 28635 at commit 
[`587a502`](https://github.com/apache/spark/commit/587a50208dbb564b05e1349297b205c2dc11ede3).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `  case class ClusterStats(featureSum: Vector, squaredNormSum: Double, 
weightSum: Double)`
 * `class ClusteringEvaluator(JavaEvaluator, HasPredictionCol, 
HasFeaturesCol, HasWeightCol,`
 * `case class Log(child: Expression) extends 
UnaryLogExpression(StrictMath.log, \"LOG\") `
 * `case class CurrentCatalog() extends LeafExpression with Unevaluable `
 * `case class GetCurrentDatabaseAndCatalog(catalogManager: CatalogManager) 
extends Rule[LogicalPlan] `



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-27 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-634577357


   **[Test build #123184 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123184/testReport)**
 for PR 28635 at commit 
[`587a502`](https://github.com/apache/spark/commit/587a50208dbb564b05e1349297b205c2dc11ede3).



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-27 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-634570908


   **[Test build #123177 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123177/testReport)**
 for PR 28635 at commit 
[`587a502`](https://github.com/apache/spark/commit/587a50208dbb564b05e1349297b205c2dc11ede3).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `  case class ClusterStats(featureSum: Vector, squaredNormSum: Double, 
weightSum: Double)`
 * `class ClusteringEvaluator(JavaEvaluator, HasPredictionCol, 
HasFeaturesCol, HasWeightCol,`
 * `case class Log(child: Expression) extends 
UnaryLogExpression(StrictMath.log, \"LOG\") `
 * `case class CurrentCatalog() extends LeafExpression with Unevaluable `
 * `case class GetCurrentDatabaseAndCatalog(catalogManager: CatalogManager) 
extends Rule[LogicalPlan] `



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-27 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-634499884


   **[Test build #123177 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123177/testReport)**
 for PR 28635 at commit 
[`587a502`](https://github.com/apache/spark/commit/587a50208dbb564b05e1349297b205c2dc11ede3).



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-26 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-633586916







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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-25 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-633525575


   **[Test build #123082 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123082/testReport)**
 for PR 28635 at commit 
[`88306f0`](https://github.com/apache/spark/commit/88306f00cf6aea7636f432e3c9a04c0f44137770).



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-25 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-633512184


   **[Test build #123081 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123081/testReport)**
 for PR 28635 at commit 
[`3c30c4a`](https://github.com/apache/spark/commit/3c30c4aae5ea5c210967ae30c52a68544db2d048).
* This patch **fails build dependency tests**.
* This patch merges cleanly.
* This patch adds no public classes.



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on pull request #28635: [SPARK-31337][SQL]Support MS SQL Kerberos login in JDBC connector

2020-05-25 Thread GitBox


SparkQA commented on pull request #28635:
URL: https://github.com/apache/spark/pull/28635#issuecomment-633510744


   **[Test build #123081 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123081/testReport)**
 for PR 28635 at commit 
[`3c30c4a`](https://github.com/apache/spark/commit/3c30c4aae5ea5c210967ae30c52a68544db2d048).



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org