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

Make IcebergTableHandle.enforcedPredicate coordinator-only #12766

Commits on Jun 9, 2022

  1. Invoke main IcebergTableHandle constructor

    Don't invoke `IcebergTableHandle` constructor meant for deserialization
    explicitly. This fixes potential information loss in
    `IcebergMetadata.applyFilter` (it's believed it doesn't matter).
    
    To prevent future mistakes, the deserialization constructor is changed
    to a factory method.
    findepi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    40a9a9a View commit details
    Browse the repository at this point in the history
  2. Make IcebergTableHandle.enforcedPredicate coordinator-only

    The property is not used on workers (and shouldn't be, as it's the
    enforced one). Don't send it there.
    findepi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c3d1bb0 View commit details
    Browse the repository at this point in the history