Skip to content

Conversation

@XuQianJin-Stars
Copy link
Contributor

@XuQianJin-Stars XuQianJin-Stars commented Jan 5, 2026

Purpose

Linked issue: close #xxx
IcebergArrayAsFlussArray implements InternalArray which extends DataGetters interface. The DataGetters interface requires implementing the getMap(int pos) method which was missing, causing a compilation failure.

This commit adds the missing getMap method implementation that throws UnsupportedOperationException, consistent with other similar adapter classes in the codebase (e.g., IcebergRecordAsFlussRow).

Brief change log

Tests

API and Format

Documentation

…yAsFlussArray

IcebergArrayAsFlussArray implements InternalArray which extends DataGetters
interface. The DataGetters interface requires implementing the getMap(int pos)
method which was missing, causing a compilation failure.

This commit adds the missing getMap method implementation that throws
UnsupportedOperationException, consistent with other similar adapter classes
in the codebase (e.g., IcebergRecordAsFlussRow).
@XuQianJin-Stars XuQianJin-Stars changed the title Fix error: implement missing getMap method in IcebergArrayAsFlussArray [hotfix] Fix error: implement missing getMap method in IcebergArrayAsFlussArray Jan 5, 2026
@XuQianJin-Stars XuQianJin-Stars changed the title [hotfix] Fix error: implement missing getMap method in IcebergArrayAsFlussArray [hotfix] Implement missing getMap method in IcebergArrayAsFlussArray Jan 5, 2026
@luoyuxia luoyuxia merged commit f90b33e into apache:main Jan 5, 2026
6 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