You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/06 23:04:35 UTC

[GitHub] [iceberg] ayushtkn commented on issue #6368: Delete/Update fails for tables with more than 1000 colums

ayushtkn commented on issue #6368:
URL: https://github.com/apache/iceberg/issues/6368#issuecomment-1340129938

   Can think of making this configurable or may be increase it to 10K atleast:
   ```
    // IDs for partition fields start at 1000
    private static final int PARTITION_DATA_ID_START = 1000;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org