Skip to content

[lake][iceberg] Iceberg does not support union read for primary key table #3048

@Yohahaha

Description

@Yohahaha

Search before asking

  • I searched in the issues and found nothing similar.

Fluss version

0.9.0 (latest release)

Please describe the bug 🐞

I find Iceberg does not support union read primary key table, IcebergLakeSource#createRecordReader returns IcebergRecordReader which not a subclass of SortedRecordReader, so LakeSnapshotAndLogSplitScanner will fail when pollBatch.

I check testReadIcebergLakeTable in FlinkUnionReadPrimaryKeyTableITCase, seems it just read records from $lake, but not the union read.

Is there something I'm misunderstanding?

Solution

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions