Skip to content

Commit

Permalink
Fix index in in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Dec 6, 2024
1 parent b47c560 commit dd2e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suit/iceberg_schema_evolution_json_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def verify(self, round):
actual_record_for_schema_evolution_2 = self._select_schematized_record_with_offset(120)
self._verify_iceberg_content_for_schema_evolution_2(actual_record_for_schema_evolution_2)

actual_record_for_schema_evolution_1 = self._select_schematized_record_with_offset(220)
actual_record_for_schema_evolution_1 = self._select_schematized_record_with_offset(210)
self._verify_iceberg_content_for_schema_evolution_1(actual_record_for_schema_evolution_1)


0 comments on commit dd2e76c

Please sign in to comment.