[GitHub] [spark] HyukjinKwon commented on issue #23839: [SPARK-26788][yarn] Remove SchedulerExtensionService.

2019-03-13 Thread GitBox
HyukjinKwon commented on issue #23839: [SPARK-26788][yarn] Remove 
SchedulerExtensionService.
URL: https://github.com/apache/spark/pull/23839#issuecomment-472700421
 
 
   Yup, I think in the same way of @srowen's.


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


With regards,
Apache Git Services

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



[GitHub] [spark] lipzhu commented on a change in pull request #24086: [SPARK-27155][Build]update oracle docker image name

2019-03-13 Thread GitBox
lipzhu commented on a change in pull request #24086: [SPARK-27155][Build]update 
oracle docker image name
URL: https://github.com/apache/spark/pull/24086#discussion_r265416964
 
 

 ##
 File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleIntegrationSuite.scala
 ##
 @@ -55,7 +56,7 @@ class OracleIntegrationSuite extends 
DockerJDBCIntegrationSuite with SharedSQLCo
   import testImplicits._
 
   override val db = new DatabaseOnDocker {
-override val imageName = "wnameless/oracle-xe-11g:16.04"
+override val imageName = "deepdiver/docker-oracle-xe-11g:2.0"
 
 Review comment:
   > Why do we need update this image?
   
   
![image](https://user-images.githubusercontent.com/698621/54331459-0dd8fe80-4655-11e9-9ddc-8869f480e035.png)
   


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


With regards,
Apache Git Services

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



[GitHub] [spark] weixiuli commented on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
weixiuli commented on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472714229
 
 
   retest this please.


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


With regards,
Apache Git Services

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



[GitHub] [spark] dilipbiswal opened a new pull request #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
dilipbiswal opened a new pull request #24087: [SPARK-27096][SQL][FOLLOWUP] Do 
the correct validation of join types in R side and fix join docs for scala, 
python and r
URL: https://github.com/apache/spark/pull/24087
 
 
   ## What changes were proposed in this pull request?
   This is a minor follow-up PR for SPARK-27096. The original PR reconciled the 
join types supported between dataset and sql interface. In case of R, we do the 
join type validation in the R side. In this PR we do the correct validation and 
adds tests in R to test all the join types along with the error condition. 
Along with this, i made the necessary doc correction.
   
   (Please fill in changes proposed in this fix)
   
   ## How was this patch tested?
   Add R tests.
   (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
   (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
   
   Please review http://spark.apache.org/contributing.html before opening a 
pull request.
   


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24087: [SPARK-27096][SQL][FOLLOWUP] 
Do the correct validation of join types in R side and fix join docs for scala, 
python and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697859
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24087: [SPARK-27096][SQL][FOLLOWUP] 
Do the correct validation of join types in R side and fix join docs for scala, 
python and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697860
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8891/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the 
correct validation of join types in R side and fix join docs for scala, python 
and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697860
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8891/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] maropu commented on issue #23712: [SPARK-26798][SQL] HandleNullInputsForUDF should trust nullability

2019-03-13 Thread GitBox
maropu commented on issue #23712: [SPARK-26798][SQL] HandleNullInputsForUDF 
should trust nullability
URL: https://github.com/apache/spark/pull/23712#issuecomment-472698123
 
 
   Never mind, @HyukjinKwon! Thanks!


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
SparkQA commented on issue #23803: [SPARK-26894][SQL] Handle Alias as well in 
AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-472701445
 
 
   **[Test build #103475 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103475/testReport)**
 for PR 23803 at commit 
[`7c96209`](https://github.com/apache/spark/commit/7c96209d8e2ee7aeac822266e6fee91a9f8fa382).


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23803: [SPARK-26894][SQL] Handle 
Alias as well in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-464177493
 
 
   Can one of the admins verify this patch?


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24069: [SPARK-27136][SQL] Remove data source option check_files_exist

2019-03-13 Thread GitBox
SparkQA commented on issue #24069: [SPARK-27136][SQL] Remove data source option 
check_files_exist
URL: https://github.com/apache/spark/pull/24069#issuecomment-472705028
 
 
   **[Test build #103476 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103476/testReport)**
 for PR 24069 at commit 
[`0ce1db4`](https://github.com/apache/spark/commit/0ce1db40d22252dbed279c4c59e9efb998326249).


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
SparkQA commented on issue #24018: [SPARK-23749][SQL] Replace built-in Hive API 
(isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#issuecomment-472708906
 
 
   **[Test build #103477 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103477/testReport)**
 for PR 24018 at commit 
[`bf4762a`](https://github.com/apache/spark/commit/bf4762a4e64329beb7c768e71e396eb95548a72f).


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the 
correct validation of join types in R side and fix join docs for scala, python 
and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697859
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] HyukjinKwon commented on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
HyukjinKwon commented on issue #23803: [SPARK-26894][SQL] Handle Alias as well 
in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-472701161
 
 
   ok to test


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


With regards,
Apache Git Services

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



[GitHub] [spark] wangyum commented on a change in pull request #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
wangyum commented on a change in pull request #24018: [SPARK-23749][SQL] 
Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#discussion_r265421635
 
 

 ##
 File path: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/SaveAsHiveFile.scala
 ##
 @@ -253,6 +253,13 @@ private[hive] trait SaveAsHiveFile extends 
DataWritingCommand {
 dir
   }
 
+  // HIVE-14259 removed FileUtils.isSubDir(). Adapted it from Hive 1.2's 
FileUtils.isSubDir().
 
 Review comment:
   It seems that the fix does not affect Spark:
   ```scala
 test("hive.exec.stagingdir start with table dir") {
   // hive.exec.stagingdir: 
file:/private/var/folders/warehouse-c49050a7/test_table_prefix
   // table dir   : 
file:/private/var/folders/warehouse-c49050a7/test_table
   withSQLConf("hive.exec.stagingdir" -> "../test_table_prefix") {
 withTable("test_table") {
   sql("CREATE TABLE test_table (key int)")
   sql("INSERT OVERWRITE TABLE test_table SELECT 1")
   checkAnswer(sql("SELECT * FROM test_table"), Row(1))
 }
   }
 }
   ```
   But I'd like fix `isSubDir` itself:
   ```scala
 // HIVE-14259 removed FileUtils.isSubDir(). Adapted it from Hive 1.2's 
FileUtils.isSubDir().
 private def isSubDir(p1: Path, p2: Path, fs: FileSystem): Boolean = {
   val path1 = fs.makeQualified(p1).toString + Path.SEPARATOR
   val path2 = fs.makeQualified(p2).toString + Path.SEPARATOR
   path1.startsWith(path2)
 }
   ```


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24018: [SPARK-23749][SQL] Replace built-in 
Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#issuecomment-472709903
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8894/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24018: [SPARK-23749][SQL] Replace 
built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#issuecomment-472709903
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8894/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24018: [SPARK-23749][SQL] Replace built-in 
Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#issuecomment-472709899
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] dilipbiswal commented on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
dilipbiswal commented on issue #24073: [SPARK-27134][SQL] array_distinct 
function does not work correctly with columns containing array of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472713494
 
 
   @HyukjinKwon Hello.. the test seems to be stuck in 
`ApproxCountDistinctForIntervalsQuerySuite` which seems unrelated to the change 
in this PR. Is there a way to stop/kill this run ?


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


With regards,
Apache Git Services

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



[GitHub] [spark] HyukjinKwon commented on issue #20826: [Spark-2489][SQL] Unsupported parquet datatype optional fixed_len_byte_array

2019-03-13 Thread GitBox
HyukjinKwon commented on issue #20826: [Spark-2489][SQL] Unsupported parquet 
datatype optional fixed_len_byte_array
URL: https://github.com/apache/spark/pull/20826#issuecomment-472695593
 
 
   cc @rdblue for review since it;s a Parquet one.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23803: [SPARK-26894][SQL] Handle Alias as 
well in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-472702317
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23803: [SPARK-26894][SQL] Handle Alias as 
well in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-472702318
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8892/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23803: [SPARK-26894][SQL] Handle 
Alias as well in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-472702318
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8892/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23803: [SPARK-26894][SQL] Handle 
Alias as well in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#issuecomment-472702317
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] sujith71955 commented on issue #24075: [SPARK-26176][SQL] Invalid column names validation is been added when we create a table using the Hive serde "STORED AS"

2019-03-13 Thread GitBox
sujith71955 commented on issue #24075: [SPARK-26176][SQL] Invalid column names 
validation is been added when we create a table using the Hive serde "STORED AS"
URL: https://github.com/apache/spark/pull/24075#issuecomment-472714817
 
 
   cc @gatorsmile 


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


With regards,
Apache Git Services

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



[GitHub] [spark] vanzin commented on issue #23827: [SPARK-26912][CORE][HISTORY] Allow setting permission for event_log

2019-03-13 Thread GitBox
vanzin commented on issue #23827: [SPARK-26912][CORE][HISTORY] Allow setting 
permission for event_log
URL: https://github.com/apache/spark/pull/23827#issuecomment-472697270
 
 
   You don't need more support; I -1'ed the patch, so now you need to convince 
me to change my opinion.
   
   Information like "Aluxio does not support proper posix permissions" is 
useful and is the sort of thing I've been asking. But in the end, that's a 
problem with Aluxio. What you want by trying to do this in Spark is to 
basically disable security for event log files, and that's something that I'd 
be very wary to give to users.


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


With regards,
Apache Git Services

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



[GitHub] [spark] dilipbiswal commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
dilipbiswal commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the 
correct validation of join types in R side and fix join docs for scala, python 
and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697104
 
 
   @cloud-fan Very sorry. i wasn't aware that we do the join type validation in 
the R side. I have addressed this in this follow-up. Could you please kindly 
check when you have a chance.


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


With regards,
Apache Git Services

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



[GitHub] [spark] dilipbiswal edited a comment on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
dilipbiswal edited a comment on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do 
the correct validation of join types in R side and fix join docs for scala, 
python and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697104
 
 
   @cloud-fan Very sorry. i wasn't aware that we do the join type validation in 
the R side. I have addressed this in this follow-up. Could you please kindly 
check when you have a chance.
   
   cc @HyukjinKwon as well.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-13 Thread GitBox
SparkQA commented on issue #24087: [SPARK-27096][SQL][FOLLOWUP] Do the correct 
validation of join types in R side and fix join docs for scala, python and r
URL: https://github.com/apache/spark/pull/24087#issuecomment-472697083
 
 
   **[Test build #103474 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103474/testReport)**
 for PR 24087 at commit 
[`d33eef1`](https://github.com/apache/spark/commit/d33eef111f46aaf380c121fa1dbaf31b96ddbfb4).


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


With regards,
Apache Git Services

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



[GitHub] [spark] wangyum commented on a change in pull request #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
wangyum commented on a change in pull request #24018: [SPARK-23749][SQL] 
Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#discussion_r265421635
 
 

 ##
 File path: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/SaveAsHiveFile.scala
 ##
 @@ -253,6 +253,13 @@ private[hive] trait SaveAsHiveFile extends 
DataWritingCommand {
 dir
   }
 
+  // HIVE-14259 removed FileUtils.isSubDir(). Adapted it from Hive 1.2's 
FileUtils.isSubDir().
 
 Review comment:
   It seems that the bug does not affect Spark:
   ```scala
 test("hive.exec.stagingdir start with table dir") {
   // hive.exec.stagingdir: 
file:/private/var/folders/warehouse-c49050a7/test_table_prefix
   // table dir   : 
file:/private/var/folders/warehouse-c49050a7/test_table
   withSQLConf("hive.exec.stagingdir" -> "../test_table_prefix") {
 withTable("test_table") {
   sql("CREATE TABLE test_table (key int)")
   sql("INSERT OVERWRITE TABLE test_table SELECT 1")
   checkAnswer(sql("SELECT * FROM test_table"), Row(1))
 }
   }
 }
   ```
   But I'd like to fix `isSubDir` itself:
   ```scala
 // HIVE-14259 removed FileUtils.isSubDir(). Adapted it from Hive 1.2's 
FileUtils.isSubDir().
 private def isSubDir(p1: Path, p2: Path, fs: FileSystem): Boolean = {
   val path1 = fs.makeQualified(p1).toString + Path.SEPARATOR
   val path2 = fs.makeQualified(p2).toString + Path.SEPARATOR
   path1.startsWith(path2)
 }
   ```


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


With regards,
Apache Git Services

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



[GitHub] [spark] wangyum commented on a change in pull request #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
wangyum commented on a change in pull request #24018: [SPARK-23749][SQL] 
Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#discussion_r265421635
 
 

 ##
 File path: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/SaveAsHiveFile.scala
 ##
 @@ -253,6 +253,13 @@ private[hive] trait SaveAsHiveFile extends 
DataWritingCommand {
 dir
   }
 
+  // HIVE-14259 removed FileUtils.isSubDir(). Adapted it from Hive 1.2's 
FileUtils.isSubDir().
 
 Review comment:
   It seems that the bug does not affect Spark:
   ```scala
 test("hive.exec.stagingdir start with table dir") {
   // hive.exec.stagingdir: 
file:/private/var/folders/warehouse-c49050a7/test_table_prefix
   // table dir   : 
file:/private/var/folders/warehouse-c49050a7/test_table
   withSQLConf("hive.exec.stagingdir" -> "../test_table_prefix") {
 withTable("test_table") {
   sql("CREATE TABLE test_table (key int)")
   sql("INSERT OVERWRITE TABLE test_table SELECT 1")
   checkAnswer(sql("SELECT * FROM test_table"), Row(1))
 }
   }
 }
   ```
   But I'd like fix `isSubDir` itself:
   ```scala
 // HIVE-14259 removed FileUtils.isSubDir(). Adapted it from Hive 1.2's 
FileUtils.isSubDir().
 private def isSubDir(p1: Path, p2: Path, fs: FileSystem): Boolean = {
   val path1 = fs.makeQualified(p1).toString + Path.SEPARATOR
   val path2 = fs.makeQualified(p2).toString + Path.SEPARATOR
   path1.startsWith(path2)
 }
   ```


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24018: [SPARK-23749][SQL] Replace built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24018: [SPARK-23749][SQL] Replace 
built-in Hive API (isSub/toKryo) and remove OrcProto.Type usage
URL: https://github.com/apache/spark/pull/24018#issuecomment-472709899
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] HyukjinKwon commented on issue #22878: [SPARK-25789][SQL] Support for Dataset of Avro

2019-03-13 Thread GitBox
HyukjinKwon commented on issue #22878: [SPARK-25789][SQL] Support for Dataset 
of Avro
URL: https://github.com/apache/spark/pull/22878#issuecomment-472699571
 
 
   BTW, what does this set of expressions support and enable usecases? My 
impression is that we can relatively easily workaround most of cases by 
`from_avro` and `to_avro`.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24069: [SPARK-27136][SQL] Remove data source option check_files_exist

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24069: [SPARK-27136][SQL] Remove data source 
option check_files_exist
URL: https://github.com/apache/spark/pull/24069#issuecomment-472704661
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24069: [SPARK-27136][SQL] Remove data source option check_files_exist

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24069: [SPARK-27136][SQL] Remove data source 
option check_files_exist
URL: https://github.com/apache/spark/pull/24069#issuecomment-472704665
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8893/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24069: [SPARK-27136][SQL] Remove data source option check_files_exist

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24069: [SPARK-27136][SQL] Remove data 
source option check_files_exist
URL: https://github.com/apache/spark/pull/24069#issuecomment-472704661
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24069: [SPARK-27136][SQL] Remove data source option check_files_exist

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24069: [SPARK-27136][SQL] Remove data 
source option check_files_exist
URL: https://github.com/apache/spark/pull/24069#issuecomment-472704665
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8893/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA removed a comment on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
SparkQA removed a comment on issue #24079: [SPARK-27145][Minor]Close store  in 
the SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472301911
 
 
   **[Test build #103415 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103415/testReport)**
 for PR 24079 at commit 
[`6d3657a`](https://github.com/apache/spark/commit/6d3657a2234ab1cd9d3cf642a97e27ef75070344).


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24079: [SPARK-27145][Minor]Close 
store  in the SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472302419
 
 
   Merged build finished. Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24079: [SPARK-27145][Minor]Close store  in 
the SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472303057
 
 
   Can one of the admins verify this patch?


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24073: [SPARK-27134][SQL] 
array_distinct function does not work correctly with columns containing array 
of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472304939
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103409/
   Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
SparkQA commented on issue #23560: [SPARK-26632][Core] Separate Thread 
Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472305481
 
 
   **[Test build #103420 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103420/testReport)**
 for PR 23560 at commit 
[`d73cfb5`](https://github.com/apache/spark/commit/d73cfb51941f99516b7878acace26db35ea72076).


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


With regards,
Apache Git Services

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



[GitHub] [spark] cloud-fan commented on a change in pull request #24028: [SPARK-26917][SQL] Further reduce locks in CacheManager

2019-03-13 Thread GitBox
cloud-fan commented on a change in pull request #24028: [SPARK-26917][SQL] 
Further reduce locks in CacheManager
URL: https://github.com/apache/spark/pull/24028#discussion_r264999891
 
 

 ##
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala
 ##
 @@ -72,12 +71,12 @@ class CacheManager extends Logging {
 
   /** Clears all cached tables. */
   def clearCache(): Unit = writeLock {
-
cachedData.asScala.foreach(_.cachedRepresentation.cacheBuilder.clearCache())
-cachedData.clear()
+cachedData.foreach(_.cachedRepresentation.cacheBuilder.clearCache())
+cachedData = IndexedSeq[CachedData]()
   }
 
   /** Checks if the cache is empty. */
-  def isEmpty: Boolean = readLock {
 
 Review comment:
   can we remove the `readLock` method?


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #23981: [SPARK-27064][SS] create StreamingWrite at the beginning of streaming execution

2019-03-13 Thread GitBox
SparkQA commented on issue #23981: [SPARK-27064][SS] create StreamingWrite at 
the beginning of streaming execution
URL: https://github.com/apache/spark/pull/23981#issuecomment-472309375
 
 
   **[Test build #103426 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103426/testReport)**
 for PR 23981 at commit 
[`f835a5c`](https://github.com/apache/spark/commit/f835a5cda4d32b94249f20ea5c008c45f110fd8a).


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


With regards,
Apache Git Services

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



[GitHub] [spark] cloud-fan commented on a change in pull request #24068: [SPARK-27105][SQL] Optimize away exponential complexity in ORC predicate conversion

2019-03-13 Thread GitBox
cloud-fan commented on a change in pull request #24068: [SPARK-27105][SQL] 
Optimize away exponential complexity in ORC predicate conversion
URL: https://github.com/apache/spark/pull/24068#discussion_r264999576
 
 

 ##
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcFilters.scala
 ##
 @@ -38,18 +41,18 @@ import org.apache.spark.sql.types._
  *
  * The annoying part is that, `SearchArgument` builder methods like 
`startAnd()`, `startOr()`, and
  * `startNot()` mutate internal state of the builder instance.  This forces us 
to translate all
- * convertible filters with a single builder instance. However, before 
actually converting a filter,
- * we've no idea whether it can be recognized by ORC or not. Thus, when an 
inconvertible filter is
- * found, we may already end up with a builder whose internal state is 
inconsistent.
+ * convertible filters with a single builder instance. However, if we try to 
translate a filter
+ * before checking whether it can be converted or not, we may end up with a 
builder whose internal
+ * state is inconsistent in the case of an inconvertible filter.
  *
  * For example, to convert an `And` filter with builder `b`, we call 
`b.startAnd()` first, and then
  * try to convert its children.  Say we convert `left` child successfully, but 
find that `right`
  * child is inconvertible.  Alas, `b.startAnd()` call can't be rolled back, 
and `b` is inconsistent
 
 Review comment:
   can the builder be copied? Then we can simulate the rollback.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24068: [SPARK-27105][SQL] Optimize away exponential complexity in ORC predicate conversion

2019-03-13 Thread GitBox
SparkQA commented on issue #24068: [SPARK-27105][SQL] Optimize away exponential 
complexity in ORC predicate conversion
URL: https://github.com/apache/spark/pull/24068#issuecomment-472309381
 
 
   **[Test build #103425 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103425/testReport)**
 for PR 24068 at commit 
[`4eae044`](https://github.com/apache/spark/commit/4eae0449b9d7ff6ab27faf0d6ddd5721b95ffeb1).


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA removed a comment on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
SparkQA removed a comment on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472239196
 
 
   **[Test build #103399 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103399/testReport)**
 for PR 23393 at commit 
[`e6e9232`](https://github.com/apache/spark/commit/e6e92321e2d45306b7e09d5c22aae73829a816c4).


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
SparkQA commented on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472292643
 
 
   **[Test build #103399 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103399/testReport)**
 for PR 23393 at commit 
[`e6e9232`](https://github.com/apache/spark/commit/e6e92321e2d45306b7e09d5c22aae73829a816c4).
* 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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
SparkQA commented on issue #24079: [SPARK-27145][Minor]Close store  in the 
SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472302405
 
 
   **[Test build #103415 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103415/testReport)**
 for PR 24079 at commit 
[`6d3657a`](https://github.com/apache/spark/commit/6d3657a2234ab1cd9d3cf642a97e27ef75070344).
* This patch **fails Scala style 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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24079: [SPARK-27145][Minor]Close store  in 
the SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472302425
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103415/
   Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24079: [SPARK-27145][Minor]Close store  in 
the SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472302419
 
 
   Merged build finished. Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL 
keyword optional in INTERVAL clauses when ANSI mode enabled
URL: https://github.com/apache/spark/pull/20433#issuecomment-472304826
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103413/
   Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23560: [SPARK-26632][Core] Separate Thread 
Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472304749
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103414/
   Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL 
keyword optional in INTERVAL clauses when ANSI mode enabled
URL: https://github.com/apache/spark/pull/20433#issuecomment-472304818
 
 
   Merged build finished. Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested Schema Pruning benchmark result with EC2

2019-03-13 Thread GitBox
SparkQA commented on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested 
Schema Pruning benchmark result with EC2
URL: https://github.com/apache/spark/pull/24078#issuecomment-472304711
 
 
   **[Test build #103411 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103411/testReport)**
 for PR 24078 at commit 
[`af332e6`](https://github.com/apache/spark/commit/af332e6d3416ebfe2cf112dde99a50695998e7d9).
* This patch **fails due to an unknown error code, -9**.
* 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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
SparkQA commented on issue #24073: [SPARK-27134][SQL] array_distinct function 
does not work correctly with columns containing array of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472304715
 
 
   **[Test build #103409 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103409/testReport)**
 for PR 24073 at commit 
[`d59b0f7`](https://github.com/apache/spark/commit/d59b0f70d6844b9b763fcd7de77309fdd18658d8).
* This patch **fails due to an unknown error code, -9**.
* 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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24077: [SPARK-27034][SQL][Followup] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread GitBox
SparkQA commented on issue #24077: [SPARK-27034][SQL][Followup] Rename 
ParquetSchemaPruning to SchemaPruning
URL: https://github.com/apache/spark/pull/24077#issuecomment-472304714
 
 
   **[Test build #103410 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103410/testReport)**
 for PR 24077 at commit 
[`459b046`](https://github.com/apache/spark/commit/459b0468b125a0440670eceae3e1bdd5a34af8b3).
* This patch **fails due to an unknown error code, -9**.
* 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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
SparkQA commented on issue #23560: [SPARK-26632][Core] Separate Thread 
Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472304719
 
 
   **[Test build #103405 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103405/testReport)**
 for PR 23560 at commit 
[`bedf0fe`](https://github.com/apache/spark/commit/bedf0fe9a133cd30a87748140816cf85a9153fa5).
* This patch **fails due to an unknown error code, -9**.
* 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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24025: [SPARK-27106][SQL] merge CaseInsensitiveStringMap and DataSourceOptions

2019-03-13 Thread GitBox
SparkQA commented on issue #24025: [SPARK-27106][SQL] merge 
CaseInsensitiveStringMap and DataSourceOptions
URL: https://github.com/apache/spark/pull/24025#issuecomment-472307352
 
 
   **[Test build #103423 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103423/testReport)**
 for PR 24025 at commit 
[`71e6ae1`](https://github.com/apache/spark/commit/71e6ae15cef8bc9395bc70b9c7e83c547b423184).


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested Schema Pruning benchmark result with EC2

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24078: [SPARK-27034][SQL][FOLLOWUP] 
Update Nested Schema Pruning benchmark result with EC2
URL: https://github.com/apache/spark/pull/24078#issuecomment-472306779
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #20433: [SPARK-23264][SQL] Make 
INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled
URL: https://github.com/apache/spark/pull/20433#issuecomment-472306882
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8844/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24010: [SPARK-26439][CORE][WIP] Introduce WorkerOffer reservation mechanism for Barrier TaskSet

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24010: [SPARK-26439][CORE][WIP] 
Introduce WorkerOffer reservation mechanism for Barrier TaskSet
URL: https://github.com/apache/spark/pull/24010#issuecomment-472306881
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8842/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24025: [SPARK-27106][SQL] merge CaseInsensitiveStringMap and DataSourceOptions

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24025: [SPARK-27106][SQL] merge 
CaseInsensitiveStringMap and DataSourceOptions
URL: https://github.com/apache/spark/pull/24025#issuecomment-472306870
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8841/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24073: [SPARK-27134][SQL] 
array_distinct function does not work correctly with columns containing array 
of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472306789
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23560: [SPARK-26632][Core] Separate 
Thread Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472306888
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24077: [SPARK-27034][SQL][Followup] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread GitBox
SparkQA commented on issue #24077: [SPARK-27034][SQL][Followup] Rename 
ParquetSchemaPruning to SchemaPruning
URL: https://github.com/apache/spark/pull/24077#issuecomment-472307353
 
 
   **[Test build #103422 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103422/testReport)**
 for PR 24077 at commit 
[`459b046`](https://github.com/apache/spark/commit/459b0468b125a0440670eceae3e1bdd5a34af8b3).


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24010: [SPARK-26439][CORE][WIP] Introduce WorkerOffer reservation mechanism for Barrier TaskSet

2019-03-13 Thread GitBox
SparkQA commented on issue #24010: [SPARK-26439][CORE][WIP] Introduce 
WorkerOffer reservation mechanism for Barrier TaskSet
URL: https://github.com/apache/spark/pull/24010#issuecomment-472307362
 
 
   **[Test build #103424 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103424/testReport)**
 for PR 24010 at commit 
[`88be728`](https://github.com/apache/spark/commit/88be72808795d7d5843f77935c7c59119ec6d00b).


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA removed a comment on issue #23169: [SPARK-26103][SQL] Limit the length of debug strings for query plans

2019-03-13 Thread GitBox
SparkQA removed a comment on issue #23169: [SPARK-26103][SQL] Limit the length 
of debug strings for query plans
URL: https://github.com/apache/spark/pull/23169#issuecomment-472249038
 
 
   **[Test build #103402 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103402/testReport)**
 for PR 23169 at commit 
[`e4afa26`](https://github.com/apache/spark/commit/e4afa26baf8580bf5f630d0332e4ab49b243b434).


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #23169: [SPARK-26103][SQL] Limit the length of debug strings for query plans

2019-03-13 Thread GitBox
SparkQA commented on issue #23169: [SPARK-26103][SQL] Limit the length of debug 
strings for query plans
URL: https://github.com/apache/spark/pull/23169#issuecomment-472294308
 
 
   **[Test build #103402 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103402/testReport)**
 for PR 23169 at commit 
[`e4afa26`](https://github.com/apache/spark/commit/e4afa26baf8580bf5f630d0332e4ab49b243b434).
* 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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472295841
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103398/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472295841
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103398/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472295840
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23393: [SPARK-26288][CORE]add initRegisteredExecutorsDB

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23393: [SPARK-26288][CORE]add 
initRegisteredExecutorsDB
URL: https://github.com/apache/spark/pull/23393#issuecomment-472295840
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24025: [SPARK-27106][SQL] merge CaseInsensitiveStringMap and DataSourceOptions

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24025: [SPARK-27106][SQL] merge 
CaseInsensitiveStringMap and DataSourceOptions
URL: https://github.com/apache/spark/pull/24025#issuecomment-472299562
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/103408/
   Test FAILed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] SparkQA commented on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
SparkQA commented on issue #24079: [SPARK-27145][Minor]Close store  in the 
SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472303679
 
 
   **[Test build #103416 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103416/testReport)**
 for PR 24079 at commit 
[`bb87766`](https://github.com/apache/spark/commit/bb877668e8f623fd0cd459334f09f4cbde35370c).


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24079: [SPARK-27145][Minor]Close store in the SQLAppStatusListenerSuite after test

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24079: [SPARK-27145][Minor]Close 
store  in the SQLAppStatusListenerSuite after test
URL: https://github.com/apache/spark/pull/24079#issuecomment-472303057
 
 
   Can one of the admins verify this patch?


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL 
keyword optional in INTERVAL clauses when ANSI mode enabled
URL: https://github.com/apache/spark/pull/20433#issuecomment-472306882
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8844/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24077: [SPARK-27034][SQL][Followup] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24077: [SPARK-27034][SQL][Followup] 
Rename ParquetSchemaPruning to SchemaPruning
URL: https://github.com/apache/spark/pull/24077#issuecomment-472306784
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #20433: [SPARK-23264][SQL] Make 
INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled
URL: https://github.com/apache/spark/pull/20433#issuecomment-472306878
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24025: [SPARK-27106][SQL] merge CaseInsensitiveStringMap and DataSourceOptions

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24025: [SPARK-27106][SQL] merge 
CaseInsensitiveStringMap and DataSourceOptions
URL: https://github.com/apache/spark/pull/24025#issuecomment-472306870
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8841/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24010: [SPARK-26439][CORE][WIP] Introduce WorkerOffer reservation mechanism for Barrier TaskSet

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24010: [SPARK-26439][CORE][WIP] Introduce 
WorkerOffer reservation mechanism for Barrier TaskSet
URL: https://github.com/apache/spark/pull/24010#issuecomment-472306879
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24073: [SPARK-27134][SQL] 
array_distinct function does not work correctly with columns containing array 
of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472306795
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8840/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24025: [SPARK-27106][SQL] merge CaseInsensitiveStringMap and DataSourceOptions

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24025: [SPARK-27106][SQL] merge 
CaseInsensitiveStringMap and DataSourceOptions
URL: https://github.com/apache/spark/pull/24025#issuecomment-472306864
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24010: [SPARK-26439][CORE][WIP] Introduce WorkerOffer reservation mechanism for Barrier TaskSet

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24010: [SPARK-26439][CORE][WIP] 
Introduce WorkerOffer reservation mechanism for Barrier TaskSet
URL: https://github.com/apache/spark/pull/24010#issuecomment-472306879
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23560: [SPARK-26632][Core] Separate Thread 
Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472306891
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8843/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested Schema Pruning benchmark result with EC2

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24078: [SPARK-27034][SQL][FOLLOWUP] 
Update Nested Schema Pruning benchmark result with EC2
URL: https://github.com/apache/spark/pull/24078#issuecomment-472306781
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8838/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23560: [SPARK-26632][Core] Separate 
Thread Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472306891
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8843/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested Schema Pruning benchmark result with EC2

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update 
Nested Schema Pruning benchmark result with EC2
URL: https://github.com/apache/spark/pull/24078#issuecomment-472306781
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8838/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24073: [SPARK-27134][SQL] array_distinct 
function does not work correctly with columns containing array of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472306795
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8840/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional in INTERVAL clauses when ANSI mode enabled

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #20433: [SPARK-23264][SQL] Make INTERVAL 
keyword optional in INTERVAL clauses when ANSI mode enabled
URL: https://github.com/apache/spark/pull/20433#issuecomment-472306878
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #23560: [SPARK-26632][Core] Separate Thread Configurations of Driver and Executor

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #23560: [SPARK-26632][Core] Separate Thread 
Configurations of Driver and Executor
URL: https://github.com/apache/spark/pull/23560#issuecomment-472306888
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24010: [SPARK-26439][CORE][WIP] Introduce WorkerOffer reservation mechanism for Barrier TaskSet

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24010: [SPARK-26439][CORE][WIP] Introduce 
WorkerOffer reservation mechanism for Barrier TaskSet
URL: https://github.com/apache/spark/pull/24010#issuecomment-472306881
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8842/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24077: [SPARK-27034][SQL][Followup] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24077: [SPARK-27034][SQL][Followup] Rename 
ParquetSchemaPruning to SchemaPruning
URL: https://github.com/apache/spark/pull/24077#issuecomment-472306786
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8839/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24025: [SPARK-27106][SQL] merge CaseInsensitiveStringMap and DataSourceOptions

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24025: [SPARK-27106][SQL] merge 
CaseInsensitiveStringMap and DataSourceOptions
URL: https://github.com/apache/spark/pull/24025#issuecomment-472306864
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24073: [SPARK-27134][SQL] array_distinct function does not work correctly with columns containing array of array

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24073: [SPARK-27134][SQL] array_distinct 
function does not work correctly with columns containing array of array
URL: https://github.com/apache/spark/pull/24073#issuecomment-472306789
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24077: [SPARK-27034][SQL][Followup] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24077: [SPARK-27034][SQL][Followup] Rename 
ParquetSchemaPruning to SchemaPruning
URL: https://github.com/apache/spark/pull/24077#issuecomment-472306784
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins commented on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested Schema Pruning benchmark result with EC2

2019-03-13 Thread GitBox
AmplabJenkins commented on issue #24078: [SPARK-27034][SQL][FOLLOWUP] Update 
Nested Schema Pruning benchmark result with EC2
URL: https://github.com/apache/spark/pull/24078#issuecomment-472306779
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24077: [SPARK-27034][SQL][Followup] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24077: [SPARK-27034][SQL][Followup] 
Rename ParquetSchemaPruning to SchemaPruning
URL: https://github.com/apache/spark/pull/24077#issuecomment-472306786
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/8839/
   Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #23981: [SPARK-27064][SS] create StreamingWrite at the beginning of streaming execution

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #23981: [SPARK-27064][SS] create 
StreamingWrite at the beginning of streaming execution
URL: https://github.com/apache/spark/pull/23981#issuecomment-472308866
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



[GitHub] [spark] AmplabJenkins removed a comment on issue #24068: [SPARK-27105][SQL] Optimize away exponential complexity in ORC predicate conversion

2019-03-13 Thread GitBox
AmplabJenkins removed a comment on issue #24068: [SPARK-27105][SQL] Optimize 
away exponential complexity in ORC predicate conversion
URL: https://github.com/apache/spark/pull/24068#issuecomment-472308856
 
 
   Merged build finished. Test PASSed.


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


With regards,
Apache Git Services

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



  1   2   3   4   5   6   7   8   9   10   >