Skip to content

[flink] Fix flaky Lumina data evolution index refresh IT - #9153

Merged
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-lumina-flaky-ut
Aug 11, 2026
Merged

[flink] Fix flaky Lumina data evolution index refresh IT#9153
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-lumina-flaky-ut

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • This flaky test updates rows via _ROW_ID = 1 and asserts that the logical row with id = 1 was updated.
  • However row ids are based on physical file order and are not guaranteed to match logical id, this causes the assertion to be mismatch at parallelism = 2.
  • Ensure we use logical id to keep the assertion deterministic.

Tests

  • UT Fix

@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi
JingsongLi merged commit faacb7e into apache:master Aug 11, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants