1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] What is the use of field_id in a column when creating a table with pyiceberg

Discussão em 'Python' iniciado por Stack, Outubro 4, 2024 às 04:42.

  1. Stack

    Stack Membro Participativo

    When creating a table using pyiceberg a column is represented by a NestedField with an attribute field_id. When defining a Partition based on a timestamp or date field the source_id is not the field_id.

    I created a table with a bunch of columns and the Partition worked only when the source_id is the index of the column (index starting at 1). Why is this the case and what is the use of the field_id?

    Continue reading...

Compartilhe esta Página