Skip to content

Commit

Permalink
fix customer tango issue with ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Dec 21, 2023
1 parent 08861aa commit d0e0d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/bigquery/qvalue_convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func qValueKindToBigQueryType(colType string) bigquery.FieldType {
return bigquery.TimestampFieldType
// TODO: https://github.com/PeerDB-io/peerdb/issues/189 - DATE support is incomplete
case qvalue.QValueKindDate:
return bigquery.DateFieldType
return bigquery.TimestampFieldType
// TODO: https://github.com/PeerDB-io/peerdb/issues/189 - TIME/TIMETZ support is incomplete
case qvalue.QValueKindTime, qvalue.QValueKindTimeTZ:
return bigquery.TimeFieldType
Expand Down

0 comments on commit d0e0d12

Please sign in to comment.