-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
[Feature Request]: AvroUtils.toAvroSchema supports a logicaltypes.Date type #23299
Comments
AvroUtils.toAvroSchema can't process SqlTypes.DATE. |
.take-issue |
|
I'm creating a table using a Beam SQL, can't apply a PTransform before it's created. |
Reopen because it is rolled back #24489 |
What would you like to happen?
Hi, folks,
I'm using a SQLTransform to read & write a Date field to parquet files. However, AvroUtils.toAvroSchema can't convert org.apache.beam.sdk.schemas.logicaltypes.Date to a avro date type. Because its identifier is
beam:logical_type:date:v1
, which can't be handled in method org.apache.beam.sdk.schemas.utils.AvroUtils.genericFromBeamFieldIssue Priority
Priority: 2
Issue Component
Component: sdk-java-core
The text was updated successfully, but these errors were encountered: