Feature request
Which Delta project/connector is this regarding?
<!--
Please add the component selected below to the beginning of the issue title
For example: [Feature Request][Spark] Title of my issue
-->
- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [x] Kernel
- [ ] Other (fill in here)
Overview
<!-- Provide a high-level description of the feature request. -->
Currently, if a JSON file in the log segment changes from 9.uuid.json to 9.json, it’s treated as a log segment change, and an exception is thrown (since log segment changes aren’t allowed between page requests). However, this kind of file name change should be allowed, and we should not throw an exception in this case.
Motivation
<!-- How will this feature be used? Why is it important? Which users will benefit from it? -->
Further details
<!--
Use this section to include any additional information about the feature. If you have a proposal for how to implement this feature, please include it here. For implementation guidelines, please read our contributor guidelines: https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md
If there are any specific requirements for this feature that are not immediately obvious please outline them here.
-->
Willingness to contribute
The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?
- [ ] Yes. I can contribute this feature independently.
- [ ] Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
- [ ] No. I cannot contribute this feature at this time.