gaborkaszab commented on PR #6369:
URL: https://github.com/apache/iceberg/pull/6369#issuecomment-1340696570

   Thanks for the answer, @ayushtkn!
   I wonder if it would make sense to make the already written tables work as 
expected even with more than 1000 cols. E.g. when reading their metadata we 
could convert their field IDs (starting from 1000) to the new way (starting 
from 10000). They would remain the same in the written metadata files but 
internally we could keep track of the field IDs starting from 10000.
   Would it make sense? I can create a separate issue for this for further 
discussion and if it does make sense I could give the implementation a try. 
@RussellSpitzer ?


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to