diff --git a/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java b/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java index 262f0adbd..10df8db33 100644 --- a/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java +++ b/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java @@ -120,8 +120,8 @@ private static Stream prepareData() { } /** - * Verify a scenario when structure is enriched with another field. Verifies that data type ok a - * column is not modified, when value is different or is not even presen in a next record. + * Verify a scenario when structure is enriched with another field. Verifies that data type of + * column is not modified, when value is different or is not even present in a next record. */ @Test public void alterStructure_noSchema() throws Exception {