PDGGK commented on issue #25946:
URL: https://github.com/apache/beam/issues/25946#issuecomment-3822498495

   Hi, I've been reviewing the design doc for portable schema types 
(https://s.apache.org/beam-timestamp-strategy).
   
   I'm very interested in this topic and considering it as a potential GSoC 
2026 project scope. I noticed Python currently has 
`JdbcDateType`/`JdbcTimeType` (using `beam:logical_type:javasdk_*:v1` URNs) but 
lacks the standard portable URNs.
   
   To get familiar with the codebase, I'd like to start by implementing 
`TimeLogicalType` with URN `beam:logical_type:time:v1` as a POC. The 
implementation would follow the existing pattern in schemas.py (similar to 
JdbcTimeType but using INT64 nanoseconds representation as per Java's 
Time.java).
   
   Would this be a reasonable starting point?
   
   I'm an existing contributor with merged PRs (#37298).


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

Reply via email to