Skip to content

Commit

Permalink
Date32
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Oct 21, 2024
1 parent 7bdd716 commit 124d05a
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 @@ -245,6 +245,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 124d05a

Please sign in to comment.