Abacn commented on issue #24415: URL: https://github.com/apache/beam/issues/24415#issuecomment-1332808768
Datetime portable logical type was introduced in 2.42.0; decimal introduced in 2.43.0. Reported that the job works as expected for Beam 2.43.0 so that it is not caused by these changes. Between 2.43.0 and 2.44.0 the change is portable BINARY/VARBINARY/CHAR/VARCHAR types. The change added support to these types in `org.apache.beam.sdk.extensions.sql.impl.utils.CalciteUtils.toSqlTypeName`. The only logical type not supported I could imagine is the removed CharType. #24414 should fix it. Close the issue for now. -- 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]
