Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Cannot perform table scan on V1 table #1194

Open
kevinjqliu opened this issue Sep 23, 2024 · 0 comments
Open

[bug] Cannot perform table scan on V1 table #1194

kevinjqliu opened this issue Sep 23, 2024 · 0 comments
Assignees

Comments

@kevinjqliu
Copy link
Contributor

Apache Iceberg version

main (development)

Please describe the bug 🐞

While working with a V1 table, I noticed a few bugs which prevent table scan on V1 table.

  1. Reading the manifest list defaults to V2

    MANIFEST_LIST_FILE_SCHEMAS[DEFAULT_READ_VERSION],

  2. Accessing fields not available in V1.

    if manifest.content == ManifestContent.DATA

    The content field is not available in V1, according to the spec.
    There are multiple places where something like this occurs.

Add a test to verify table scan on a V1 table

@kevinjqliu kevinjqliu self-assigned this Sep 23, 2024
@sungwy sungwy added this to the PyIceberg 0.8.0 release milestone Sep 24, 2024
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

No branches or pull requests

2 participants