Skip to content

Core: Fix IndexOutOfBoundsException in RewriteTablePathUtil - #17629

Open
ebyhr wants to merge 1 commit into
apache:mainfrom
ebyhr:ebi/rewrite-table-path
Open

Core: Fix IndexOutOfBoundsException in RewriteTablePathUtil#17629
ebyhr wants to merge 1 commit into
apache:mainfrom
ebyhr:ebi/rewrite-table-path

Conversation

@ebyhr

@ebyhr ebyhr commented Aug 13, 2026

Copy link
Copy Markdown
Member

Fix ArrayIndexOutOfBoundsException in RewriteTablePathUtil when a PositionDeleteReaderWriter returns records projected to 2 fields (file_path + pos, no row data). GenericRecord.get(2) throws when the backing array has only 2 elements.

@github-actions github-actions Bot added the core label Aug 13, 2026
@uros-b

uros-b commented Aug 13, 2026

Copy link
Copy Markdown
Member

Nice fix, thank you @ebyhr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants