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/09/08 17:14:16 UTC

[GitHub] [spark] MaxGekk opened a new pull request #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   ### What changes were proposed in this pull request?
   In the PR, I propose to move the test `SPARK-32810: CSV and JSON data sources should be able to read files with escaped glob metacharacter in the paths` from `DataFrameReaderWriterSuite` to `CSVSuite` and to `JsonSuite`. This will allow to run the same test in `CSVv1Suite`/`CSVv2Suite` and in `JsonV1Suite`/`JsonV2Suite`.
   
   ### Why are the changes needed?
   To improve test coverage by checking JSON/CSV datasources v1 and v2.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running affected test suites:
   ```
   $ build/sbt "sql/test:testOnly org.apache.spark.sql.execution.datasources.csv.*"
   $ build/sbt "sql/test:testOnly org.apache.spark.sql.execution.datasources.json.*"
   ```


----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   @HyukjinKwon @cloud-fan 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] HyukjinKwon commented on pull request #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   @MaxGekk it has a conflict against another branch. Mind creating a backporting 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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   **[Test build #128418 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128418/testReport)** for PR 29684 at commit [`aa272df`](https://github.com/apache/spark/commit/aa272df590d6c8af3c4148c46cd5d64fa48cdd26).
    * 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] SparkQA removed a comment on pull request #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   **[Test build #128418 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128418/testReport)** for PR 29684 at commit [`aa272df`](https://github.com/apache/spark/commit/aa272df590d6c8af3c4148c46cd5d64fa48cdd26).


----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   Merged to master.


----------------------------------------------------------------
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 closed pull request #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #29684:
URL: https://github.com/apache/spark/pull/29684


   


----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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






----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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






----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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






----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   @HyukjinKwon Here is the PR for 3.0: https://github.com/apache/spark/pull/29690


----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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


   **[Test build #128418 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/128418/testReport)** for PR 29684 at commit [`aa272df`](https://github.com/apache/spark/commit/aa272df590d6c8af3c4148c46cd5d64fa48cdd26).


----------------------------------------------------------------
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 #29684: [SPARK-32810][SQL][TESTS][FOLLOWUP] Check path globbing in JSON/CSV datasources v1 and v2

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






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