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 2019/12/20 19:24:25 UTC

[GitHub] [spark] brkyvz opened a new pull request #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

brkyvz opened a new pull request #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974
 
 
   ### What changes were proposed in this pull request?
   
   Allows JSON strings to be parsed through dot notation instead of having to write "get_json_object".
   
   ### Why are the changes needed?
   
   get_json_object is a hard to use and verbose API. This API would greatly help data engineers store their data as raw json columns, and data analysts access the fields that they care about, without having to deal with complicated UDFs, and JSON parsing code.
   
   
   ### Does this PR introduce any user-facing change?
   
   Yes, StringType fields that contain JSON now will be accessible through dot notation.
   
   
   ### How was this patch tested?
   
   Unit tests

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568063031
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20433/
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] marmbrus edited a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
marmbrus edited a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-571826245
 
 
   > IMHO I like Snowflake's API, because it is quite explicit.
   
   I agree, but thats not what the description of this PR says? Where are we at at specifying what we want to support and how?

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568576304
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568062081
 
 
   **[Test build #115634 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115634/testReport)** for PR 26974 at commit [`5b6c906`](https://github.com/apache/spark/commit/5b6c9069a9ac1c46b7961d2da00f2cd5aa0dfb1a).

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568063031
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20433/
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] HyukjinKwon commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568704601
 
 
   Yeah, can we follow any standard and/or reference?

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


With regards,
Apache Git Services

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


[GitHub] [spark] brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-571831326
 
 
   I didn't implement it that way, since it was a new syntax. I put out that
   as an option. Happy to implement it that way.
   
   On Tue, Jan 7, 2020, 6:46 PM Michael Armbrust <no...@github.com>
   wrote:
   
   > IMHO I like Snowflake's API, because it is quite explicit.
   > I agree, but thats not what the description of this PR says?
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/spark/pull/26974?email_source=notifications&email_token=ABIAE67I6QLV2SM7SMDK7T3Q4UH6XA5CNFSM4J6BXY22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIKWARI#issuecomment-571826245>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ABIAE6YX3WGCJU4BSSRB2RTQ4UH6XANCNFSM4J6BXY2Q>
   > .
   >
   

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


With regards,
Apache Git Services

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


[GitHub] [spark] brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-571822437
 
 
   cc @marmbrus 

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568125497
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568063026
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568806444
 
 
   @HyukjinKwon Snowflake uses `:` notation on the column before getting nested fields. I think that's the most obvious and nicest one:
   https://docs.snowflake.net/manuals/user-guide/querying-semistructured.html#dot-notation
   
   Splunk requires you to use `spath` before you can specify which column you want:
   https://www.crestdatasys.com/blogs/how-to-extract-complex-field-from-nested-json-events-using-splunk-spl/
   
   IMHO I like Snowflake's API, because it is quite explicit. You have a clear separation between which part is case insensitive matching, and which part is case sensitive. And it is also clear that you're extracting a field from a semi-structured data format, instead of assuming the column is already parsed.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568614864
 
 
   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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568063026
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568125502
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115634/
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568614868
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115650/
   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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568575559
 
 
   **[Test build #115650 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115650/testReport)** for PR 26974 at commit [`a21ff18`](https://github.com/apache/spark/commit/a21ff181efa59b67a66f1e8612e4e3117dbaffbb).

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


With regards,
Apache Git Services

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


[GitHub] [spark] marmbrus commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
marmbrus commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-571826245
 
 
   > IMHO I like Snowflake's API, because it is quite explicit. 
   I agree, but thats not what the description of this PR says?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568576309
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20449/
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568124920
 
 
   **[Test build #115634 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115634/testReport)** for PR 26974 at commit [`5b6c906`](https://github.com/apache/spark/commit/5b6c9069a9ac1c46b7961d2da00f2cd5aa0dfb1a).
    * 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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568576309
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/20449/
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568125497
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568125502
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115634/
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568614699
 
 
   **[Test build #115650 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115650/testReport)** for PR 26974 at commit [`a21ff18`](https://github.com/apache/spark/commit/a21ff181efa59b67a66f1e8612e4e3117dbaffbb).
    * This patch **fails PySpark unit 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


With regards,
Apache Git Services

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


[GitHub] [spark] brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
brkyvz commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568550864
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568062081
 
 
   **[Test build #115634 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115634/testReport)** for PR 26974 at commit [`5b6c906`](https://github.com/apache/spark/commit/5b6c9069a9ac1c46b7961d2da00f2cd5aa0dfb1a).

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


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568614868
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/115650/
   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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568576304
 
 
   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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [spark] AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568614864
 
 
   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


With regards,
Apache Git Services

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


[GitHub] [spark] SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #26974: [SPARK-30324][SQL] Simplify JSON field access through dot notation
URL: https://github.com/apache/spark/pull/26974#issuecomment-568575559
 
 
   **[Test build #115650 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115650/testReport)** for PR 26974 at commit [`a21ff18`](https://github.com/apache/spark/commit/a21ff181efa59b67a66f1e8612e4e3117dbaffbb).

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


With regards,
Apache Git Services

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