-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start switching parquet library * Remove delta data type aliases * Remove _parsed fields, DeltaDataTypeDate, drop writer version to 1 * Manually parse actions since the schema isn't fixed * Restore DeltaDataType type definitions. Convert all action struct members to pointers so that parquet schema is consistent with Spark/Rust * Fix up map and list reading to work with either pointer or non-pointer entries * go mod tidy * Use consistent version type * Return error if add size is zero or missing when creating a checkpoint * Make fields that are required in the protocol also required in Parquet. Remove timestamp logical type to match Spark schema. Remove Delta data type definitions.
- Loading branch information
1 parent
c243636
commit 6167048
Showing
16 changed files
with
1,080 additions
and
440 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
Oops, something went wrong.