ahmedabu98 opened a new pull request, #26879: URL: https://github.com/apache/beam/pull/26879
Fixes #26796 We currently use DateTimeFormatterBuilder's appendOffsetId() to construct our timestamp pattern. However, appendOffsetId() requires minutes. These changes replace that with a custom pattern `"+HH:mm:ss"` that requires hours but all else is optional. This matches the examples we see in BQ documentation: https://cloud.google.com/bigquery/docs/reference/standard-sql/timestamp_functions#timestamp -- 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]
