[spark] branch master updated (2fb5f21 -> 23a5996)

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 2fb5f21 [SPARK-34495][TESTS] Add `DedicatedJVMTest` test tag add 23a5996 [SPARK-34450][SQL][TESTS] Unify v1 an

[spark] branch master updated (23a5996 -> 9767041)

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 23a5996 [SPARK-34450][SQL][TESTS] Unify v1 and v2 ALTER TABLE .. RENAME tests add 9767041 [SPARK-34432][SQL][

[spark] branch branch-3.1 updated: [MINOR][DOCS] Add table_identifier in sql-migration-guide for SHOW CREATE TABLE

2021-02-22 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 058bd33 [MINOR][DOCS] Add table_identif

[spark] branch master updated (9767041 -> a6a82c8)

2021-02-22 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 9767041 [SPARK-34432][SQL][TESTS] Add JavaSimpleWritableDataSource add a6a82c8 [MINOR][DOCS] Add table_identif

[spark] branch branch-3.0 updated: [MINOR][DOCS] Add table_identifier in sql-migration-guide for SHOW CREATE TABLE

2021-02-22 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 6b7b3ca [MINOR][DOCS] Add table_identif

[spark] branch master updated (a6a82c8 -> 02c784c)

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a6a82c8 [MINOR][DOCS] Add table_identifier in sql-migration-guide for SHOW CREATE TABLE add 02c784c [SPARK-34

[spark] branch branch-3.1 updated: [SPARK-34473][SQL] Avoid NPE in DataFrameReader.schema(StructType)

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 153a490 [SPARK-34473][SQL] Avoid NPE in

[spark] branch master updated (02c784c -> 0bccf16)

2021-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 02c784c [SPARK-34473][SQL] Avoid NPE in DataFrameReader.schema(StructType) add 0bccf16 [SPARK-34496][BUILD]

[spark] branch master updated (0bccf16 -> 7df4fed)

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 0bccf16 [SPARK-34496][BUILD] Upgrade ZSTD-JNI to 1.4.8-5 for better API compatibility add 7df4fed [MINOR][SQL

[spark] branch branch-3.1 updated: [MINOR][SQL] Fix the comment for CalendarIntervalType about comparability

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 847c40a [MINOR][SQL] Fix the comment fo

[GitHub] [spark-website] attilapiros commented on pull request #308: Upgrade Jekyll to 4.2.0

2021-02-22 Thread GitBox
attilapiros commented on pull request #308: URL: https://github.com/apache/spark-website/pull/308#issuecomment-783502623 It is good to know that both on Jekyll 3.6.3 and 4.2.0 this kind of errors are reported when `jekyll serve` is used: ``` done in 1.677 seconds.

[GitHub] [spark-website] srowen commented on pull request #308: Upgrade Jekyll to 4.2.0

2021-02-22 Thread GitBox
srowen commented on pull request #308: URL: https://github.com/apache/spark-website/pull/308#issuecomment-783504123 I think it's because long ago I changed one of site/ or content/ to redirect to the other to retain some older content paths. Yes I've seen it and can be ignored. In fact the

[GitHub] [spark-website] attilapiros opened a new pull request #309: Support Ruby 3 by adding webrick

2021-02-22 Thread GitBox
attilapiros opened a new pull request #309: URL: https://github.com/apache/spark-website/pull/309 This adds webrick as gem to support Ruby 3. To the generated documents it has no effect. This is an automated messag

[GitHub] [spark-website] attilapiros commented on pull request #309: Support Ruby 3

2021-02-22 Thread GitBox
attilapiros commented on pull request #309: URL: https://github.com/apache/spark-website/pull/309#issuecomment-783547425 @srowen @HyukjinKwon this was added for the Spark repo but here we also need this to support Ruby 3 Thi

[GitHub] [spark-website] attilapiros commented on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783672863 @HyukjinKwon thanks, this was a great idea. I tried it with some slight modification: simply cherry picked this change into my fork's asf-site branch and pushed it.

[GitHub] [spark-website] attilapiros edited a comment on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
attilapiros edited a comment on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783672863 @HyukjinKwon thanks, this was a great idea. I tried it with some slight modification: simply cherry picked this change into my fork's asf-site branch and pushe

[GitHub] [spark-website] attilapiros commented on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783673625 Oh there is a typo "documention" => "documentation". This is an automated message from the Apache Git Se

[GitHub] [spark-website] HyukjinKwon closed pull request #309: Support Ruby 3

2021-02-22 Thread GitBox
HyukjinKwon closed pull request #309: URL: https://github.com/apache/spark-website/pull/309 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 t

[spark-website] branch asf-site updated: Support Ruby 3

2021-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 56ef866 Support Ruby 3 56ef866 is

[GitHub] [spark-website] HyukjinKwon commented on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
HyukjinKwon commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783791040 Merged. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [spark-website] HyukjinKwon commented on pull request #309: Support Ruby 3

2021-02-22 Thread GitBox
HyukjinKwon commented on pull request #309: URL: https://github.com/apache/spark-website/pull/309#issuecomment-783791156 Merged This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [spark-website] HyukjinKwon closed pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
HyukjinKwon closed pull request #307: URL: https://github.com/apache/spark-website/pull/307 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 t

[spark-website] branch asf-site updated: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 1f275fe Add github workflow for c

[spark] branch branch-3.1 updated: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

2021-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 8fc59b3 [MINOR][DOCS] Replace http to

[spark] branch master updated (7df4fed -> b5470ae)

2021-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 7df4fed [MINOR][SQL] Fix the comment for CalendarIntervalType about comparability add b5470ae [MINOR][DOCS]

[spark] branch master updated (b5470ae -> 612d523)

2021-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from b5470ae [MINOR][DOCS] Replace http to https when possible in PySpark documentation add 612d523 [SPARK-34500

[GitHub] [spark-website] attilapiros opened a new pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros opened a new pull request #310: URL: https://github.com/apache/spark-website/pull/310 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [spark-website] attilapiros commented on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros commented on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783850426 The 1st case: [markdown without corresponding HTML](https://github.com/apache/spark-website/pull/310/checks?check_run_id=1957994291) is failed with the expected error:

[GitHub] [spark-website] attilapiros edited a comment on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros edited a comment on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783850426 The 1st case, [markdown without corresponding HTML](https://github.com/apache/spark-website/pull/310/checks?check_run_id=1957994291), is failed with the expected

[GitHub] [spark-website] attilapiros commented on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros commented on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783854618 the 2nd case with [an extra file without corresponding generated HTML ](https://github.com/apache/spark-website/pull/310/checks?check_run_id=1958057595) also failed with

[GitHub] [spark-website] attilapiros edited a comment on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros edited a comment on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783850426 The 1st case, markdown without corresponding HTML, is [failed with the expected error](https://github.com/apache/spark-website/pull/310/checks?check_run_id=195799

[GitHub] [spark-website] attilapiros edited a comment on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros edited a comment on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783854618 the 2nd case with an extra file without corresponding generated HTML also [failed with the expected error](https://github.com/apache/spark-website/pull/310/checks

[GitHub] [spark-website] attilapiros commented on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros commented on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783860700 Adding the missing HTMLs lead to a [passed the test](https://github.com/apache/spark-website/pull/310/checks?check_run_id=1958118235). -

[GitHub] [spark-website] attilapiros closed pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros closed pull request #310: URL: https://github.com/apache/spark-website/pull/310 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 t

[GitHub] [spark-website] attilapiros commented on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
attilapiros commented on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783860846 @HyukjinKwon The test was successful, I am closing this. This is an automated message from the Apach

[GitHub] [spark-website] HyukjinKwon commented on pull request #310: [WIP] DO NOT MERGE, TESTING GITHUB ACTION

2021-02-22 Thread GitBox
HyukjinKwon commented on pull request #310: URL: https://github.com/apache/spark-website/pull/310#issuecomment-783873491 Thanks man :-) This is an automated message from the Apache Git Service. To respond to the message, plea

[spark] branch master updated (612d523 -> be675a0)

2021-02-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 612d523 [SPARK-34500][DOCS][EXAMPLES] Replace symbol literals with $"" in examples and documents add be675a0