tomtongue opened a new pull request, #12766:
URL: https://github.com/apache/iceberg/pull/12766

   *Migrate Spark 3.4 tests based on JUnit 4 to Junit5 with AssertJ style. This 
is related to https://github.com/apache/iceberg/issues/7160*
   
   This PR migrates the below tests, which are related to extensions test base 
in Spark 3.4, into JUnit 5 with AssertJ. The following classes are included in 
this PR:
   
   * Partition and schema changes:
     * `TestAlterTablePartitionFields`
     * `TestAlterTableSchema`
   * Branching and Tagging:
     * `TestBranchDDL` including refactoring
     * `TestFastForwardBranchProcedure` (including the backport from 
https://github.com/apache/iceberg/pull/9196)
     * `TestReplaceBranch`
     * `TestPublishChangesProcedure` 
       * `org.assertj.core.api.AssertionsForClassTypes.assertThat;` was used, 
but this is only for Java 8 which has been deprecated in recent Iceberg 
verions. So replace it with `Assertions.assertThat`
     * `TestTagDDL` 
   
   Additional tests:
     * `TestComputeTableStatsProcedure`
     * `TestRegisterTableProcedure`


-- 
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-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to