Skip to content

Commit

Permalink
Date32
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 10, 2024
1 parent a28bce4 commit 97b5d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/e2e/clickhouse/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ func (s ClickHouseSuite) GetRows(table string, cols string) (*model.QRecordBatch
} else {
qrow = append(qrow, qvalue.QValueTimestamp{Val: v.Values.Row(idx)})
}
case *chproto.ColDate32:
qrow = append(qrow, qvalue.QValueTimestamp{Val: v.Row(idx)})
case *chproto.ColDateTime64:
qrow = append(qrow, qvalue.QValueTimestamp{Val: v.Row(idx)})
case *chproto.ColNullable[chproto.Decimal32]:
Expand Down

0 comments on commit 97b5d04

Please sign in to comment.