[
https://issues.apache.org/jira/browse/BEAM-11001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249799#comment-17249799
]
Beam JIRA Bot commented on BEAM-11001:
--------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> Avro/BigQuery disagreement on DATE type representation
> ------------------------------------------------------
>
> Key: BEAM-11001
> URL: https://issues.apache.org/jira/browse/BEAM-11001
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Affects Versions: 2.24.0
> Reporter: Coda
> Priority: P3
>
> I'm trying to write a job using an Avro format function to write to BQ. The
> BQ table has a {{DATE}} column, Beam converts that to a {{[ "null", "string"
> ]}}, but when the BQ load job runs, it errors out with:
> {{Field date_column has incompatible types. Configured schema: date; Avro
> file: string.}}
> If I write an integer, I get a {{Not in union ["null","string"]}} error from
> Avro.
> This happens regardless of whether {{useAvroLogicalTypes}} is set.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)