chenzl25 opened a new issue, #1751:
URL: https://github.com/apache/iceberg-rust/issues/1751

   ### Apache Iceberg Rust version
   
   None
   
   ### Describe the bug
   
   Currently iceberg-rust failed to read an iceberg table with parquet files 
with different schema. 
   
   
   ### To Reproduce
   
   For example:
   1. we have an iceberg table t (a int).
   2. insert into t values (1); -- generate parquet file1
   3. alter table t add column b int;
   4. insert into t values (1, 2); -- generate parquet file2
   5. select * from t; -- failed to read
   
   ### Expected behavior
   
   Should be able to read the table after schema change.
   
   ### Willingness to contribute
   
   None


-- 
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