CircArgs opened a new pull request #3952:
URL: https://github.com/apache/iceberg/pull/3952


   This PR takes a step towards making types functional by incorporating logic 
that allows them to take values and be literals.
   
   Generic types will take a form like `Fixed(8)` for the type and 
`Fixed(length=5, value=b'hello')` for the literal. `Type` has been removed from 
most classes because of this.
   
   Further, a `PrimitiveType` is a parent to all primitive types so that one 
can check primitive status of a type as `isinstance(Integer(), 
PrimitiveType)==True`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to