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

partition-id should be field-id in UnboundPartitionField #575

Closed
FANNG1 opened this issue Aug 23, 2024 · 0 comments · Fixed by #576
Closed

partition-id should be field-id in UnboundPartitionField #575

FANNG1 opened this issue Aug 23, 2024 · 0 comments · Fixed by #576

Comments

@FANNG1
Copy link
Contributor

FANNG1 commented Aug 23, 2024

please refer https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L1921

  PartitionField:
      type: object
      required:
        - source-id
        - transform
        - name
      properties:
        field-id:
          type: integer
        source-id:
          type: integer
        name:
          type: string
        transform:
          $ref: '#/components/schemas/Transform'
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 a pull request may close this issue.

1 participant