Skip to content

Commit

Permalink
make numeric less numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Dec 10, 2024
1 parent 3e98bc5 commit f34ce72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/e2e/clickhouse/peer_flow_ch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ func (s ClickHouseSuite) Test_Types_CH() {
CURRENT_DATE,1.23,1.234,'10.0.0.0/32'::inet,1,
'5 years 2 months 29 days 1 minute 2 seconds 200 milliseconds 20000 microseconds'::interval,
'{"sai":-8.02139037433155}'::json,'{"sai":1}'::jsonb,'08:00:2b:01:02:03'::macaddr,
1.2,1234567890123456789012345678901234567890.1234567890123456789012345678901234567890,
1.2,123456789012345678901234567890.123456789012345678901234567890,
4::oid,1.23,1,1,1,'test',now(),now(),now()::time,now()::timetz,
'fat & rat'::tsquery,'a fat cat sat on a mat and ate a fat rat'::tsvector,
txid_current_snapshot(),
Expand Down Expand Up @@ -725,7 +725,7 @@ func (s ClickHouseSuite) Test_Types_CH() {
CURRENT_DATE,1.23,1.234,'10.0.0.0/32'::inet,1,
'5 years 2 months 29 days 1 minute 2 seconds 200 milliseconds 20000 microseconds'::interval,
'{"sai":-8.02139037433155}'::json,'{"sai":1}'::jsonb,'08:00:2b:01:02:03'::macaddr,
1.2,1234567890123456789012345678901234567890.1234567890123456789012345678901234567890,
1.2,123456789012345678901234567890.123456789012345678901234567890,
4::oid,1.23,1,1,1,'test',now(),now(),now()::time,now()::timetz,
'fat & rat'::tsquery,'a fat cat sat on a mat and ate a fat rat'::tsvector,
txid_current_snapshot(),
Expand Down

0 comments on commit f34ce72

Please sign in to comment.