[Feature Request]: Always normalize supported types to RowTypeConstraint
Open
core
new feature
P3
python
schemas
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### What would you like to happen?
As part of normalizing user type hints, we should check if the type can be a RowTypeConstraint (i.e. a schema can be inferred). This would effectively opt-in users of those type hints to using SchemaCoder, so we should evaluate performance (vs. FastPrimitivesCoder/PickleCoder) before doing this.
### Issue Priority
Priority: 2
### Issue Component
Component: sdk-py-core
Contributor guide
Assessment
This issue has not been assessed yet.