-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid Persisting NumRecord of RemoveFile to Checkpoint
This PR avoids persisting NumRecord of RemoveFile action to checkpoint by removing this attribute from the constructor of RemoveFile object. Resolves #1229. This PR ensures that `RemoveFile.numRecords` field is not written out to the delta checkpoint. We write out a checkpoint, and read it back as parquet, and ensure that its schema does not contain `numRecords`. No. Closes #1230. GitOrigin-RevId: 518e46c0622cca4277729e9e6e7ebb08452619f3
- Loading branch information
1 parent
d4b70a8
commit 5842b5f
Showing
2 changed files
with
56 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters