QuakeWang commented on PR #9402:
URL: https://github.com/apache/paimon/pull/9402#issuecomment-5425835436

   Agree. I will persist the nullable schema ID on IndexManifestEntry and 
perform compatibility filtering on manifest entries.
   
   To preserve the build-time identity across long-running Flink/Spark index 
builds, I plan to carry schemaId in IndexFileMeta only as committable 
transport, copy it to the top-level IndexManifestEntry field in 
ManifestEntryChanges, and restore it to the transport when an entry is read for 
delete, copy, or recommit flows. The index manifest will persist it only on 
IndexManifestEntry, not inside GlobalIndexMeta. Legacy entries will remain null 
and fail closed.
   
   Does this match your intent?


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