omkenge opened a new pull request, #1234: URL: https://github.com/apache/iceberg-python/pull/1234
### Support for Additional Date Format #### Summary This PR extends the date/time handling functions by adding support for one additional formats: - `YYYYMMDD` (e.g., `20241018`) #### Changes - Updated the `date_str_to_days` function to handle the `YYYYMMDD` date format - Added corresponding regex patterns to match these formats. Please @kevinjqliu reviewthis and provide feedback! -- 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]
