onerishabh opened a new pull request, #8214:
URL: https://github.com/apache/iceberg/pull/8214

   * Enable converting objects of `date`, `time` and `datetime` types to bytes. 
   * Uses `pyiceberg/utils/datetime.py` functions to convert date/timestamp to 
epoch microseconds. 
   * Uses _LONG_STRUCT to pack epoch microseconds. 
   * Uses _INT_STRUCT to pack number of days since epoch. 
   
   Issue: #8191 


-- 
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