MgjLLL commented on PR #8217:
URL: https://github.com/apache/paimon/pull/8217#issuecomment-4718434928

   Addressed review feedback in `d43d8d99`:
   1. `ManifestFileManager.read()` — added schema id short-circuit to avoid 
filesystem access when decoding manifest entries
   2. `DataEvolutionSplitRead._create_union_reader()` — reused existing 
`_resolve_schema()` for the no-write_cols path
   
   Full audit: all `schema_manager.get_schema()` calls in the read path now 
short-circuit when `schema_id == table_schema.id`. Remaining calls are 
write-path (conflict detection), branch management, and time-travel — all 
intentionally unchanged.


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

Reply via email to