gmdfalk opened a new issue, #4407:
URL: https://github.com/apache/paimon/issues/4407

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   1.0-SNAPSHOT
   
   ### Compute Engine
   
   Flink
   
   ### Minimal reproduce step
   
   1. Create table with schema version 1
   2. Insert some values
   3. Alter table to create schema version 2 (but don't insert any new values)
   4. Create tag & branch
   5. Select * from branch 
   
   The select job will fail because it only has schema version 2 but will try 
to read schema version 1.
   Example stacktrace: 
https://gist.github.com/gmdfalk/802eb18c912a4d85e17f206820a0c55a
   
   ### What doesn't meet your expectations?
   
   I expect the branch to be able to read any data, not just in the latest 
schema.
   The branch only knows schema 2 and cannot read entries written in schema 1.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

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

Reply via email to