apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
674 stars 159 forks source link

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

Closed FANNG1 closed 3 months ago

FANNG1 commented 3 months ago

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'