advancedxy commented on code in PR #8320:
URL: https://github.com/apache/iceberg/pull/8320#discussion_r1293429734
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/sql/TestAlterTable.java:
##########
@@ -55,7 +59,7 @@ public void removeTable() {
@Test
public void testAddColumnNotNull() {
- Assertions.assertThatThrownBy(() -> sql("ALTER TABLE %s ADD COLUMN c3 INT
NOT NULL", tableName))
+ assertThatThrownBy(() -> sql("ALTER TABLE %s ADD COLUMN c3 INT NOT NULL",
tableName))
Review Comment:
Since we are migrating to `AssertJ`, I changed some of the assertion code to
the `AssertJ` ones.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]