-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Description
This discussion is a follow up of this comment, in summary, I'm thinking about make PartitionSpec
safe with following changes:
- Making all fields private to this struct.
- Add a
schema
field toPartitionSpec
.
This will introduce several changes:
PartitionSpec
could only be built using builder, which has checks for serveral parts to ensure it's correctPartitionSpec
's partition type could be infered by itself- We may need to change the deserialization of
TableMetadata
to use builder to build it.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done