aIbrahiim commented on issue #34809: URL: https://github.com/apache/beam/issues/34809#issuecomment-4229289383
I think the changes in this commit https://github.com/apache/beam/commit/c1e44fb0258 probably causes this job flakiness as it makes SqlTypes.DATE depend more heavily on correct schema portable round trip, any runner path that still normalizes that field to bare INT64 (while values stay epoch-day longs) can surface as Iceberg tables created with long instead of date, which then fails schema assertions that expect SqlTypes.DATE when reading the table back @ahmedabu98 -- 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]
