We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently on read Avro GenericRecords are not supporting LogicalTypes; reading DATE, TIME fields will be read as STRING.
Supporting logical types should be doable by just enabling support on JobConfigurationExtract
new JobConfigurationExtract() .setSourceTable(table) .setDestinationFormat("AVRO") .setUseAvroLogicalTypes(useAvroLogicalTypes) .setDestinationUris(ImmutableList.of(destinationUri));
Imported from Jira BEAM-10649. Original Jira may contain additional context. Reported by: regadas.
The text was updated successfully, but these errors were encountered:
Looked to be resolved in #12479
Sorry, something went wrong.
No branches or pull requests
Currently on read Avro GenericRecords are not supporting LogicalTypes; reading DATE, TIME fields will be read as STRING.
Supporting logical types should be doable by just enabling support on JobConfigurationExtract
Imported from Jira BEAM-10649. Original Jira may contain additional context.
Reported by: regadas.
The text was updated successfully, but these errors were encountered: