kevinjqliu commented on issue #2068:
URL: https://github.com/apache/iceberg-rust/issues/2068#issuecomment-3824994375

   This is how java treats the column after evolution.
   
   After V0 → V1 migration:
   * Existing records (created under V0) have iceberg_type = NULL
   * New tables (created under V1) have iceberg_type = 'TABLE'
   * New views (created under V1) have iceberg_type = 'VIEW'
   
   The queries treat NULL as TABLE type 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to