@@ -21,9 +21,9 @@ CREATE TABLE pax_test.all_typbyval_pg_types (
2121 timestamptz_col timestamptz,
2222 pg_lsn_col pg_lsn
2323) USING pax distributed by (id);
24- insert into pax_test.all_typbyval_pg_types values(1, true,'c',2,'cid ',4.2,5,'2023-05-17 17:56:49',7,'2023-05-17 17:56:49',10,11.1111,12,'2023-05-17 17:56:49','2023-05-17 17:56:49', '16/0'),
25- (1, true,'c',2,'cid ',4.2,5,'2023-05-17 17:56:49',7,'2023-05-17 17:56:49',10,11.1111,12,'2023-05-17 17:56:49','2023-05-17 17:56:49', '16/0'),
26- (1, true,'c',2,'cid ',4.2,5,'2023-05-17 17:56:49',7,'2023-05-17 17:56:49',10,11.1111,12,'2023-05-17 17:56:49','2023-05-17 17:56:49', '16/0');
24+ insert into pax_test.all_typbyval_pg_types values(1, true,'c',2,'0 ',4.2,5,'2023-05-17 17:56:49',7,'2023-05-17 17:56:49',10,11.1111,12,'2023-05-17 17:56:49','2023-05-17 17:56:49', '16/0'),
25+ (1, true,'c',2,'0 ',4.2,5,'2023-05-17 17:56:49',7,'2023-05-17 17:56:49',10,11.1111,12,'2023-05-17 17:56:49','2023-05-17 17:56:49', '16/0'),
26+ (1, true,'c',2,'0 ',4.2,5,'2023-05-17 17:56:49',7,'2023-05-17 17:56:49',10,11.1111,12,'2023-05-17 17:56:49','2023-05-17 17:56:49', '16/0');
2727select * from pax_test.all_typbyval_pg_types;
2828 id | bool_col | char_col | int2_col | cid_col | float4_col | int4_col | date_col | oid_col | time_stamp_col | int8_col | float8_col | money_col | time_col | timestamptz_col | pg_lsn_col
2929----+----------+----------+----------+---------+------------+----------+------------+---------+--------------------------+----------+------------+-----------+----------+------------------------------+------------
0 commit comments