You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/08 09:25:16 UTC

[GitHub] [spark] MaxGekk opened a new pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

MaxGekk opened a new pull request #29976:
URL: https://github.com/apache/spark/pull/29976


   ### What changes were proposed in this pull request?
   Propagate ORC options to Hadoop configs in Hive `OrcFileFormat` and in the regular ORC datasource.
   
   ### Why are the changes needed?
   There is a bug that when running:
   ```scala
   spark.read.format("orc").options(conf).load(path)
   ```
   The underlying file system will not receive the conf options.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes
   
   ### How was this patch tested?
   Added UT to `OrcSourceSuite`.


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



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705488207


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/34160/
   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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun closed pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #29976:
URL: https://github.com/apache/spark/pull/29976


   


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



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


[GitHub] [spark] AmplabJenkins commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705580836






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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705533060


   I have looked at build failures, it seems they are not related to the changes - some failures while downloading artefacts.


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



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


[GitHub] [spark] AmplabJenkins commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705488200






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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705447955


   This is similar changes to https://github.com/apache/spark/pull/29971. @HyukjinKwon @yuningzh-db @dongjoon-hyun Please, review this PR.


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



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


[GitHub] [spark] SparkQA commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705488172


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34160/
   


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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705447955






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



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


[GitHub] [spark] SparkQA commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705479366


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34160/
   


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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705780596


   @dongjoon-hyun Can this be merged to `branch-3.0` (maybe 2.4 too) since it can be considered as a bug fix?
   Here is a real use case, a customer tries to read files in Azure Data Lake:
   ```
   def hadoopConf1() = Map[String, String](
     s"fs.adl.oauth2.access.token.provider.type" -> "ClientCredential",
     s"fs.adl.oauth2.client.id" -> dbutils.secrets.get(scope = "...", key = "..."),
     s"fs.adl.oauth2.credential" -> dbutils.secrets.get(scope = "...", key = "..."),
     s"fs.adl.oauth2.refresh.url" -> s"https://login.microsoftonline.com/.../oauth2/token")
   val df = spark.read.format("...").options(hadoopConf1).load("adl://....azuredatalakestore.net/foldersp1/...")
   ```
   but gets the following exception because the settings above are not propagated to the filesystem:
   ```
   java.lang.IllegalArgumentException: No value for fs.adl.oauth2.access.token.provider found in conf file.
   	at ....adl.AdlFileSystem.getNonEmptyVal(AdlFileSystem.java:820)
   	at ....adl.AdlFileSystem.getCustomAccessTokenProvider(AdlFileSystem.java:220)
   	at ....adl.AdlFileSystem.getAccessTokenProvider(AdlFileSystem.java:257)
   	at ....adl.AdlFileSystem.initialize(AdlFileSystem.java:164)
   	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2669)
   ```


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



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705488200


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



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


[GitHub] [spark] SparkQA removed a comment on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705449669


   **[Test build #129554 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129554/testReport)** for PR 29976 at commit [`ef6d7f9`](https://github.com/apache/spark/commit/ef6d7f96427e828d6633253ab29dd3152f2bb7a6).


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



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705580836






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



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


[GitHub] [spark] SparkQA commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705449669


   **[Test build #129554 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129554/testReport)** for PR 29976 at commit [`ef6d7f9`](https://github.com/apache/spark/commit/ef6d7f96427e828d6633253ab29dd3152f2bb7a6).


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



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


[GitHub] [spark] SparkQA commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705579462


   **[Test build #129554 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129554/testReport)** for PR 29976 at commit [`ef6d7f9`](https://github.com/apache/spark/commit/ef6d7f96427e828d6633253ab29dd3152f2bb7a6).
    * 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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-706094413


   +1 for backporting, @MaxGekk and @HyukjinKwon .


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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705465062


   I ran the test from this PR (just changed `format`) on Parquet V1/V2, ORC v2, CSV v1/v2, JSON v1/v2 and on Text v1/v2. Everywhere it 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:
users@infra.apache.org



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-706097107


   Here is the backport to `branch-3.0`: https://github.com/apache/spark/pull/29985


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



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


[GitHub] [spark] HyukjinKwon commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-706080925


   So it can fix a bug right? sure let's open a PR to port back.


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



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


[GitHub] [spark] dongjoon-hyun closed pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #29976:
URL: https://github.com/apache/spark/pull/29976


   


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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-708937195


   Regarding to https://github.com/apache/spark/pull/29976#issuecomment-705465062 , I could put the test to a common trait and test all built-in datasources including Avro, ORC, LibSVM, CSV and so on. Let me know if you think it makes sense for improving test coverage. cc @gatorsmile @cloud-fan 


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



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


[GitHub] [spark] SparkQA commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705449669






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



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705488200






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



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


[GitHub] [spark] HyukjinKwon commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-706080925


   So it can fix a bug right? sure let's open a PR to port back.


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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-706067030


   @HyukjinKwon You merged similar fix for avro to branch-3.0 in https://github.com/apache/spark/pull/29971 . WDYT should I open a PR with the changes for branch-3.0?


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



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


[GitHub] [spark] dongjoon-hyun commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-706094413


   +1 for backporting, @MaxGekk and @HyukjinKwon .


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



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


[GitHub] [spark] MaxGekk commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-710015169


   Here is the PR https://github.com/apache/spark/pull/30067 with common 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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705449669


   **[Test build #129554 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129554/testReport)** for PR 29976 at commit [`ef6d7f9`](https://github.com/apache/spark/commit/ef6d7f96427e828d6633253ab29dd3152f2bb7a6).


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



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


[GitHub] [spark] AmplabJenkins commented on pull request #29976: [SPARK-33094][SQL] Make ORC format propagate Hadoop config from DS options to underlying HDFS file system

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29976:
URL: https://github.com/apache/spark/pull/29976#issuecomment-705488200






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



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