You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "yuzelin (via GitHub)" <gi...@apache.org> on 2023/03/21 07:47:50 UTC

[GitHub] [incubator-paimon] yuzelin opened a new pull request, #675: [spark] Upgrade spark version to 3.3.2 of spark-common

yuzelin opened a new pull request, #675:
URL: https://github.com/apache/incubator-paimon/pull/675

   ### Purpose
   
   To upgrade spark-common version.
   
   ### Tests
   
   Original tests under spark-common.
   Main fixing the return of `SHOW CREATE TABLE`
   1. Column name doesn't escaped with '`' any more.
   2. There is a blank space after `TABLEPROPERTIES`
   
   When fixing tests, I made some changes:
   1.  the `SparkReadTestBase` has set the catalog and namespace, so I remove the useless namespace in test SQLs;
   2. most `SHOW CREATE TABLE` tests don't care about `TABLEPROPERTIES` so I remove them, and I add `SparkReadITCase#testShowCreateTable` to cover the case (USING, PARTITIONED, COMMENT, TBLPROPERTIES).
   
   ### API and Format 
   
   No changes.
   
   ### Documentation
   
   No.


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

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi merged pull request #675: [spark] Upgrade spark version to 3.3.2 of spark-common

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #675:
URL: https://github.com/apache/incubator-paimon/pull/675


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

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org