From f34ce72300813c98e5fcdf3bbfefcc9fea775870 Mon Sep 17 00:00:00 2001 From: Kevin Biju Date: Wed, 11 Dec 2024 04:20:36 +0530 Subject: [PATCH] make numeric less numeric --- flow/e2e/clickhouse/peer_flow_ch_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow/e2e/clickhouse/peer_flow_ch_test.go b/flow/e2e/clickhouse/peer_flow_ch_test.go index 568a8db20..ba8db73c8 100644 --- a/flow/e2e/clickhouse/peer_flow_ch_test.go +++ b/flow/e2e/clickhouse/peer_flow_ch_test.go @@ -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(), @@ -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(),