cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.79k stars 3.76k forks source link

compose: TestComposeCompare failed #56845

Closed cockroach-teamcity closed 3 years ago

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@06944cb1996ed9ccfa036118b810e46673fe0ff4:

        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_4, col2_5 ASC, col2_0 ASC);
        test_1        |             CREATE INDEX ON table2 (col2_7 DESC, col2_2 DESC, col2_6 ASC, col2_1, col2_5 DESC, col2_0, col2_3 ASC, col2_4 ASC);
        test_1        |             CREATE INDEX ON table2 (col2_7, col2_5 ASC, col2_1, col2_6 ASC, col2_4, col2_3 ASC, col2_2, col2_0 DESC);
        test_1        |             CREATE INDEX ON table2 (col2_4, col2_2 DESC) INCLUDE (col2_0);
        test_1        |             CREATE INDEX ON table2 (col2_1 ASC, col2_4 DESC, col2_7 DESC, col2_6 DESC);
        test_1        |             CREATE TABLE table3 (col3_0 INT8 NOT NULL, col3_1 CHAR NOT NULL, col3_2 BYTEA NOT NULL, col3_3 BOOL NOT NULL, col3_4 REGCLASS NOT NULL, col3_5 FLOAT8, col3_6 INT8[] NULL, col3_7 TIMETZ NULL, col3_8 DATE NOT NULL, col3_9 FLOAT8 NOT NULL, col3_10 BYTEA NOT NULL, col3_11 UUID NULL, col3_12 DECIMAL, col3_13 FLOAT8 NOT NULL, col3_14 REGPROCEDURE NOT NULL, col3_15 REGNAMESPACE NOT NULL, PRIMARY KEY (col3_14, col3_13, col3_8, col3_2, col3_10, col3_4, col3_15, col3_1, col3_9));
        test_1        |             CREATE TABLE table4 (col3_14 REGPROCEDURE NOT NULL, col3_13 FLOAT8 NOT NULL, col3_8 DATE NOT NULL, col3_2 BYTEA NOT NULL, col3_10 BYTEA NOT NULL, col3_4 REGCLASS NOT NULL, col3_15 REGNAMESPACE NOT NULL, col3_1 CHAR NOT NULL, col3_9 FLOAT8 NOT NULL, col4_9 INTERVAL NULL, PRIMARY KEY (col3_14, col3_13, col3_8, col3_2, col3_10, col3_4, col3_15, col3_1, col3_9));
        test_1        |             CREATE UNIQUE INDEX ON table4 (col3_2 ASC);
        test_1        |             CREATE INDEX ON table4 (col3_1, col4_9 ASC, col3_9);
        test_1        |             CREATE INDEX ON table4 (col3_9 ASC, col3_1 DESC, col3_2, col3_10, col3_8 DESC, col3_14 DESC, col3_15 DESC, col4_9 DESC, col3_13);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col3_15, col3_2, col4_9 ASC, col3_10 ASC, col3_1 DESC, col3_9 DESC, col3_14, col3_8, col3_13 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_9);
        test_1        |             CREATE INDEX ON table4 (col3_13 ASC, col3_14 ASC, col3_15 DESC, col3_2) INCLUDE (col4_9);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col3_1, col3_2 ASC, col3_13 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col3_2, col3_13 DESC, col3_9 ASC, col3_10 DESC, col3_8, col3_14 ASC, col3_4 ASC, col3_1 DESC, col3_15 ASC, col4_9);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col3_4, col3_2 DESC, col3_8 ASC, col3_9, col3_13 DESC, col3_10, col3_14, col3_15 ASC, col3_1);
        test_1        |             CREATE TABLE table5 (col5_0 TEXT[] NULL, col5_1 BOOL NULL, col5_2 REGCLASS NULL, col5_3 TIMESTAMP, col5_4 INT8, col5_5 INT8, col5_6 VARCHAR, col5_7 TEXT NULL, col5_8 BIT(21), col5_9 OID, col5_10 BIT(49), col5_11 BOOL, col5_12 "char" NULL, col5_13 INTERVAL NULL, col5_14 INTERVAL NOT NULL, col5_15 TEXT, col5_16 BOOL, col5_17 BOX2D);
        test_1        |             CREATE INDEX ON table5 (col5_8, col5_14, col5_5 ASC, col5_10 ASC, col5_1 ASC, col5_11, col5_9 ASC, col5_4 DESC, col5_15, col5_13 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_2, col5_10 DESC, col5_7 DESC, col5_13 DESC, col5_15 ASC, col5_1 DESC, col5_5 DESC, col5_6 DESC, col5_4, col5_3 ASC, col5_12 ASC, col5_16 ASC, col5_9 ASC) INCLUDE (col5_0, col5_8, col5_11, col5_14, col5_17);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_1 ASC, col5_16 DESC, col5_17 ASC, col5_4, col5_2 DESC, col5_15 DESC, col5_11 ASC, col5_12 ASC, col5_5 DESC, col5_6) INCLUDE (col5_0, col5_8, col5_9, col5_10);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_10 ASC, col5_7, col5_17 DESC, col5_1);
        test_1        |             CREATE INDEX ON table5 (col5_13 DESC, col5_16 ASC, col5_12 ASC, col5_14 DESC, col5_7, col5_8 DESC, col5_4 ASC, col5_1 DESC, col5_5 ASC);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('vurvfm', 'st', 'zwxky');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (0.78s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 INTERVAL NOT NULL, col1_1 FLOAT4 NULL, col1_2 BYTES NOT NULL, col1_3 DATE NOT NULL, col1_4 REGNAMESPACE NOT NULL, col1_5 STRING NOT NULL, PRIMARY KEY (col1_0 DESC, col1_4 DESC, col1_2 DESC), INDEX (col1_1, col1_5 ASC, col1_4 DESC, col1_0) WHERE table1.col1_2 > e'\\x27':::BYTES, INDEX (col1_4, col1_2 ASC, col1_0 DESC) WHERE (((table1.col1_1 >= 0.0:::FLOAT8) OR (table1.col1_2 > e'\\x27':::BYTES)) OR (table1.col1_3 <= '4714-11-24 BC':::DATE)) AND (table1.col1_5 = e'\U00002603':::STRING), UNIQUE (col1_5 DESC, col1_2 ASC, col1_1 ASC, col1_4, col1_0 DESC) STORING (col1_3) WHERE (table1.col1_3 >= '1970-01-01':::DATE) OR (table1.col1_1 >= 0.0:::FLOAT8), INDEX (col1_3 ASC, col1_2, col1_4 DESC, col1_5, col1_1) WHERE (table1.col1_3 != '1970-01-01':::DATE) OR (table1.col1_1 > 1.401298464324817e-45:::FLOAT8), INDEX (col1_1 ASC) WHERE (table1.col1_1 >= 0.0) AND (table1.col1_2 <= '\x27'), INDEX (col1_4 ASC, col1_5 DESC) STORING (col1_3) WHERE (((table1.col1_1 < -Inf) AND (table1.col1_3 = '4714-11-24 BC')) AND (table1.col1_5 < e'\x00')) OR (table1.col1_2 = '\x00'), INDEX (col1_5 DESC, col1_3 ASC, col1_1) WHERE (((table1.col1_2 < '\xe29883') OR (table1.col1_1 <= 1.0)) OR (table1.col1_3 != '-infinity')) OR (table1.col1_5 < e'\U00002603'), UNIQUE (col1_5) STORING (col1_3) WHERE ((table1.col1_1 > '-Inf':::FLOAT8) AND (table1.col1_2 < e'\\x00':::BYTES)) AND (table1.col1_3 >= '4714-11-24 BC':::DATE), INDEX (col1_1 DESC, col1_0, col1_5 DESC, col1_2 ASC, col1_3, col1_4 DESC), FAMILY (col1_3), FAMILY (col1_0), FAMILY (col1_2, col1_1), FAMILY (col1_4, col1_5));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 297, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000, "num_range": 0, "upper_bound": "-0.8077356219291687"}, {"distinct_range": 4884620.975677108, "num_eq": 100000000, "num_range": 6000000, "upper_bound": "-0.04603995382785797"}, {"distinct_range": 1610565044583911200, "num_eq": 4658770328225459898, "num_range": 6783238225420596526, "upper_bound": "0.0"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 664, "row_count": 800}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 220, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 784, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "1970-01-01"}, {"distinct_range": 700, "num_eq": 8705294959235858768, "num_range": 700, "upper_bound": "1972-09-27"}, {"distinct_range": 0, "num_eq": 5000000000, "num_range": 7558013972544563136, "upper_bound": "1974-08-27"}, {"distinct_range": 700, "num_eq": 2807331542370169869, "num_range": 700, "upper_bound": "1989-06-28"}, {"distinct_range": 2486909850895121400, "num_eq": 3276077972441879336, "num_range": 5864369844849934535, "upper_bound": "1994-04-02"}, {"distinct_range": 1041633211.3044033, "num_eq": 7510958036383694846, "num_range": 4000000000, "upper_bound": "1994-05-29"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 800}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 305, "histo_buckets": [{"distinct_range": 0, "num_eq": 4362656743032084859, "num_range": 0, "upper_bound": "51513504"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "76099314"}, {"distinct_range": 3882606063.593031, "num_eq": 7668195071049074503, "num_range": 6000000000, "upper_bound": "1672935595"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 800}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 745, "histo_buckets": [{"distinct_range": 0, "num_eq": 8505440873109504670, "num_range": 0, "upper_bound": "\\u000eR~:\\u0019dq"}, {"distinct_range": 10000000000, "num_eq": 900000, "num_range": 10000000000, "upper_bound": "\\u001eZ\\u0016YZ7)w!"}, {"distinct_range": 10, "num_eq": 1242421543958886454, "num_range": 10, "upper_bound": "#b"}, {"distinct_range": 2026442198714444800, "num_eq": 40000, "num_range": 2555940793393464550, "upper_bound": "?bKN\'"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 800}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 285, "histo_buckets": [{"distinct_range": 0, "num_eq": 2119523058634866312, "num_range": 0, "upper_bound": "-61 years -117 days -03:04:32.961583"}, {"distinct_range": 3000, "num_eq": 0, "num_range": 3000, "upper_bound": "-11 years -481 days -13:47:22.017953"}, {"distinct_range": 6831891354833113000, "num_eq": 300000000, "num_range": 6831891354833113566, "upper_bound": "65 years 7 mons 444 days 03:35:58.003542"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 800}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('chbbwb', 'skobcv', 'uspu', 'khx', 'polqw', 'f');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('b', 'fcews', 'snzz', 'mzxsoz', 'ryxiq', 't');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('ymj', 'c', 'hpvo');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('f', 'oanm', 'nwwkz', 'qqwz', 'xccst');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('h');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1838333920963923692, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 8710796370276273160, "num_range": 772474106717724496, "upper_bound": "\\u0000"}, {"distinct_range": 50000, "num_eq": 5000000, "num_range": 50000, "upper_bound": "\'\\r"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 300, "upper_bound": "I[xQ<W\\u0006\\u0007X"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 5805222229389395114}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2830039195221570006, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000, "num_range": 0, "upper_bound": "-50 years -2 mons -535 days -18:26:49.488444"}, {"distinct_range": 5562626094198901000, "num_eq": 60000000, "num_range": 8654107938860693580, "upper_bound": "-22 years -4 mons -664 days -00:35:50.30695"}, {"distinct_range": 2676856898960741400, "num_eq": 1609683175858932668, "num_range": 2676856898960741200, "upper_bound": "-22 years -11 mons -441 days -05:16:42.467298"}, {"distinct_range": 237.54749490406928, "num_eq": 40000000, "num_range": 1000, "upper_bound": "-18 years -5 mons -129 days -21:56:00.705187"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 8000, "upper_bound": "8 years 8 mons 142 days 16:11:20.469481"}, {"distinct_range": 7243118906100415000, "num_eq": 800000000, "num_range": 8542866341923151972, "upper_bound": "12 years 651 days 20:43:33.94171"}, {"distinct_range": 19.761520728232075, "num_eq": 900000000, "num_range": 80, "upper_bound": "46 years 7 mons 501 days 05:17:39.388726"}, {"distinct_range": 4143343947830002700, "num_eq": 900, "num_range": 7789910068949277606, "upper_bound": "70 years 2 mons 676 days 07:40:06.269296"}, {"distinct_range": 70850974.0693859, "num_eq": 80000000, "num_range": 100000000, "upper_bound": "75 years 3 mons 605 days 23:17:36.137675"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 5805222229389395114}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3344941051893330634, "histo_buckets": [{"distinct_range": 0, "num_eq": 6527010983162974654, "num_range": 0, "upper_bound": "-0.2042299509048462"}, {"distinct_range": 0, "num_eq": 5051212583938548709, "num_range": 8591114541933225755, "upper_bound": "0.2463379055261612"}, {"distinct_range": 0, "num_eq": 0, "num_range": 3060858986414540261, "upper_bound": "0.7044917941093445"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 3105631888214498083, "row_count": 5805222229389395114}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2138003543833275446, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5805222229389395114}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2705653004774982736, "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 5805222229389395114}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2341020466715409802, "histo_buckets": [{"distinct_range": 0, "num_eq": 1343988266138674422, "num_range": 0, "upper_bound": "117598067"}, {"distinct_range": 187.8855961455652, "num_eq": 7079972733172286630, "num_range": 400, "upper_bound": "1325195945"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 5805222229389395114}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2370684656036170201, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "501373729"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 6010714191886569819}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1314185067688028832, "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 6010714191886569819}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1043215994213195324, "histo_buckets": [{"distinct_range": 0, "num_eq": 7921821122121141582, "num_range": 0, "upper_bound": "-34 years -3 mons -849 days -06:50:29.240699"}, {"distinct_range": 0, "num_eq": 30, "num_range": 10000, "upper_bound": "74 years 8 mons 643 days 19:04:46.373705"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 6010714191886569819}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2544902280184549321, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "-0.4242779314517975"}, {"distinct_range": 664614790337116400, "num_eq": 3000000, "num_range": 2697376229200832815, "upper_bound": "0.4465687870979309"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 1723940467247944265, "row_count": 6010714191886569819}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5166093138798763660, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6010714191886569819}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1618784862613990158, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "1976-11-10"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 6010714191886569819}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "inf" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

otan commented 3 years ago

I do not wish to care of this by myself :P

these tests haven't run for 6 months and i expect quite a bit of sqlsmith fix ups to get this working - nominating this task for sql experience oncall

(of course knowing my luck in before I'm oncall)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@8ff64f5d897a9c7b39ca437193a11a7300cecbc1:


        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (2.68s)
        test_1        |     --- FAIL: TestCompare/postgres (1.80s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.88s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 FLOAT4 NOT NULL, PRIMARY KEY (col1_0), UNIQUE (col1_0 DESC), UNIQUE (col1_0) WHERE table1.col1_0 != 0.0, INDEX (col1_0 DESC) WHERE table1.col1_0 > -Inf, UNIQUE (col1_0));
        test_1        |             CREATE TABLE table2 (col1_0 FLOAT4 NOT NULL, col2_1 FLOAT4, col2_2 DATE NOT NULL, col2_3 DECIMAL, col2_4 REGPROCEDURE, col2_5 INT2 NULL, col2_6 DECIMAL NOT NULL, col2_7 OID NOT NULL, col2_8 TIMESTAMP NULL, col2_9 BYTES NULL, col2_10 CHAR NULL, col2_11 REGPROCEDURE, col2_12 TIME NOT NULL, col2_13 FLOAT8, col2_14 DECIMAL NULL, PRIMARY KEY (col1_0, col2_14 DESC, col2_1 DESC, col2_9, col2_4, col2_2, col2_11 ASC, col2_3, col2_10, col2_5 DESC, col2_8 ASC, col2_6 DESC, col2_13 ASC), INDEX (col2_9 ASC, col2_12 ASC, col2_1 DESC, col2_5 DESC, col2_11 ASC, col2_10, col2_6, col2_3 DESC, col2_8, col2_4 DESC, col2_13 ASC, col2_14) WHERE (((((table2.col2_8 > '0001-01-01 00:00:00') AND (table2.col2_3 != NaN)) AND (table2.col2_10 > e'\x00')) OR (table2.col2_5 = 0)) AND (table2.col2_13 <= NaN)) OR (table2.col2_1 != 0.0), INDEX (col2_12, col2_4 ASC, col2_14 DESC, col2_5 DESC, col2_3 DESC, col2_7 DESC, col2_8, col2_13 DESC, col1_0 DESC, col2_2 ASC) WHERE ((((((((table2.col2_6 < 0:::DECIMAL) OR (table2.col2_14 != (-1):::DECIMAL)) AND (table2.col2_1 > 0.0:::FLOAT8)) AND (table2.col2_13 != 'NaN':::FLOAT8)) OR (table2.col2_10 < e'\'':::STRING)) OR (table2.col2_8 >= '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table2.col2_3 != 'Infinity':::DECIMAL)) OR (table2.col2_12 = '00:00:00':::TIME)) OR (table2.col1_0 != 'NaN':::FLOAT8), INDEX (col2_5, col2_14 ASC, col2_3, col2_12 ASC, col1_0, col2_2, col2_13, col2_7 ASC) WHERE (((((((table2.col2_9 = '\x00') OR (table2.col2_2 >= '-infinity')) AND (table2.col1_0 = 1.0)) AND (table2.col2_10 != 'X')) OR (table2.col2_1 = 1.401298464324817e-45)) OR (table2.col2_3 <= 1)) AND (table2.col2_13 <= 0.0)) AND (table2.col2_5 >= 1), FAMILY (col2_5, col2_14, col2_10, col2_8, col2_1), FAMILY (col2_7), FAMILY (col2_11, col1_0), FAMILY (col2_4), FAMILY (col2_13), FAMILY (col2_6, col2_12, col2_2, col2_3), FAMILY (col2_9)) INTERLEAVE IN PARENT table1 (col1_0);
        test_1        |             CREATE TABLE table3 (col3_0 INT8 NOT NULL, col3_1 DECIMAL NOT NULL, col3_2 INT4, col3_3 UUID NOT NULL, col3_4 TIMETZ NOT NULL, col3_5 REGNAMESPACE NOT NULL, col3_6 INT2 NULL, col3_7 "char", col3_8 TIMESTAMPTZ, col3_9 STRING NULL, col3_10 BOOL NOT NULL, col3_11 TIMESTAMP NULL, col3_12 REGNAMESPACE, col3_13 REGPROC NOT NULL, col3_14 REGPROC NOT NULL, col3_15 STRING NOT NULL, col3_16 REGPROCEDURE NOT NULL, col3_17 BOX2D NOT NULL, col3_18 INT2 NULL, PRIMARY KEY (col3_15 ASC, col3_10, col3_16 DESC), UNIQUE (col3_2 DESC, col3_0 DESC, col3_17, col3_15 ASC, col3_1 ASC, col3_9 ASC, col3_4, col3_11 ASC, col3_8 DESC, col3_10, col3_7 ASC, col3_18 ASC, col3_5 DESC, col3_14 ASC, col3_12 ASC, col3_13) WHERE (((((((((((table3.col3_18 > (-1):::INT8) AND (table3.col3_0 <= (-128):::INT8)) AND (table3.col3_2 = 1:::INT8)) OR (table3.col3_4 > '24:00:00-15:59:00':::TIMETZ)) AND (table3.col3_15 > '"':::STRING)) AND (table3.col3_8 != '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table3.col3_1 <= (-1.234E+401):::DECIMAL)) AND (table3.col3_7 != '':::STRING)) OR (table3.col3_11 >= '3000-01-01 00:00:00':::TIMESTAMP)) AND (table3.col3_6 >= (-1):::INT8)) AND (NOT table3.col3_10)) AND (table3.col3_9 <= e'\x00':::STRING), UNIQUE (col3_6 DESC, col3_9 ASC, col3_7 DESC, col3_12 ASC, col3_17, col3_3 ASC, col3_15, col3_14, col3_11 ASC, col3_0 DESC, col3_10, col3_8 DESC, col3_16 DESC, col3_13 DESC, col3_2, col3_1 ASC, col3_18 DESC, col3_5, col3_4 DESC) WHERE (((((((((((table3.col3_4 >= '24:00:00-15:59:00') AND (table3.col3_0 = 9223372036854775807)) AND (table3.col3_15 != e'\x00')) AND (table3.col3_8 = '294276-12-31 23:59:59.999999+00:00')) AND (NOT table3.col3_10)) AND (table3.col3_11 != '-4713-11-24 00:00:00')) AND (table3.col3_18 > 127)) AND (table3.col3_1 <= 0)) OR (table3.col3_2 > 127)) OR (table3.col3_9 >= 'X')) AND (table3.col3_6 >= -1)) AND (table3.col3_7 >= '"'), UNIQUE (col3_17 DESC, col3_0, col3_13 DESC, col3_2 ASC, col3_4 ASC, col3_18 DESC, col3_15 DESC, col3_7) STORING (col3_1, col3_5, col3_8, col3_9, col3_11, col3_12) WHERE (((((((((((table3.col3_7 <= '':::STRING) OR (table3.col3_1 < (-1.234E+401):::DECIMAL)) OR (table3.col3_9 > '':::STRING)) AND (table3.col3_0 = 2147483647:::INT8)) AND table3.col3_10) AND (table3.col3_15 < e'\'':::STRING)) AND (table3.col3_11 <= '3000-01-01 00:00:00':::TIMESTAMP)) AND (table3.col3_8 > '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table3.col3_2 <= (-2147483648):::INT8)) AND (table3.col3_4 >= '00:00:00+15:59:00':::TIMETZ)) OR (table3.col3_18 < 127:::INT8)) AND (table3.col3_6 < 1:::INT8), UNIQUE (col3_1 ASC) STORING (col3_0, col3_3, col3_5, col3_7, col3_11, col3_14, col3_17) WHERE ((((NOT table3.col3_10) AND (table3.col3_0 <= 32767:::INT8)) AND (table3.col3_9 != '"':::STRING)) AND (table3.col3_2 <= 32767:::INT8)) OR (table3.col3_15 != 'X':::STRING), INDEX (col3_17, col3_4 ASC, col3_2, col3_9, col3_12), FAMILY (col3_13), FAMILY (col3_9, col3_15), FAMILY (col3_16), FAMILY (col3_14, col3_7), FAMILY (col3_3), FAMILY (col3_8, col3_18, col3_2, col3_1), FAMILY (col3_4, col3_17), FAMILY (col3_0, col3_5), FAMILY (col3_10, col3_12), FAMILY (col3_11), FAMILY (col3_6));
        test_1        |             CREATE TABLE table4 (col1_0 FLOAT4 NOT NULL, col2_14 DECIMAL NULL, col2_1 FLOAT4, col2_9 BYTES NULL, col2_4 REGPROCEDURE, col2_2 DATE NOT NULL, col2_11 REGPROCEDURE, col2_3 DECIMAL, col2_10 CHAR NULL, col2_5 INT2 NULL, col2_8 TIMESTAMP NULL, col2_6 DECIMAL NOT NULL, col2_13 FLOAT8, col4_13 REGPROC NULL, col4_14 BOOL NOT NULL, col4_15 NAME NULL, col4_16 FLOAT8 NULL, col4_17 REGPROCEDURE NOT NULL, col4_18 CHAR, col4_19 BOOL NOT NULL, col4_20 "char" NULL, col4_21 FLOAT8 NULL, col4_22 FLOAT4 NOT NULL, col4_23 DATE, col4_24 BOOL NULL, col4_25 INT8 NOT NULL, col4_26 REGPROC, col4_27 BOOL NULL, col4_28 OID, PRIMARY KEY (col1_0, col2_14 DESC, col2_1 DESC, col2_9, col2_4, col2_2, col2_11 ASC, col2_3, col2_10, col2_5 DESC, col2_8 ASC, col2_6 DESC, col2_13 ASC), INDEX (col2_10 DESC, col2_6 DESC, col1_0, col4_24, col4_18, col2_14, col2_11, col4_13) STORING (col4_14, col4_16, col4_17, col4_19, col4_20, col4_21, col4_22, col4_23, col4_25, col4_26, col4_27) WHERE ((((((((((((table4.col2_9 <= e'\\x22':::BYTES) AND (table4.col2_3 > 'Infinity':::DECIMAL)) AND table4.col4_27) AND (table4.col4_15 > '"':::STRING)) OR (table4.col2_5 <= 0:::INT8)) AND (table4.col4_25 >= 9223372036854775807:::INT8)) AND (NOT table4.col4_19)) OR (table4.col4_22 = 0.0:::FLOAT8)) OR (NOT table4.col4_14)) AND (table4.col2_6 >= 'Infinity':::DECIMAL)) OR (table4.col4_16 > 1.401298464324817e-45:::FLOAT8)) AND (table4.col4_21 != (-1.0):::FLOAT8)) OR (table4.col4_20 < e'\x00':::STRING), INDEX (col2_3, col4_25 DESC, col1_0 DESC, col4_18, col2_2 ASC, col4_13 ASC, col2_11, col4_21 ASC, col4_23 DESC, col4_16) STORING (col4_15, col4_20, col4_22, col4_24, col4_26, col4_27) WHERE (table4.col4_20 = e'\U00002603') OR (table4.col2_2 = 'infinity'), UNIQUE (col4_23 DESC, col4_20 ASC, col2_8 ASC, col4_19 ASC, col4_28 DESC, col4_16 DESC, col2_6 DESC, col2_5, col2_13 DESC, col4_14 DESC, col4_15 ASC, col4_17, col2_4, col4_13 DESC) STORING (col4_22, col4_27) WHERE (((((((((((((((((table4.col2_1 < 1.401298464324817e-45) OR table4.col4_19) OR (table4.col2_10 <= e'\'')) OR (table4.col2_8 = '-2000-01-01 00:00:00')) AND (table4.col4_15 >= e'\'')) OR (table4.col2_5 >= 1)) AND (table4.col1_0 = 0.0)) OR (NOT table4.col4_14)) OR (table4.col4_21 != 1.7976931348623157e+308)) OR (NOT table4.col4_24)) OR (table4.col4_22 = NaN)) OR (table4.col2_6 != NaN)) OR (table4.col4_25 <= 2147483647)) AND (table4.col4_23 >= '5874897-12-31')) AND (table4.col2_14 < -1)) AND (table4.col4_16 != -Inf)) OR (NOT table4.col4_27)) OR (table4.col2_3 != Infinity), UNIQUE (col2_11 ASC, col4_27 ASC, col4_24 DESC, col4_20, col4_13 DESC, col2_9, col4_16 DESC, col2_1 ASC, col4_17 DESC, col2_8 DESC, col4_26, col2_14 DESC, col2_3, col2_13 DESC, col2_6 ASC, col2_10 DESC, col4_14, col4_28 DESC, col4_25 DESC, col4_19, col4_18 ASC, col2_4 ASC, col4_15 DESC, col4_22 DESC, col2_2, col2_5, col1_0, col4_23 ASC, col4_21 DESC), INDEX (col1_0 ASC, col2_5, col2_11, col2_13, col4_15, col4_17, col4_18 ASC, col4_13 ASC, col4_22 DESC, col4_28 ASC, col4_21 ASC, col4_16 DESC, col4_19, col4_27, col4_23 ASC, col2_9, col2_4 DESC), INDEX (col4_20 ASC, col4_27, col4_24, col2_2, col2_10 DESC, col4_19, col4_17 ASC, col2_9 DESC, col4_16 ASC) STORING (col4_13, col4_15, col4_21, col4_22, col4_28), FAMILY (col4_20), FAMILY (col2_14), FAMILY (col4_17, col4_27), FAMILY (col4_21, col4_22), FAMILY (col4_28), FAMILY (col2_5), FAMILY (col4_24), FAMILY (col2_4), FAMILY (col2_8), FAMILY (col2_3, col2_9, col2_13), FAMILY (col4_15, col2_10, col2_2, col2_6), FAMILY (col4_23, col4_25), FAMILY (col4_16, col1_0), FAMILY (col4_19), FAMILY (col4_13), FAMILY (col4_14), FAMILY (col2_1, col4_26), FAMILY (col2_11), FAMILY (col4_18)) INTERLEAVE IN PARENT table2 (col1_0, col2_14, col2_1, col2_9, col2_4, col2_2, col2_11, col2_3, col2_10, col2_5, col2_8, col2_6, col2_13);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9540, "histo_buckets": [{"distinct_range": 0, "num_eq": 7312134471633092331, "num_range": 0, "upper_bound": "-1.7265839576721191"}, {"distinct_range": 1057901165901726500, "num_eq": 2905474211069122234, "num_range": 1650197635507804839, "upper_bound": "-0.8312184810638428"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 400000000, "upper_bound": "-0.7478808760643005"}, {"distinct_range": 0, "num_eq": 0, "num_range": 60000000000, "upper_bound": "-0.08107120543718338"}, {"distinct_range": 0, "num_eq": 700, "num_range": 4000000, "upper_bound": "-0.07263533025979996"}, {"distinct_range": 0, "num_eq": 200000, "num_range": 10000000, "upper_bound": "0.1269967257976532"}, {"distinct_range": 161256152.46249038, "num_eq": 0, "num_range": 200000000, "upper_bound": "0.6396889090538025"}, {"distinct_range": 0, "num_eq": 6930350039582283283, "num_range": 80000, "upper_bound": "1.4522517919540405"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 30000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 28667, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "-1.0"}, {"distinct_range": 49341.58027577746, "num_eq": 20, "num_range": 300000, "upper_bound": "0.035340119153261185"}, {"distinct_range": 20000000000, "num_eq": 70000000, "num_range": 20000000000, "upper_bound": "1.2205716371536255"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16726, "histo_col_type": "", "name": "__auto__", "null_count": 15925, "row_count": 30000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20279, "histo_col_type": "", "name": "__auto__", "null_count": 23384, "row_count": 30000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21355, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9021, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": "18:13:22.633334"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21881, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12793, "histo_col_type": "", "name": "__auto__", "null_count": 10295, "row_count": 30000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 28673, "histo_buckets": [{"distinct_range": 0, "num_eq": 8806759440709754679, "num_range": 0, "upper_bound": "-18310"}, {"distinct_range": 4136441802687563000, "num_eq": 100, "num_range": 4136441802687562666, "upper_bound": "-7715"}, {"distinct_range": 1000000, "num_eq": 30000000, "num_range": 1000000, "upper_bound": "1"}, {"distinct_range": 305010705566013100, "num_eq": 400000000, "num_range": 305010705566013132, "upper_bound": "26787"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 8872, "row_count": 30000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24262, "histo_col_type": "", "name": "__auto__", "null_count": 15277, "row_count": 30000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22162, "histo_col_type": "", "name": "__auto__", "null_count": 14102, "row_count": 30000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18791, "histo_col_type": "", "name": "__auto__", "null_count": 11930, "row_count": 30000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 29647, "histo_col_type": "", "name": "__auto__", "null_count": 2250, "row_count": 30000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1178, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15318, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 8725028203184981000, "num_eq": 70000000, "num_range": 8725028203184980481, "upper_bound": "\\\\x22aa056730"}, {"distinct_range": 40, "num_eq": 4080640436462101679, "num_range": 40, "upper_bound": "\\\\x2ed40e96"}, {"distinct_range": 0, "num_eq": 100, "num_range": 8534500217281915608, "upper_bound": "\\\\x9d"}, {"distinct_range": 0, "num_eq": 3980732871579365691, "num_range": 600000, "upper_bound": "\\\\xdf854e431a"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 8535, "row_count": 30000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25857, "histo_col_type": "", "name": "__auto__", "null_count": 8106, "row_count": 30000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1559330094663732694, "histo_col_type": "", "name": "__auto__", "null_count": 5676210844834153765, "row_count": 8304929289153834324}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6177863659300527319, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4948716466527363110, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5587176181019321966, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 669465964055024883, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7032802777069231403, "histo_buckets": [{"distinct_range": 0, "num_eq": 5212998760742589775, "num_range": 0, "upper_bound": "BOX(-1.735591848808881 -1.9191803251482862,-0.8523760864549557 0.06760750530268207)"}, {"distinct_range": 1216426455037815300, "num_eq": 90000, "num_range": 1216426455037815324, "upper_bound": "BOX(-0.8336305577034111 0.07236459278946672,-0.4992025599950395 0.22700668500625198)"}, {"distinct_range": 1173997910143510500, "num_eq": 90000000000, "num_range": 1986444595413921073, "upper_bound": "BOX(-0.7758395575902685 0.5159713113595014,1.6816782857012607 1.117497990566917)"}, {"distinct_range": 0, "num_eq": 20, "num_range": 0, "upper_bound": "BOX(-0.7515237128795654 -0.14463040213174216,-0.6589743131259982 -0.03086302563704668)"}, {"distinct_range": 0, "num_eq": 6050642920598623789, "num_range": 4758738431002144233, "upper_bound": "BOX(-0.35364010447551253 0.5136467657389281,-0.1705775218987 0.9266133537284775)"}, {"distinct_range": 0, "num_eq": 60000, "num_range": 2705452879129655688, "upper_bound": "BOX(0.905676923017944 -1.043141018818801,0.9667066414581527 0.20790073086776284)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4786221075737871413, "histo_col_type": "", "name": "__auto__", "null_count": 6856703321411901572, "row_count": 8304929289153834324}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4835513453843741129, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5765961175396820211, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7009539787848605491, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7289196631322006146, "histo_buckets": [{"distinct_range": 0, "num_eq": 7361491867187443682, "num_range": 0, "upper_bound": "7998"}, {"distinct_range": 1234839013409787400, "num_eq": 100000, "num_range": 4012247209079072869, "upper_bound": "24407"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 4042851795441777768, "row_count": 8304929289153834324}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 914157224679398458, "histo_col_type": "", "name": "__auto__", "null_count": 3793113005153501364, "row_count": 8304929289153834324}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3429681349696735758, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4655293549401590944, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": "-6.434112558166808942E+32"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-3.146752638714278216E+25"}, {"distinct_range": 0, "num_eq": 6871856063636419300, "num_range": 8802589990806969847, "upper_bound": "-716936531389777.9352"}, {"distinct_range": 9141533196536635000, "num_eq": 900, "num_range": 9141533196536635550, "upper_bound": "-44034465924093.6191"}, {"distinct_range": 5806698993776583000, "num_eq": 100000, "num_range": 6088786426574470807, "upper_bound": "-25.8679966538443911"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 3571901352668842445, "upper_bound": "1"}, {"distinct_range": 0, "num_eq": 100, "num_range": 900, "upper_bound": "4.791890851464046289E+19"}, {"distinct_range": 70000, "num_eq": 400000, "num_range": 70000, "upper_bound": "2.742001713224424989E+32"}, {"distinct_range": 9074210844840581000, "num_eq": 80, "num_range": 9074210844840580827, "upper_bound": "Infinity"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5460491931137596452, "histo_buckets": [{"distinct_range": 0, "num_eq": 3752316201481162957, "num_range": 0, "upper_bound": "-1987679004"}, {"distinct_range": 0, "num_eq": 7586098864407160152, "num_range": 0, "upper_bound": "-80250732"}, {"distinct_range": 7244422397260057000, "num_eq": 3701088404173433661, "num_range": 8530144834189915517, "upper_bound": "127"}, {"distinct_range": 1993362308157066500, "num_eq": 3169764409855465834, "num_range": 1993362308157066452, "upper_bound": "396848345"}, {"distinct_range": 0, "num_eq": 4408604218177535580, "num_range": 3187705642605777588, "upper_bound": "1072848046"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 2627375935661404675, "row_count": 8304929289153834324}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2789738480503522722, "histo_col_type": "", "name": "__auto__", "null_count": 721424881907152153, "row_count": 8304929289153834324}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4604132327661802831, "histo_col_type": "", "name": "__auto__", "null_count": 976506412679921306, "row_count": 8304929289153834324}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1789630152641032210, "histo_col_type": "", "name": "__auto__", "null_count": 1459683450552085809, "row_count": 8304929289153834324}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6842843489355607262, "histo_buckets": [{"distinct_range": 0, "num_eq": 900, "num_range": 0, "upper_bound": "\\u0012X\\u0019B"}, {"distinct_range": 0, "num_eq": 400000000, "num_range": 3000, "upper_bound": "\\u0014nl\\u001a1N"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 6636773752159454737, "upper_bound": "!e\\u0014"}, {"distinct_range": 200, "num_eq": 4868995780970491822, "num_range": 200, "upper_bound": "J\\u001br\\u000e@Gz\\u001e"}, {"distinct_range": 20000, "num_eq": 7688760201858410836, "num_range": 20000, "upper_bound": "g"}, {"distinct_range": 129029949.34020747, "num_eq": 4918316273128734602, "num_range": 300000000, "upper_bound": "qM\\u0017/2`"}, {"distinct_range": 226198.00023557493, "num_eq": 7000000, "num_range": 1000000, "upper_bound": "z"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 8304929289153834324}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7077373496738347621, "histo_col_type": "", "name": "__auto__", "null_count": 7227705705105592613, "row_count": 7484770741498181613}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6997502506873240500, "histo_col_type": "", "name": "__auto__", "null_count": 860356411190857288, "row_count": 7484770741498181613}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3475413118889021914, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "\\r\\u001b\\u0017"}, {"distinct_range": 0, "num_eq": 1526865569965916430, "num_range": 5093153873305409258, "upper_bound": "\\u001d1\\u0010X}x"}, {"distinct_range": 4499670095921951000, "num_eq": 6480578466198645886, "num_range": 4499670095921951370, "upper_bound": ":"}, {"distinct_range": 4347712843.252035, "num_eq": 179987217686775229, "num_range": 9000000000, "upper_bound": "D\\u0004}ng"}, {"distinct_range": 1390634974306586400, "num_eq": 2091005220971668088, "num_range": 2787906380236502422, "upper_bound": "Id\\u001e\\u000bK"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 100000, "upper_bound": "d\\u0010v7"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 2852197790291174040, "row_count": 7484770741498181613}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2632595939130489790, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col4_26"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5582206224424591190, "histo_col_type": "", "name": "__auto__", "null_count": 4117202670293777273, "row_count": 7484770741498181613}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6244843751837109941, "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 5124840268516926769, "row_count": 7484770741498181613}, {"columns": ["col4_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3642259982803944249, "histo_col_type": "", "name": "__auto__", "null_count": 955123103709340836, "row_count": 7484770741498181613}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4312645118395566495, "histo_col_type": "", "name": "__auto__", "null_count": 4896514710175484677, "row_count": 7484770741498181613}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5107354027194888940, "histo_col_type": "", "name": "__auto__", "null_count": 3438144643502501558, "row_count": 7484770741498181613}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5051720873703881137, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3684777318124458242, "histo_col_type": "", "name": "__auto__", "null_count": 4481582135368463625, "row_count": 7484770741498181613}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1157457343382211746, "histo_col_type": "", "name": "__auto__", "null_count": 1416709996820394753, "row_count": 7484770741498181613}, {"columns": ["col4_25"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4310515708325509930, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col4_28"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7060015766176535810, "histo_col_type": "", "name": "__auto__", "null_count": 1175124052093650953, "row_count": 7484770741498181613}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6746943576890038309, "histo_col_type": "", "name": "__auto__", "null_count": 5503343740876983426, "row_count": 7484770741498181613}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6325998682497093969, "histo_col_type": "", "name": "__auto__", "null_count": 7120388023407957829, "row_count": 7484770741498181613}, {"columns": ["col4_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6858456163199518968, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col4_24"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3248342123901716057, "histo_col_type": "", "name": "__auto__", "null_count": 6810556371463127205, "row_count": 7484770741498181613}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1216605098619612432, "histo_col_type": "", "name": "__auto__", "null_count": 5852927832814802219, "row_count": 7484770741498181613}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2786944961526242160, "histo_col_type": "", "name": "__auto__", "null_count": 6743679525550078783, "row_count": 7484770741498181613}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7259065408463700537, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6459393396723911703, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col4_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6686399822305908933, "histo_col_type": "", "name": "__auto__", "null_count": 2681569049904546281, "row_count": 7484770741498181613}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1149366890283724743, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3286051550895517535, "histo_buckets": [{"distinct_range": 0, "num_eq": 1009881677710439450, "num_range": 0, "upper_bound": "476451718"}, {"distinct_range": 70000, "num_eq": 0, "num_range": 70000, "upper_bound": "2247480099"}, {"distinct_range": 0, "num_eq": 3349892476743789127, "num_range": 3041814687020579964, "upper_bound": "2307549816"}, {"distinct_range": 700000000, "num_eq": 30000, "num_range": 700000000, "upper_bound": "3006668047"}, {"distinct_range": 61952.967794342636, "num_eq": 0, "num_range": 200000, "upper_bound": "4036475337"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 792485943822154385, "row_count": 7484770741498181613}, {"columns": ["col4_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6865230085596451853, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7484770741498181613}, {"columns": ["col4_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1536469238850986450, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000, "num_range": 0, "upper_bound": ")f\\u0006dd#P"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 0, "upper_bound": ",)\\u0012R!ux"}, {"distinct_range": 513463.65166750853, "num_eq": 20, "num_range": 1000000, "upper_bound": "4O\\u0019"}, {"distinct_range": 86450.67015420599, "num_eq": 30, "num_range": 100000, "upper_bound": "8y1\\u0012VY`Of"}, {"distinct_range": 6445517035916859000, "num_eq": 5000, "num_range": 6445517035916859080, "upper_bound": "O\\u000f\\u0012\\u000b"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 1016856456978928340, "row_count": 7484770741498181613}, {"columns": ["col4_23"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5805218653817303009, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000, "num_range": 0, "upper_bound": "1995-05-15"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 1324261702506301211, "row_count": 7484770741498181613}, {"columns": ["col4_27"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5864469347311719267, "histo_col_type": "", "name": "__auto__", "null_count": 961896295191727276, "row_count": 7484770741498181613}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('ebg', 'u', 'vkuz', 'l');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('tmyipb', 'pyoxmu', 'izvk', 'zt', 'lnkit');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('dzi', 'sjgikd', 'jlffah', 't');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('vfuur', 'yykbil', 'roq', 'kgqmgh');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39782, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000, "num_range": 0, "upper_bound": "-0.6843520402908325"}, {"distinct_range": 0, "num_eq": 200, "num_range": 2729575494504791371, "upper_bound": "-0.6788941025733948"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 5000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 161484971022283053, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 897266681909199521}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 711640162231820540, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000, "num_range": 0, "upper_bound": "01:55:02.832872"}, {"distinct_range": 386863466184542700, "num_eq": 100000000000, "num_range": 887915898506907605, "upper_bound": "02:10:32.024088"}, {"distinct_range": 6983644.207928703, "num_eq": 60, "num_range": 7000000, "upper_bound": "03:02:38.733928"}, {"distinct_range": 700000, "num_eq": 2978285980646864016, "num_range": 700000, "upper_bound": "03:22:20.578949"}, {"distinct_range": 0, "num_eq": 7704553713151079832, "num_range": 200000, "upper_bound": "06:27:36.131696"}, {"distinct_range": 10000000, "num_eq": 2963209127718623632, "num_range": 10000000, "upper_bound": "09:42:48.663469"}, {"distinct_range": 6463407330864338000, "num_eq": 20000000000, "num_range": 6821708893350050413, "upper_bound": "10:39:51.286365"}, {"distinct_range": 0, "num_eq": 301184777289975033, "num_range": 0, "upper_bound": "13:28:24.127022"}, {"distinct_range": 50000000000, "num_eq": 4147230518404331241, "num_range": 50000000000, "upper_bound": "22:57:14.999728"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 897266681909199521}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 162805977113743453, "histo_col_type": "", "name": "__auto__", "null_count": 763484229234572674, "row_count": 897266681909199521}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 843921034229506219, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 5435614.914595542, "num_eq": 300000, "num_range": 7000000, "upper_bound": "\\\\x3491124b71011f82"}, {"distinct_range": 2761033575847266300, "num_eq": 500000, "num_range": 5299558840917874343, "upper_bound": "\\\\x4da7e804905ef0"}, {"distinct_range": 800000, "num_eq": 300, "num_range": 800000, "upper_bound": "\\\\x58"}, {"distinct_range": 41729487786676030, "num_eq": 6000000, "num_range": 8912751160361734554, "upper_bound": "\\\\x5d9a21"}, {"distinct_range": 0, "num_eq": 3413713736966073395, "num_range": 0, "upper_bound": "\\\\x68f1b4c4f7a1d3"}, {"distinct_range": 8000000000, "num_eq": 5471724936017404932, "num_range": 8000000000, "upper_bound": "\\\\xa2"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 5580783915708348674, "upper_bound": "\\\\xecd6"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 308242427399768404, "row_count": 897266681909199521}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 260609183338195696, "histo_col_type": "", "name": "__auto__", "null_count": 414392041089141305, "row_count": 897266681909199521}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 308362668715982929, "histo_col_type": "", "name": "__auto__", "null_count": 583396697930261255, "row_count": 897266681909199521}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 234957637726089486, "histo_col_type": "", "name": "__auto__", "null_count": 162815753592660685, "row_count": 897266681909199521}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 797562168533344685, "histo_buckets": [{"distinct_range": 0, "num_eq": 8491645720204277425, "num_range": 0, "upper_bound": "-0.14009760320186615"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 897266681909199521}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 807910645033746851, "histo_col_type": "", "name": "__auto__", "null_count": 459144942962934736, "row_count": 897266681909199521}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 724449965531772979, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 897266681909199521}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 579933835028681901, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 897266681909199521}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 839175062301521440, "histo_col_type": "", "name": "__auto__", "null_count": 697519958865733464, "row_count": 897266681909199521}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 869902186233176056, "histo_col_type": "", "name": "__auto__", "null_count": 750797014600556757, "row_count": 897266681909199521}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 365050811337662712, "histo_col_type": "", "name": "__auto__", "null_count": 178524451433913683, "row_count": 897266681909199521}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 701978582309725266, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "-10524"}, {"distinct_range": 0, "num_eq": 7867976562450482022, "num_range": 8611394780211804291, "upper_bound": "-1"}, {"distinct_range": 37737442656.78595, "num_eq": 80000, "num_range": 70000000000, "upper_bound": "2588"}, {"distinct_range": 4320921627071478000, "num_eq": 1928498827629296966, "num_range": 4320921627071477524, "upper_bound": "3709"}, {"distinct_range": 9162486669386982000, "num_eq": 7132526799595002156, "num_range": 9162486669386982713, "upper_bound": "9799"}, {"distinct_range": 50785104932508810, "num_eq": 4789626675926422955, "num_range": 114338146348530215, "upper_bound": "12372"}, {"distinct_range": 9047905631689630000, "num_eq": 10000000000, "num_range": 9047905631689629527, "upper_bound": "26409"}, {"distinct_range": 0, "num_eq": 3500974158515567365, "num_range": 70, "upper_bound": "32290"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 253512148945368074, "row_count": 897266681909199521}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3949090738195004899, "histo_col_type": "", "name": "__auto__", "null_count": 3726313392701050067, "row_count": 6071806906798989573}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5176320891577103655, "histo_buckets": [{"distinct_range": 0, "num_eq": 1458522016007589835, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 200927138156703859, "num_range": 3000000, "upper_bound": "\\u0001\\u0002y\\t\\tU\\u0019"}, {"distinct_range": 0, "num_eq": 1134043717349206216, "num_range": 5494070631220152216, "upper_bound": "\\u00103?\\u001ebp2 "}, {"distinct_range": 493958907003251700, "num_eq": 100000, "num_range": 5334855326638142095, "upper_bound": "\\u0015\\u0013\\u0002\\""}, {"distinct_range": 702767819935329800, "num_eq": 1978291934671533162, "num_range": 702767819935329806, "upper_bound": "904"}, {"distinct_range": 705295178706687500, "num_eq": 8211344656883735631, "num_range": 881911528563117796, "upper_bound": "D \\u0019N"}, {"distinct_range": 10, "num_eq": 7882717323614726396, "num_range": 10, "upper_bound": "_/y\x7f\\u001b\\u0019X\\u000b"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 2458289003665426567, "upper_bound": "zf?g"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4739728138162218727, "histo_col_type": "", "name": "__auto__", "null_count": 5545368227554602694, "row_count": 6071806906798989573}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3377582938039688751, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3905368470302498259, "histo_col_type": "", "name": "__auto__", "null_count": 5916779430570996108, "row_count": 6071806906798989573}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5181409462649842935, "histo_col_type": "", "name": "__auto__", "null_count": 508647362428093432, "row_count": 6071806906798989573}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2499984129387036174, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2306098219760720004, "histo_col_type": "", "name": "__auto__", "null_count": 4822213470842765524, "row_count": 6071806906798989573}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3120924519563172434, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5934629413696492194, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 673025081004428971, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 199410495674041225, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000000, "num_range": 0, "upper_bound": "BOX(-2.4908333742541533 -1.728889458042011,0.32400249209158793 0.2860665362198091)"}, {"distinct_range": 70, "num_eq": 1936756785340738022, "num_range": 70, "upper_bound": "BOX(-1.7925339109041216 -0.4733465534663769,-0.05465209028730178 0.22336052303360465)"}, {"distinct_range": 3000, "num_eq": 6973524576934023758, "num_range": 3000, "upper_bound": "BOX(-0.41507408440803034 -1.36810284095828,0.6009360265979424 -0.6525029211527034)"}, {"distinct_range": 0, "num_eq": 400000, "num_range": 1000000, "upper_bound": "BOX(-0.4068189140204852 -0.8413978675534587,0.31914816023214976 0.8823110069386663)"}, {"distinct_range": 0, "num_eq": 200, "num_range": 6693002155436433346, "upper_bound": "BOX(-0.3178249888784783 0.22647951417758866,1.2725108119985173 1.4316392522045343)"}, {"distinct_range": 0, "num_eq": 70000000000, "num_range": 1379032747963395655, "upper_bound": "BOX(0.3810248604555676 -0.770123228894562,1.5185565050200855 -0.0958446724968906)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2331417781462415747, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2091881808544478183, "histo_buckets": [{"distinct_range": 0, "num_eq": 2210782367099915024, "num_range": 0, "upper_bound": "-27593"}, {"distinct_range": 2254598.237693676, "num_eq": 100000, "num_range": 10000000, "upper_bound": "-14063"}, {"distinct_range": 0, "num_eq": 2765616991745732861, "num_range": 50000000, "upper_bound": "-4094"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 70, "upper_bound": "19258"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 5053492057129613243, "row_count": 6071806906798989573}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 983044869409561188, "histo_col_type": "", "name": "__auto__", "null_count": 1161828238054456725, "row_count": 6071806906798989573}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1191015824991649659, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4405796118923861097, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3320812762257420053, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": "-54815163899080811.23"}, {"distinct_range": 7000966634568361000, "num_eq": 2776787774969173092, "num_range": 7000966634568361234, "upper_bound": "0.4222301013165482824"}, {"distinct_range": 6446205000882804000, "num_eq": 2548287419778971770, "num_range": 6446205000882803255, "upper_bound": "6.259709636743106469"}, {"distinct_range": 2000000, "num_eq": 60000000000, "num_range": 2000000, "upper_bound": "6212985423602.178119"}, {"distinct_range": 80000000, "num_eq": 800, "num_range": 80000000, "upper_bound": "672901406232094359.2"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 6071806906798989573}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2033711066708082251, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "-1710744820"}, {"distinct_range": 0, "num_eq": 3290727371002762333, "num_range": 927659698425052407, "upper_bound": "-918304636"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 1516896716668446716, "row_count": 6071806906798989573}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2408814722201835488, "histo_col_type": "", "name": "__auto__", "null_count": 2994890759781359629, "row_count": 3433017785340887737}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1729097706181858124, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col4_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1552461142016827857, "histo_col_type": "", "name": "__auto__", "null_count": 1466877591189428491, "row_count": 3433017785340887737}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3308483318442146610, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col4_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2976350831377000804, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 227557456123189766, "histo_col_type": "", "name": "__auto__", "null_count": 3096587150327855881, "row_count": 3433017785340887737}, {"columns": ["col4_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2199049062783096352, "histo_col_type": "", "name": "__auto__", "null_count": 1385630587873834549, "row_count": 3433017785340887737}, {"columns": ["col4_28"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 766661285379399708, "histo_col_type": "", "name": "__auto__", "null_count": 180730233050507289, "row_count": 3433017785340887737}, {"columns": ["col4_23"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 689173157025469994, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "1971-05-31"}, {"distinct_range": 609609389071607900, "num_eq": 8000000000, "num_range": 609609389071607899, "upper_bound": "1973-10-02"}, {"distinct_range": 0, "num_eq": 300000000, "num_range": 50, "upper_bound": "1977-03-23"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 2067634971130413647, "row_count": 3433017785340887737}, {"columns": ["col4_25"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1267878407279127897, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col4_27"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1843258951749183229, "histo_col_type": "", "name": "__auto__", "null_count": 344720933183756505, "row_count": 3433017785340887737}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2649639490044036830, "histo_col_type": "", "name": "__auto__", "null_count": 292801106365446320, "row_count": 3433017785340887737}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2485628964756465963, "histo_col_type": "", "name": "__auto__", "null_count": 711796514431697760, "row_count": 3433017785340887737}, {"columns": ["col4_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1142338611312984659, "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 1373291776163597526, "row_count": 3433017785340887737}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1729965849792277706, "histo_col_type": "", "name": "__auto__", "null_count": 2714094775398950571, "row_count": 3433017785340887737}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2042374431774499371, "histo_col_type": "", "name": "__auto__", "null_count": 82503457489855999, "row_count": 3433017785340887737}, {"columns": ["col4_24"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 282601984147321161, "histo_col_type": "", "name": "__auto__", "null_count": 2596245347978505366, "row_count": 3433017785340887737}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1541586766630208464, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 890355263664654963, "histo_col_type": "", "name": "__auto__", "null_count": 2787667980591604038, "row_count": 3433017785340887737}, {"columns": ["col4_26"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71997139257950308, "histo_col_type": "", "name": "__auto__", "null_count": 2908542403505489621, "row_count": 3433017785340887737}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2619977455409187233, "histo_col_type": "", "name": "__auto__", "null_count": 2663308396949495362, "row_count": 3433017785340887737}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2163221334360290220, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3027650204682429105, "histo_col_type": "", "name": "__auto__", "null_count": 1346851537278868576, "row_count": 3433017785340887737}, {"columns": ["col4_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 588257367789950332, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 475764007264900769, "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 528176207531198436, "row_count": 3433017785340887737}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3046512282225256319, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 3195757709441742359, "row_count": 3433017785340887737}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 123342226275059204, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "-0.4416610896587372"}, {"distinct_range": 0, "num_eq": 6157161011317680333, "num_range": 100000000000, "upper_bound": "0.2482217699289322"}, {"distinct_range": 52470216.50942551, "num_eq": 1000, "num_range": 100000000, "upper_bound": "0.9327520728111267"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 3433017785340887737}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1374882712703375105, "histo_col_type": "", "name": "__auto__", "null_count": 1411827957769349190, "row_count": 3433017785340887737}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3205804619500101503, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000000, "num_range": 0, "upper_bound": "107700281"}, {"distinct_range": 2010612094425545500, "num_eq": 50000000000, "num_range": 2010612094425545557, "upper_bound": "2197183644"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 1003096474457914762, "row_count": 3433017785340887737}]';
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_13) REFERENCES table1 (col1_0) ON DELETE RESTRICT;
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41740, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "-0.25647690892219543"}, {"distinct_range": 0, "num_eq": 20000000, "num_range": 4492197639791406420, "upper_bound": "0.25490161776542664"}, {"distinct_range": 2125336.090751459, "num_eq": 2000000000, "num_range": 5000000, "upper_bound": "1.443442940711975"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 90000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 985145, "histo_col_type": "", "name": "__auto__", "null_count": 2402057, "row_count": 10000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 340761, "histo_col_type": "", "name": "__auto__", "null_count": 8043397, "row_count": 10000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7879079, "histo_col_type": "", "name": "__auto__", "null_count": 9739252, "row_count": 10000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7986655, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000, "num_range": 0, "upper_bound": "21:23:05.148036"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 705648, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "-1.4524073600769043"}, {"distinct_range": 100, "num_eq": 30000, "num_range": 100, "upper_bound": "0.0"}, {"distinct_range": 0, "num_eq": 70, "num_range": 600000, "upper_bound": "1.2561839818954468"}, {"distinct_range": 3541011519223475700, "num_eq": 90000000000, "num_range": 3541011519223475904, "upper_bound": "1.8262289762496948"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9123451, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "-27761"}, {"distinct_range": 6927812383792971000, "num_eq": 5307627573124854394, "num_range": 6927812383792971195, "upper_bound": "-11651"}, {"distinct_range": 7370964266825698000, "num_eq": 10000, "num_range": 7370964266825698001, "upper_bound": "-272"}, {"distinct_range": 800, "num_eq": 100000, "num_range": 800, "upper_bound": "127"}, {"distinct_range": 100, "num_eq": 4936579362316569877, "num_range": 100, "upper_bound": "13274"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 9000000000, "upper_bound": "19069"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 3950143, "row_count": 10000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5265519, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8559079, "histo_col_type": "", "name": "__auto__", "null_count": 5209935, "row_count": 10000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4305939, "histo_col_type": "", "name": "__auto__", "null_count": 6167903, "row_count": 10000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1886913, "histo_col_type": "", "name": "__auto__", "null_count": 6926622, "row_count": 10000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4619319, "histo_col_type": "", "name": "__auto__", "null_count": 7734796, "row_count": 10000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4538793, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5903112, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4056024, "histo_col_type": "", "name": "__auto__", "null_count": 9805532, "row_count": 10000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4345668, "histo_buckets": [{"distinct_range": 0, "num_eq": 8133996784083765931, "num_range": 0, "upper_bound": "\\\\x436b62c98bb99c87"}, {"distinct_range": 0, "num_eq": 40000000, "num_range": 700000, "upper_bound": "\\\\x4b671133a768"}, {"distinct_range": 396450411521413200, "num_eq": 90000000000, "num_range": 2851139444858771089, "upper_bound": "\\\\x68"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 9814203, "row_count": 10000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 123, "histo_col_type": "", "name": "__auto__", "null_count": 77, "row_count": 200}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 91, "histo_col_type": "", "name": "__auto__", "null_count": 150, "row_count": 200}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 96, "histo_col_type": "", "name": "__auto__", "null_count": 80, "row_count": 200}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 115, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 92, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 187, "histo_buckets": [{"distinct_range": 0, "num_eq": 2421079801061585908, "num_range": 0, "upper_bound": "-3.06836143741718718E+23"}, {"distinct_range": 0, "num_eq": 8919864591777740602, "num_range": 265179318091614495, "upper_bound": "648.4454526645814217"}, {"distinct_range": 5270356443090739000, "num_eq": 100, "num_range": 5270356443090739398, "upper_bound": "3.651120087820779466E+37"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73, "histo_col_type": "", "name": "__auto__", "null_c
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@609cad52785f49338f7ceff289486b87db4cecb6:


        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('jnfb', 'unznq', 'qoyya');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('oary', 'bm');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('wkt', 'l', 'kkgfd', 'nr');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('g', 'rok');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('bhqt', 'ukf', 'enapxm', 'siupsf', 'yawken');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (1.89s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 FLOAT8 NOT NULL, col1_1 FLOAT8 NOT NULL, col1_2 "char" NOT NULL, PRIMARY KEY (col1_0 ASC, col1_1 DESC, col1_2 ASC), INDEX (col1_0) WHERE ((table1.col1_2 < 'X') AND (table1.col1_1 != +Inf)) AND (table1.col1_0 = NaN), UNIQUE (col1_2 DESC, col1_0) WHERE (table1.col1_2 <= e'\U00002603':::STRING) AND (table1.col1_1 != (-1.0):::FLOAT8), INDEX (col1_0 ASC, col1_1, col1_2 ASC) WHERE table1.col1_2 > '"':::STRING, INDEX (col1_2 ASC) WHERE ((table1.col1_1 > NaN) AND (table1.col1_2 <= '')) OR (table1.col1_0 < 1.7976931348623157e+308), INDEX (col1_1, col1_0 DESC), FAMILY (col1_0), FAMILY (col1_2), FAMILY (col1_1));
        test_1        |             CREATE TABLE table2 (col2_0 INTERVAL NOT NULL, col2_1 STRING NULL, col2_2 STRING NULL, col2_3 FLOAT8 NULL, col2_4 BOX2D, col2_5 DECIMAL, col2_6 BOOL NOT NULL, col2_7 "char" NOT NULL, col2_8 INTERVAL, col2_9 VARCHAR[] NULL, col2_10 TIMESTAMP NULL, col2_11 INTERVAL NOT NULL, col2_12 UUID NOT NULL, col2_13 INET NOT NULL, col2_14 TIMESTAMP NOT NULL, col2_15 TIMETZ NOT NULL, col2_16 UUID NOT NULL, col2_17 REGTYPE NULL, UNIQUE (col2_5 ASC, col2_13 DESC, col2_10 ASC, col2_15 ASC, col2_3 ASC, col2_4 DESC, col2_16 ASC, col2_2, col2_0 DESC, col2_12 ASC) STORING (col2_1, col2_7, col2_8, col2_14), INDEX (col2_8 DESC, col2_3 ASC, col2_14, col2_15 DESC, col2_17 DESC, col2_7 DESC, col2_5, col2_6, col2_16 DESC, col2_12 DESC) WHERE ((((((((table2.col2_7 > e'\'') OR (table2.col2_2 < e'\'')) OR (table2.col2_1 < e'\x00')) AND (table2.col2_10 = '0001-01-01 00:00:00')) AND (NOT table2.col2_6)) AND (table2.col2_14 < '-4713-11-24 00:00:00')) OR (table2.col2_3 > 1.401298464324817e-45)) AND (table2.col2_5 != Infinity)) AND (table2.col2_15 <= '24:00:00-15:59:00'), UNIQUE (col2_2, col2_17, col2_11 ASC, col2_15, col2_1 ASC, col2_16 DESC, col2_0, col2_8 ASC) STORING (col2_3, col2_4, col2_5, col2_10, col2_12, col2_13, col2_14) WHERE table2.col2_15 >= '24:00:00-15:59:00', FAMILY (col2_11, col2_13), FAMILY (col2_0), FAMILY (col2_1, col2_10, col2_9, col2_3), FAMILY (col2_17), FAMILY (col2_12, col2_7, col2_5, col2_4), FAMILY (col2_15), FAMILY (col2_14, col2_6), FAMILY (col2_2), FAMILY (col2_16, col2_8));
        test_1        |             CREATE TABLE table3 (col3_0 REGPROCEDURE NOT NULL, col3_1 INT8 NOT NULL, col3_2 DECIMAL NOT NULL, col3_3 BOX2D NOT NULL, col3_4 INT4 NOT NULL, col3_5 INT2 NOT NULL, col3_6 BIT(35) NOT NULL, col3_7 DATE NOT NULL, col3_8 STRING NOT NULL, col3_9 STRING NULL, col3_10 BOOL[], col3_11 INET NOT NULL, col3_12 TIMESTAMPTZ NOT NULL, col3_13 REGCLASS NOT NULL, col3_14 INT2 NOT NULL, col3_15 VARCHAR NOT NULL, col3_16 BYTES NOT NULL, col3_17 BIT(45) NOT NULL, PRIMARY KEY (col3_15 DESC, col3_4 DESC, col3_16 DESC, col3_11 DESC, col3_14, col3_7 ASC, col3_3 ASC, col3_17 DESC, col3_8, col3_5 ASC, col3_13, col3_0 ASC, col3_2 DESC, col3_1 ASC), UNIQUE (col3_6 DESC, col3_14 DESC, col3_2 DESC, col3_13 ASC, col3_17 DESC, col3_12 ASC, col3_5, col3_1 ASC, col3_15 DESC, col3_9 DESC, col3_0 DESC, col3_16 ASC, col3_11, col3_8 ASC) WHERE ((((((((((table3.col3_9 <= e'\'') OR (table3.col3_7 != '-infinity')) OR (table3.col3_4 <= 127)) AND (table3.col3_5 = 1)) OR (table3.col3_1 <= 1)) AND (table3.col3_8 >= '"')) OR (table3.col3_15 <= e'\U00002603')) AND (table3.col3_2 != -1)) AND (table3.col3_16 < '\x22')) OR (table3.col3_14 <= -1)) OR (table3.col3_12 <= '294276-12-31 23:59:59.999999+00:00'), UNIQUE (col3_11, col3_8 ASC, col3_1, col3_12 ASC, col3_15 ASC, col3_14 ASC, col3_6 DESC, col3_5 ASC, col3_17 ASC, col3_0, col3_4 ASC, col3_16 DESC, col3_7 ASC, col3_3 DESC, col3_2 DESC, col3_13 DESC, col3_9), UNIQUE (col3_9, col3_14 DESC, col3_0 ASC, col3_8, col3_16 ASC, col3_6, col3_1, col3_4 ASC, col3_13) STORING (col3_12) WHERE ((((((((((table3.col3_1 != 2147483647:::INT8) AND (table3.col3_9 != e'\'':::STRING)) OR (table3.col3_5 != (-1):::INT8)) OR (table3.col3_8 < 'X':::STRING)) AND (table3.col3_4 <= (-1):::INT8)) AND (table3.col3_12 != '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) AND (table3.col3_2 < (-1.234E+401):::DECIMAL)) AND (table3.col3_16 > e'\\x22':::BYTES)) AND (table3.col3_7 < '5874897-12-31':::DATE)) OR (table3.col3_15 != e'\x00':::STRING)) OR (table3.col3_14 > 1:::INT8), UNIQUE (col3_9 DESC, col3_0 DESC, col3_8 ASC, col3_11, col3_15, col3_5 ASC, col3_14 DESC, col3_6 DESC, col3_12, col3_16 ASC, col3_4, col3_7 ASC, col3_13 ASC, col3_1 ASC, col3_17, col3_2, col3_3 DESC), INDEX (col3_12 ASC, col3_2 ASC, col3_15, col3_11, col3_14, col3_5 DESC, col3_0, col3_9, col3_3 ASC) STORING (col3_6), UNIQUE (col3_7 DESC, col3_13, col3_14 DESC, col3_12, col3_8 DESC, col3_2, col3_4 ASC, col3_1 DESC, col3_5, col3_9, col3_3 DESC, col3_6 DESC, col3_17 DESC, col3_0) STORING (col3_10) WHERE ((((((((table3.col3_8 > e'\U00002603':::STRING) OR (table3.col3_9 > '':::STRING)) AND (table3.col3_1 <= (-1):::INT8)) OR (table3.col3_16 > e'\\x':::BYTES)) AND (table3.col3_7 = '1970-01-01':::DATE)) OR (table3.col3_14 > (-1):::INT8)) AND (table3.col3_12 < '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table3.col3_4 >= 1:::INT8)) AND (table3.col3_15 = 'X':::STRING), FAMILY (col3_2, col3_10), FAMILY (col3_3, col3_6), FAMILY (col3_12), FAMILY (col3_14), FAMILY (col3_8), FAMILY (col3_17, col3_7), FAMILY (col3_11, col3_9, col3_1), FAMILY (col3_13), FAMILY (col3_4, col3_15, col3_0, col3_5), FAMILY (col3_16));
        test_1        |             CREATE TABLE table4 (col1_0 FLOAT8 NOT NULL, col1_1 FLOAT8 NOT NULL, col1_2 "char" NOT NULL, col4_3 REGPROC NOT NULL, col4_4 REGTYPE, col4_5 INT2, PRIMARY KEY (col1_0 ASC, col1_1 DESC, col1_2 ASC), INDEX (col4_4 DESC, col1_2 DESC, col4_3 ASC, col1_1) WHERE (table4.col1_1 != (-1.0):::FLOAT8) OR (table4.col4_5 != 127:::INT8), UNIQUE (col4_5), UNIQUE (col4_5, col4_3), FAMILY (col1_2, col4_3, col4_4, col4_5), FAMILY (col1_0, col1_1)) INTERLEAVE IN PARENT table1 (col1_0, col1_1, col1_2);
        test_1        |             CREATE TABLE table5 (col1_0 FLOAT8 NOT NULL, col1_1 FLOAT8 NOT NULL, col1_2 "char" NOT NULL, col5_3 TIME, col5_4 REGTYPE NULL, col5_5 REGNAMESPACE, col5_6 "char" NULL, col5_7 STRING NOT NULL, col5_8 REGPROC NULL, col5_9 INT8, col5_10 INT8 NOT NULL, col5_11 TIMESTAMPTZ, col5_12 INTERVAL NOT NULL, col5_13 TIMETZ NULL, col5_14 BYTES, col5_15 DECIMAL NOT NULL, col5_16 INT4 NULL, col5_17 REGPROC, col5_18 OID, col5_19 STRING, col5_20 REGPROCEDURE, col5_21 CHAR, PRIMARY KEY (col1_0 ASC, col1_1 DESC, col1_2 ASC, col5_9 DESC, col5_16 ASC, col5_20, col5_13 ASC, col5_3 ASC, col5_15 DESC, col5_7 ASC, col5_8 DESC, col5_11 ASC, col5_19, col5_14 DESC), UNIQUE (col5_15, col5_14 ASC, col5_19 ASC, col5_5 ASC) WHERE ((((((((((table5.col5_9 != (-9223372036854775807):::INT8) OR (table5.col5_15 <= '-Infinity':::DECIMAL)) AND (table5.col5_21 <= e'\x00':::STRING)) OR (table5.col5_14 <= e'\\x00':::BYTES)) AND (table5.col5_13 = '24:00:00-15:59:00':::TIMETZ)) OR (table5.col5_10 >= (-2147483648):::INT8)) OR (table5.col5_11 = '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table5.col1_2 >= '':::STRING)) AND (table5.col5_6 = e'\x00':::STRING)) AND (table5.col5_7 != '':::STRING)) OR (table5.col1_0 = 'NaN':::FLOAT8), INDEX (col5_20 DESC, col1_2, col5_9, col5_16 ASC) STORING (col5_6, col5_17, col5_18) WHERE ((((((((((((((table5.col5_3 >= '24:00:00') AND (table5.col1_1 > 1.0)) OR (table5.col1_2 >= '')) OR (table5.col5_7 >= '')) AND (table5.col5_9 = -2147483648)) OR (table5.col5_13 > '24:00:00-15:59:00')) AND (table5.col5_10 < 9223372036854775807)) AND (table5.col5_16 <= 1)) OR (table5.col5_15 >= NaN)) OR (table5.col1_0 != +Inf)) AND (table5.col5_19 >= e'\'')) OR (table5.col5_6 >= e'\U00002603')) AND (table5.col5_14 = '\xe29883')) OR (table5.col5_11 != '-4713-11-24 00:00:00+00:00')) AND (table5.col5_21 > e'\U00002603'), UNIQUE (col5_10 ASC, col5_5 DESC, col5_4, col1_1 ASC, col5_19, col5_18 ASC, col5_16 ASC, col5_15 ASC) STORING (col5_6, col5_17), UNIQUE (col5_12 ASC, col5_11, col5_6 ASC, col5_18, col5_7 ASC, col5_13) STORING (col5_4, col5_5, col5_10, col5_21) WHERE (((table5.col5_15 <= 0:::DECIMAL) AND (table5.col1_1 <= '+Inf':::FLOAT8)) AND (table5.col5_11 >= '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table5.col1_2 < 'X':::STRING), INDEX (col5_13 DESC, col5_16, col5_5 DESC, col5_18 DESC, col5_9 DESC, col5_14 DESC, col5_11, col1_0 ASC, col1_1 DESC, col5_19 DESC) STORING (col5_4, col5_6, col5_10, col5_17) WHERE ((((table5.col5_19 < 'X':::STRING) AND (table5.col1_0 > 3.4028234663852886e+38:::FLOAT8)) OR (table5.col5_16 != (-32768):::INT8)) OR (table5.col5_21 = e'\x00':::STRING)) OR (table5.col5_14 >= e'\\x':::BYTES), FAMILY (col5_11), FAMILY (col5_20, col1_0, col5_7, col5_5, col5_15), FAMILY (col1_1), FAMILY (col5_4, col5_19, col5_14), FAMILY (col5_13), FAMILY (col5_9), FAMILY (col5_8), FAMILY (col5_21), FAMILY (col5_16, col5_17, col5_3), FAMILY (col5_10), FAMILY (col5_18, col5_6), FAMILY (col5_12, col1_2)) INTERLEAVE IN PARENT table4 (col1_0, col1_1, col1_2);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 174119744202358028, "histo_buckets": [{"distinct_range": 0, "num_eq": 535201969307022756, "num_range": 0, "upper_bound": "-0.4783078644505018"}, {"distinct_range": 9000000000, "num_eq": 3000, "num_range": 9000000000, "upper_bound": "-0.2557540881051106"}, {"distinct_range": 0, "num_eq": 700, "num_range": 4000, "upper_bound": "-0.048314668281708495"}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 6000, "upper_bound": "0.04832914053655246"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "0.3304088075643227"}, {"distinct_range": 3325173708303562000, "num_eq": 5778306592091596051, "num_range": 3325173708303562278, "upper_bound": "0.43709204836242893"}, {"distinct_range": 4695426771268536000, "num_eq": 5657164127020660301, "num_range": 4695426771268536034, "upper_bound": "2.1201822291798758"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 2820250772356432703}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1417375109207209975, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 10000000000, "num_eq": 1362495020170246076, "num_range": 10000000000, "upper_bound": "\\u000e"}, {"distinct_range": 8549565643029944000, "num_eq": 8540713039595251435, "num_range": 8549565643029943984, "upper_bound": "\\u000fl@M\\u0011"}, {"distinct_range": 90871.9346583568, "num_eq": 500000000, "num_range": 100000, "upper_bound": "A"}, {"distinct_range": 6838200253475760000, "num_eq": 500000, "num_range": 6838200253475760470, "upper_bound": "B"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 2820250772356432703}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2581502796643043453, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 3672918573.760999, "num_eq": 7614619602711381205, "num_range": 10000000000, "upper_bound": "-0.5467342974721476"}, {"distinct_range": 0, "num_eq": 600, "num_range": 7539860807717507311, "upper_bound": "0.28686408142868336"}, {"distinct_range": 0, "num_eq": 5980657290632190161, "num_range": 5566575372558457327, "upper_bound": "0.8246459214361512"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 2820250772356432703}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 82157195, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 312774024, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 104150093, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 372587092, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 49911187, "histo_col_type": "", "name": "__auto__", "null_count": 393468579, "row_count": 400000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 169602693, "histo_col_type": "", "name": "__auto__", "null_count": 298907250, "row_count": 400000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 274254584, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4273774, "histo_col_type": "", "name": "__auto__", "null_count": 164535606, "row_count": 400000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 268108309, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 336586822, "histo_col_type": "", "name": "__auto__", "null_count": 9798949, "row_count": 400000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 253699921, "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 74460214, "row_count": 400000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 189521352, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": "-22 years -2 mons -417 days -11:17:23.010042"}, {"distinct_range": 0, "num_eq": 900, "num_range": 0, "upper_bound": "-12 years -4 mons -983 days -13:37:09.092421"}, {"distinct_range": 2580.9858111385365, "num_eq": 600000000, "num_range": 4000, "upper_bound": "13 years 3 mons 409 days 20:21:57.430138"}, {"distinct_range": 0, "num_eq": 5043142262647409309, "num_range": 1012459815132119928, "upper_bound": "38 years 5 mons 741 days 11:24:53.170257"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 264188515, "row_count": 400000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31234575, "histo_col_type": "", "name": "__auto__", "null_count": 391229847, "row_count": 400000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67811258, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 108824554, "histo_buckets": [{"distinct_range": 0, "num_eq": 80, "num_range": 0, "upper_bound": ""}, {"distinct_range": 1056670418675836700, "num_eq": 7626719223995162718, "num_range": 1955064529532303327, "upper_bound": "\\u0008$\x7f~k$Km\\u0011"}, {"distinct_range": 0, "num_eq": 500, "num_range": 0, "upper_bound": "\\u001c<&lP\\u0016"}, {"distinct_range": 7000000000, "num_eq": 8000000, "num_range": 7000000000, "upper_bound": "\'"}, {"distinct_range": 3894434988370337000, "num_eq": 400000000, "num_range": 8020542118854493830, "upper_bound": "H\\u000b\\u0017"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 49253185, "row_count": 400000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 191260550, "histo_col_type": "", "name": "__auto__", "null_count": 6348437, "row_count": 400000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 307904151, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 272600226, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4050, "histo_col_type": "", "name": "__auto__", "null_count": 18830, "row_count": 20000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12735, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1308, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8499, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18304, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19145, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000, "num_range": 0, "upper_bound": "00010100000110100000110100100010111"}, {"distinct_range": 7901.077917348442, "num_eq": 6366250263183583277, "num_range": 9000, "upper_bound": "00011111000011000000100011000011010"}, {"distinct_range": 0, "num_eq": 0, "num_range": 1000, "upper_bound": "01000110100000110101010111000100110"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 70000000, "upper_bound": "01011110011010011100100111001000111"}], "histo_col_type": "BIT(35)", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4375, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14510, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9047, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14751, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18299, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14724, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15984, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "\\tXo\\tk"}, {"distinct_range": 96.7209375956227, "num_eq": 70000, "num_range": 100, "upper_bound": "\\u0019\\r8\\u0015"}, {"distinct_range": 2551880132633705500, "num_eq": 700, "num_range": 2551880132633705429, "upper_bound": "\',"}, {"distinct_range": 20000000000, "num_eq": 8482391788131785068, "num_range": 20000000000, "upper_bound": "U;"}, {"distinct_range": 4688469767559462000, "num_eq": 10000000000, "num_range": 4688469767559462043, "upper_bound": "n\\u0010~\\u0007\\u000f;:v"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 3360, "row_count": 20000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14759, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000, "num_range": 0, "upper_bound": "137.210.53.154/16"}, {"distinct_range": 0, "num_eq": 3858726341703127815, "num_range": 0, "upper_bound": "8f20:c41d:9802:cb12:c67d:e55:806a:16a4/55"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3173, "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15375, "histo_buckets": [{"distinct_range": 0, "num_eq": 1351713949401614917, "num_range": 0, "upper_bound": "\\u00105\\u0008"}, {"distinct_range": 3889754138678968000, "num_eq": 100000000000, "num_range": 3889754138678967972, "upper_bound": "=-\\u0017Yn\\tL\\u0006"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 10000000000, "upper_bound": "@`\\u001eKp"}, {"distinct_range": 70000000000, "num_eq": 5900237043082808669, "num_range": 70000000000, "upper_bound": "O0&Qt8:"}, {"distinct_range": 1000000000, "num_eq": 6000000, "num_range": 1000000000, "upper_bound": "UU"}, {"distinct_range": 8107618218.937955, "num_eq": 1000, "num_range": 10000000000, "upper_bound": "W~{{\\u001c\\u0016c\\u001e"}, {"distinct_range": 45.36814750479981, "num_eq": 7000000, "num_range": 800, "upper_bound": "`8T rM"}, {"distinct_range": 4485489.95889762, "num_eq": 6594701806677452337, "num_range": 7000000, "upper_bound": "c_"}, {"distinct_range": 32865.1308949322, "num_eq": 50000, "num_range": 70000, "upper_bound": "vl7i"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15469, "histo_buckets": [{"distinct_range": 0, "num_eq": 9043036913318641870, "num_range": 0, "upper_bound": "1977-07-01"}, {"distinct_range": 0, "num_eq": 8187406374427680378, "num_range": 4000, "upper_bound": "1987-09-15"}, {"distinct_range": 1483737579966622500, "num_eq": 8000000, "num_range": 2739404697426246364, "upper_bound": "1992-04-05"}, {"distinct_range": 0, "num_eq": 2751828236026796054, "num_range": 10000, "upper_bound": "5874897-12-31"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2733, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 84, "histo_col_type": "", "name": "__auto__", "null_count": 84, "row_count": 200}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "-1.6943330546657398"}, {"distinct_range": 0, "num_eq": 5212660434184597188, "num_range": 4000, "upper_bound": "-0.8729446573150577"}, {"distinct_range": 145991723619484300, "num_eq": 3096194966419144743, "num_range": 499763554862131055, "upper_bound": "-0.6892445576836301"}, {"distinct_range": 20868.338845974547, "num_eq": 40000000000, "num_range": 30000, "upper_bound": "-0.5562629222847043"}, {"distinct_range": 3329.038957184103, "num_eq": 500000, "num_range": 5000, "upper_bound": "-0.5389995217755333"}, {"distinct_range": 204.66832964859, "num_eq": 9000000000, "num_range": 3000, "upper_bound": "0.7893301767646314"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 185, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 194, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 54, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "35929011"}, {"distinct_range": 32473495.97415807, "num_eq": 2809400557992193992, "num_range": 60000000, "upper_bound": "2406874426"}, {"distinct_range": 0, "num_eq": 5502069122382947452, "num_range": 2819800871420352760, "upper_bound": "2464986006"}, {"distinct_range": 2064158904528390000, "num_eq": 385959912551947432, "num_range": 4159630918916812036, "upper_bound": "3771044162"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 150, "row_count": 200}]':::JSONB;
        test_1        |             ALTER TABLE table5 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 239889, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000}, {"columns": ["col5_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12308, "histo_col_type": "", "name": "__auto__", "null_count": 20943, "row_count": 1000000}, {"columns": ["col5_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 631014, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000}, {"columns": ["col5_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 301857, "histo_col_type": "", "name": "__auto__", "null_count": 663882, "row_count": 1000000}, {"columns": ["col5_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 565729, "histo_col_type": "", "name": "__auto__", "null_count": 798082, "row_count": 1000000}, {"columns": ["col5_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68125, "histo_col_type": "", "name": "__auto__", "null_count": 622337, "row_count": 1000000}, {"columns": ["col5_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 857152, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 8798371626888315192, "num_range": 10000000000, "upper_bound": "1509324924"}, {"distinct_range": 263298746822695260, "num_eq": 4437533739177767842, "num_range": 675910711336973698, "upper_bound": "3452556712"}, {"distinct_range": 0, "num_eq": 2468844578006758969, "num_range": 1000000000, "upper_bound": "3601589662"}, {"distinct_range": 0, "num_eq": 4247273052650836124, "num_range": 8000000000, "upper_bound": "3742490211"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 70763, "row_count": 1000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 324450, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "-1.3350707924041267"}, {"distinct_range": 5860614942793072000, "num_eq": 6774684223784897989, "num_range": 7353553787167915718, "upper_bound": "-0.37712355853186175"}, {"distinct_range": 3048544447406423000, "num_eq": 100000000, "num_range": 3383876500096381360, "upper_bound": "5e-324"}, {"distinct_range": 323620.6706875304, "num_eq": 3211515763577382931, "num_range": 400000, "upper_bound": "0.6850656881663476"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 1000000}, {"columns": ["col5_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 727399, "histo_col_type": "", "name": "__auto__", "null_count": 598626, "row_count": 1000000}, {"columns": ["col5_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 325665, "histo_buckets": [{"distinct_range": 0, "num_eq": 80, "num_range": 0, "upper_bound": "-2636485830764942654"}, {"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "-1833977389147278911"}, {"distinct_range": 389805.8042722763, "num_eq": 168253426164864016, "num_range": 700000, "upper_bound": "127"}, {"distinct_range": 0, "num_eq": 4995364619705899230, "num_range": 800000, "upper_bound": "870510494151598330"}, {"distinct_range": 0, "num_eq": 8000, "num_range": 70, "upper_bound": "1170358402497584801"}, {"distinct_range": 4984759562268451000, "num_eq": 1283236478723051365, "num_range": 4984759562268450577, "upper_bound": "5314921714191141513"}, {"distinct_range": 700000, "num_eq": 800000000, "num_range": 700000, "upper_bound": "6877865775340802647"}, {"distinct_range": 1634141736262986800, "num_eq": 4122479307824469518, "num_range": 5814224006571365985, "upper_bound": "7569874782595982005"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 1000000}, {"columns": ["col5_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 986614, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "07:57:25.973431+08:27:00"}, {"distinct_range": 0, "num_eq": 4720813740642420229, "num_range": 70000, "upper_bound": "08:46:15.804591+00:14:00"}, {"distinct_range": 98553034432295550, "num_eq": 6000, "num_range": 894591285736692483, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 590146, "row_count": 1000000}, {"columns": ["col5_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 705251, "histo_buckets": [{"distinct_range": 0, "num_eq": 8741859264297588960, "num_range": 0, "upper_bound": "-Infinity"}, {"distinct_range": 0, "num_eq": 5685600260931741833, "num_range": 4000000, "upper_bound": "-5.18867667926720465E+29"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 2072439314572082136, "upper_bound": "-8.824759951234151703E+20"}, {"distinct_range": 287.01596305397976, "num_eq": 7195809761703783369, "num_range": 800, "upper_bound": "-2279289069007048222"}, {"distinct_range": 0, "num_eq": 8350461899164426698, "num_range": 2000000, "upper_bound": "-2817927.286679948826"}, {"distinct_range": 17.06213586343087, "num_eq": 20000000, "num_range": 700, "upper_bound": "27.70473731857237464"}, {"distinct_range": 380613309158682900, "num_eq": 300, "num_range": 380613309158682894, "upper_bound": "504.7920835739288196"}, {"distinct_range": 7000, "num_eq": 7757298170399338694, "num_range": 7000, "upper_bound": "795.779305077296935"}, {"distinct_range": 0, "num_eq": 5000000000, "num_range": 0, "upper_bound": "1.663218561897193204E+32"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1000000}, {"columns": ["col5_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 182557, "histo_col_type": "", "name": "__auto__", "null_count": 400984, "row_count": 1000000}, {"columns": ["col5_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 85698, "histo_col_type": "", "name": "__auto__", "null_count": 228042, "row_count": 1000000}, {"columns": ["col5_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 285084, "histo_col_type": "", "name": "__auto__", "null_count": 764146, "row_count": 1000000}, {"columns": ["col5_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 477545, "histo_col_type": "", "name": "__auto__", "null_count": 573170, "row_count": 1000000}, {"columns": ["col5_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 783313, "histo_col_type": "", "name": "__auto__", "null_count": 885000, "row_count": 1000000}, {"columns": ["col5_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 304000, "histo_col_type": "", "name": "__auto__", "null_count": 985851, "row_count": 1000000}, {"columns": ["col5_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 206438, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "-64 years -9 mons -553 days -01:47:16.971684"}, {"distinct_range": 0, "num_eq": 6114272729015348644, "num_range": 70000000000, "upper_bound": "-33 years -3 mons -375 days -17:39:46.06804"}, {"distinct_range": 3001765847720039000, "num_eq": 6159336251193007547, "num_range": 3001765847720038679, "upper_bound": "-16 years -2 mons -561 days -12:39:11.917916"}, {"distinct_range": 0, "num_eq": 1913266798269713643, "num_range": 90000, "upper_bound": "-4 years -5 mons -594 days -01:02:39.481212"}, {"distinct_range": 1691.399187265369, "num_eq": 200, "num_range": 7000, "upper_bound": "-2 mons -290 days -09:21:27.25112"}, {"distinct_range": 0, "num_eq": 500, "num_range": 3623731039488639879, "upper_bound": "00:00:00"}, {"distinct_range": 6476398266520846000, "num_eq": 1881082636597043127, "num_range": 6476398266520845879, "upper_bound": "35 years 1 mon 297 days 17:50:15.94829"}, {"distinct_range": 50000000, "num_eq": 3171735606307956602, "num_range": 50000000, "upper_bound": "43 years 8 mons 105 days 17:52:00.604377"}, {"distinct_range": 0, "num_eq": 8000, "num_range": 80000000, "upper_bound": "63 years 6 mons 756 days 10:17:30.897364"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 1000000}, {"columns": ["col5_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 614327, "histo_col_type": "", "name": "__auto__", "null_count": 773831, "row_count": 1000000}, {"columns": ["col5_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 130461, "histo_col_type": "", "name": "__auto__", "null_count": 427387, "row_count": 1000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 845623, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_14) REFERENCES table4 (col4_5) ON DELETE RESTRICT ON UPDATE RESTRICT;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_1, col3_13) REFERENCES table4 (col4_5, col4_3);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('mxcrmh', 'vvjlod', 'gkzzv', 'bvjkkv', 'vd', 'vc');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('i', 's', 'mddthh', 'fjgn', 'ct', 'ihg');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('bjb');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('el', 'yv', 'pxozao', 'l', 'he', 'kymmpj');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('cdwjqn', 'zpmyes', 'dh', 'clkcxy');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5439899743698914238, "histo_buckets": [{"distinct_range": 0, "num_eq": 7525737356841425962, "num_range": 0, "upper_bound": "-0.19484756393648917"}, {"distinct_range": 0, "num_eq": 500, "num_range": 10000, "upper_bound": "0.4709246035112473"}, {"distinct_range": 0, "num_eq": 2775081249233121653, "num_range": 0, "upper_bound": "0.6945983848437012"}, {"distinct_range": 5802372164368860000, "num_eq": 4106346134450037175, "num_range": 8435701315989389387, "upper_bound": "0.7178713630922131"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 1000000, "upper_bound": "0.8839294713080953"}, {"distinct_range": 0, "num_eq": 0, "num_range": 6216648879050586023, "upper_bound": "1.7976931348623157e+308"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 6208899133208191830}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3655348331878104768, "histo_buckets": [{"distinct_range": 0, "num_eq": 4264172735511917871, "num_range": 0, "upper_bound": "\\u0013{!)"}, {"distinct_range": 0, "num_eq": 1229221573949393287, "num_range": 30, "upper_bound": "\\u001e\\u0005=\\u000b\\u0016Q"}, {"distinct_range": 0, "num_eq": 100, "num_range": 800, "upper_bound": "KX\\u0003\\u0019\\u0005]Qu="}, {"distinct_range": 2256211269625515300, "num_eq": 2400427246013269100, "num_range": 2256211269625515194, "upper_bound": "Nx"}, {"distinct_range": 769.0508991199787, "num_eq": 900, "num_range": 1000, "upper_bound": "Rc\\u0011lGPb\\u000e"}, {"distinct_range": 0, "num_eq": 2381772352642331385, "num_range": 1000000, "upper_bound": "f:Pq& V0"}, {"distinct_range": 31.81094773648675, "num_eq": 7468939494537841191, "num_range": 50, "upper_bound": "w/D,p[\\u000bD"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 6208899133208191830}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1960030090565945751, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "-2.0331211483174347"}, {"distinct_range": 200000, "num_eq": 7113418036154221526, "num_range": 200000, "upper_bound": "-1.2840906549461584"}, {"distinct_range": 774313834756038100, "num_eq": 4198192584129603036, "num_range": 6742823700967908870, "upper_bound": "-0.17588129339619557"}, {"distinct_range": 20, "num_eq": 20000, "num_range": 20, "upper_bound": "0.2191750258327223"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 300000, "upper_bound": "0.8437936426989874"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 10000, "upper_bound": "0.8438540459379862"}, {"distinct_range": 12.784056699319846, "num_eq": 1683480501935923052, "num_range": 100, "upper_bound": "1.4677310519776068"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 6208899133208191830}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6709038, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2222118, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3969803, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2300359, "histo_col_type": "", "name": "__auto__", "null_count": 2531052, "row_count": 10000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5781034, "histo_col_type": "", "name": "__auto__", "null_count": 346014, "row_count": 10000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2080041, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3763134, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000, "num_range": 0, "upper_bound": "-2.342434824752317118E+33"}, {"distinct_range": 0, "num_eq": 7386768659732393984, "num_range": 7246715761345280255, "upper_bound": "-6.508497086042259937E+21"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 70, "upper_bound": "0.2661607594136270979"}, {"distinct_range": 40000, "num_eq": 40000000000, "num_range": 40000, "upper_bound": "7.750170716443459233E+24"}, {"distinct_range": 30000000, "num_eq": 1777441218826344946, "num_range": 30000000, "upper_bound": "5.360403645140017779E+25"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 8087367, "row_count": 10000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7616681, "histo_col_type": "", "name": "__auto__", "null_count": 626630, "row_count": 10000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6485293, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4621716, "histo_col_type": "", "name": "__auto__", "null_count": 6688173, "row_count": 10000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 768849, "histo_col_type": "", "name": "__auto__", "null_count": 175802, "row_count": 10000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8816333, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "\\u0002a\\u0019~l"}, {"distinct_range": 24250663.701557495, "num_eq": 5000000, "num_range": 30000000, "upper_bound": ".j$"}, {"distinct_range": 2311376186426843600, "num_eq": 2000000000, "num_range": 8392244820176317841, "upper_bound": "=EpI\\u0015\\u001e\\u0013"}, {"distinct_range": 0, "num_eq": 5367228144730737790, "num_range": 40, "upper_bound": "Va}5/\\u000ep"}, {"distinct_range": 500, "num_eq": 5959790950908219393, "num_range": 500, "upper_bound": "X"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 60, "upper_bound": "r"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 7132593, "row_count": 10000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4869950, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4381040, "histo_buckets": [{"distinct_range": 0, "num_eq": 3954033800142443274, "num_range": 0, "upper_bound": "-35 years -8 mons -984 days -14:52:12.285263"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 90000, "upper_bound": "1 mon 1 day"}, {"distinct_range": 0, "num_eq": 2665082554551512123, "num_range": 5563119455204684613, "upper_bound": "17 years 11 mons 281 days 11:45:20.726207"}, {"distinct_range": 0, "num_eq": 7972938407705596359, "num_range": 5000, "upper_bound": "24 years 1 mon 120 days 07:20:32.240106"}, {"distinct_range": 8813445007142958000, "num_eq": 800, "num_range": 8813445007142957611, "upper_bound": "25 years 7 mons 442 days 24:39:03.433666"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 606136, "row_count": 10000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4019178, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9610751, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9201771, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 888387, "histo_col_type": "", "name": "__auto__", "null_count": 3953308, "row_count": 10000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32306838373457671, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 256987308958299842, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 285468876033270893, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 86064426426922099, "histo_col_type": "", "name": "__auto__", "null_count": 290103070946332487, "row_count": 594725010190504921}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 480257490004878634, "histo_buckets": [{"distinct_range": 0, "num_eq": 9187221426407884241, "num_range": 0, "upper_bound": "217.72.249.85/2"}, {"distinct_range": 30000000, "num_eq": 4443472111684595356, "num_range": 30000000, "upper_bound": "946d:e6f9:b76:2ae4:4c34:4a0c:b150:efa7/113"}, {"distinct_range": 8794987457938773000, "num_eq": 5211223748769363961, "num_range": 8932286993669517566, "upper_bound": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 554833394628296182, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000, "num_range": 0, "upper_bound": "1980-07-22 18:52:56.000953+00:00"}, {"distinct_range": 0, "num_eq": 60000, "num_range": 0, "upper_bound": "1984-02-18 21:26:01.000757+00:00"}, {"distinct_range": 874815803.1957792, "num_eq": 4810619998922204437, "num_range": 10000000000, "upper_bound": "1991-04-10 09:40:54.000067+00:00"}, {"distinct_range": 2114928326120328200, "num_eq": 6781966462241523567, "num_range": 3391701886063354549, "upper_bound": "2011-12-29 01:20:46.000213+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 210611696337156233, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 557269361156332130, "histo_buckets": [{"distinct_range": 0, "num_eq": 7083671454242908958, "num_range": 0, "upper_bound": "X"}, {"distinct_range": 400000, "num_eq": 7000, "num_range": 400000, "upper_bound": "]w+\\u0002qU5c"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 93948854033475366, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 269113745735531661, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 578374777065355786, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 289788444328972520, "histo_buckets": [{"distinct_range": 0, "num_eq": 7926266161344488736, "num_range": 0, "upper_bound": "00111001110110110011101100000001101"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 90000000, "upper_bound": "01111010000111011101101011110100000"}, {"distinct_range": 0, "num_eq": 6000000, "num_range": 1882906299054673070, "upper_bound": "10011110011100110000110100111010101"}, {"distinct_range": 9000000, "num_eq": 1162532589548372739, "num_range": 9000000, "upper_bound": "11000100000110010010010000000000001"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 1000000, "upper_bound": "11010011111110100000000110010011100"}], "histo_col_type": "BIT(35)", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 145985425949961384, "histo_buckets": [{"distinct_range": 0, "num_eq": 4962361821048729677, "num_range": 0, "upper_bound": "\\u0015NFU"}, {"distinct_range": 3695192421042476500, "num_eq": 2920962057297231570, "num_range": 4857296786224723663, "upper_bound": "/\\u000b5\\u0003"}, {"distinct_range": 1000000000, "num_eq": 20000000000, "num_range": 1000000000, "upper_bound": "~\\n"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 75447243622067018, "row_count": 594725010190504921}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 374008163232928880, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 464440405853971897, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 80887946202346068, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 344963863570137548, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "-infinity"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 6931594520619171472, "upper_bound": "1970-01-21"}, {"distinct_range": 15620078503.479395, "num_eq": 0, "num_range": 100000000000, "upper_bound": "1977-02-15"}, {"distinct_range": 0, "num_eq": 4581847746906401044, "num_range": 10000, "upper_bound": "1977-09-09"}, {"distinct_range": 1694614062237712600, "num_eq": 200, "num_range": 1694614062237712703, "upper_bound": "1978-09-30"}, {"distinct_range": 311836773183911800, "num_eq": 5000, "num_range": 7576269849819570195, "upper_bound": "1982-03-29"}, {"distinct_range": 80, "num_eq": 30, "num_range": 80, "upper_bound": "1997-04-12"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 200907422013766208, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 594725010190504921}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5702, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000, "num_range": 0, "upper_bound": "-28804"}, {"distinct_range": 5000000, "num_eq": 40, "num_range": 5000000, "upper_bound": "-24663"}, {"distinct_range": 0, "num_eq": 4000000, "num_range": 600000, "upper_bound": "-15100"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 6231769694229805770, "upper_bound": "-10690"}, {"distinct_range": 0, "num_eq": 3880303378689485372, "num_range": 900000, "upper_bound": "1699"}, {"distinct_range": 2048639446589245700, "num_eq": 5918590490179461422, "num_range": 2338229887731534137, "upper_bound": "2918"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 1934, "row_count": 10000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6995, "histo_buckets": [{"distinct_range": 0, "num_eq": 4602372830347514781, "num_range": 0, "upper_bound": "-1.124623449807376"}, {"distinct_range": 864.1343589568482, "num_eq": 7523541153219461932, "num_range": 3000, "upper_bound": "-0.8782211503762842"}, {"distinct_range": 5071830239391838000, "num_eq": 6467232323437358361, "num_range": 6185535775952089084, "upper_bound": "-0.18888410588759724"}, {"distinct_range": 2641024772636965000, "num_eq": 1224101210725458509, "num_range": 3287270976195751762, "upper_bound": "1.6612290186607304"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7064, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6407, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4888, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2888, "histo_buckets": [{"distinct_range": 0, "num_eq": 350102554336118980, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 7799521989904158000, "num_eq": 5646626795764174614, "num_range": 7799521989904157543, "upper_bound": "151002036"}, {"distinct_range": 3000000000, "num_eq": 8000000000, "num_range": 3000000000, "upper_bound": "793843143"}, {"distinct_range": 0, "num_eq": 5941913555818799253, "num_range": 40000000, "upper_bound": "1734980427"}, {"distinct_range": 2608658836779643400, "num_eq": 8488267715500721565, "num_range": 8755882950230437695, "upper_bound": "2783506681"}, {"distinct_range": 657244.9467457118, "num_eq": 700, "num_range": 800000, "upper_bound": "2837352327"}, {"distinct_range": 4411451282167389700, "num_eq": 90000000000, "num_range": 4411451282167389585, "upper_bound": "3474533267"}, {"distinct_range": 0, "num_eq": 7643158462347859687, "num_range": 6000000, "upper_bound": "3602322901"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 1391418983941144370, "upper_bound": "4077729057"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 1271, "row_count": 10000}]';
        test_1        |             ALTER TABLE table5 INJECT STATISTICS '[{"columns": ["col5_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "11:21:19.783713+09:32:00"}, {"distinct_range": 3000, "num_eq": 900000, "num_range": 3000, "upper_bound": "10:37:15.406379+06:54:00"}, {"distinct_range": 745658645.3754683, "num_eq": 9134399491002832789, "num_range": 900000000, "upper_bound": "07:35:07.194456+02:13:00"}, {"distinct_range": 1000, "num_eq": 90, "num_range": 1000, "upper_bound": "07:37:23.021303-02:25:00"}, {"distinct_range": 0, "num_eq": 1011457792211034026, "num_range": 6241351805954679535, "upper_bound": "21:11:40.00794+07:19:00"}, {"distinct_range": 0, "num_eq": 8213698160786447028, "num_range": 391334285955194401, "upper_bound": "23:46:28.832713+07:10:00"}, {"distinct_range": 4000, "num_eq": 7698082140752919391, "num_range": 4000, "upper_bound": "18:09:01.853475-13:36:00"}, {"distinct_range": 6110040971385742000, "num_eq": 2710476083601641557, "num_range": 7596537254529340937, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 3710897058866963717, "num_range": 0, "upper_bound": "0.3932988371713163"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 6885000958564257839, "num_range": 0, "upper_bound": "-80 years -4 mons -329 days -00:10:11.267134"}, {"distinct_range": 10000000, "num_eq": 20000000, "num_range": 10000000, "upper_bound": "-26 years -8 mons -957 days -02:39:40.111744"}, {"distinct_range": 20000000, "num_eq": 90000000, "num_range": 20000000, "upper_bound": "-28 years -5 mons -316 days -02:17:46.307027"}, {"distinct_range": 2407044685859283000, "num_eq": 5691261550923952618, "num_range": 8485202118387553423, "upper_bound": "00:00:00"}, {"distinct_range": 7925648910734583000, "num_eq": 1645336941988737314, "num_range": 8761776326862657527, "upper_bound": "74 years 2 mons 57 days 23:32:56.338195"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 900, "num_range": 0, "upper_bound": "-2.664261617661198995E+24"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "720039844"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 900, "upper_bound": "1018237493"}, {"distinct_range": 7725296301632572000, "num_eq": 4332810719686897849, "num_range": 7725296301632572699, "upper_bound": "1184298965"}, {"distinct_range": 5115605764364632000, "num_eq": 3041238551171943864, "num_range": 8220536050841559479, "upper_bound": "2242902170"}, {"distinct_range": 10000000000, "num_eq": 20000000, "num_range": 10000000000, "upper_bound": "2526947283"}, {"distinct_range": 20, "num_eq": 8879280636075558082, "num_range": 20, "upper_bound": "2854501664"}, {"distinct_range": 6158417180240840000, "num_eq": 3458975134257174648, "num_range": 6796296416246294818, "upper_bound": "3192406580"}, {"distinct_range": 335662350.83166033, "num_eq": 200, "num_range": 400000000, "upper_bound": "3263200870"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1909254669984582324"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col5_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_cou
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@f5f0f11d6e31a6667fe1cafa46cd1a472df38f76:


        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (2.12s)
        test_1        |     --- FAIL: TestCompare/postgres (0.93s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.2:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (1.20s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 BIT(42) NULL, col1_1 BIT(3) NOT NULL, col1_2 REGTYPE NULL, col1_3 BOOL NULL, col1_4 INT2 NOT NULL, col1_5 INT4 NOT NULL, col1_6 REGCLASS NOT NULL, col1_7 NAME, PRIMARY KEY (col1_4 ASC), UNIQUE (col1_1 ASC, col1_6, col1_3 DESC, col1_5 ASC) WHERE (((table1.col1_5 <= (-2147483648):::INT8) OR (table1.col1_7 != e'\'':::STRING)) OR (table1.col1_4 != (-1):::INT8)) OR (NOT table1.col1_3), UNIQUE (col1_3, col1_5, col1_0 DESC, col1_2, col1_6, col1_1, col1_7 ASC), UNIQUE (col1_4 ASC, col1_1 DESC) STORING (col1_5, col1_6), UNIQUE (col1_5 DESC, col1_0 ASC, col1_1) WHERE (((table1.col1_5 != 1) AND (NOT table1.col1_3)) AND (table1.col1_7 > e'\U00002603')) AND (table1.col1_4 = -1), UNIQUE (col1_1, col1_4, col1_7, col1_3 ASC, col1_0 DESC, col1_5) STORING (col1_2, col1_6), INDEX (col1_6 ASC, col1_4 DESC, col1_7 ASC), UNIQUE (col1_6 ASC, col1_3 ASC, col1_0, col1_1, col1_4 ASC, col1_7 DESC) STORING (col1_2, col1_5) WHERE (((table1.col1_7 <= '"':::STRING) OR (table1.col1_4 = (-1):::INT8)) OR (table1.col1_5 = 127:::INT8)) AND table1.col1_3, INDEX (col1_0 ASC, col1_5 DESC, col1_7) STORING (col1_2, col1_3) WHERE ((table1.col1_4 <= 0:::INT8) OR table1.col1_3) OR (table1.col1_7 >= e'\'':::STRING), INDEX (col1_3, col1_4, col1_6 DESC, col1_2, col1_1 DESC) STORING (col1_5), FAMILY (col1_2), FAMILY (col1_7), FAMILY (col1_3), FAMILY (col1_4), FAMILY (col1_6, col1_1), FAMILY (col1_5, col1_0));
        test_1        |             CREATE TABLE table2 (col2_0 DECIMAL NOT NULL, col2_1 TIMESTAMP NOT NULL, col2_2 TIMETZ NOT NULL, col2_3 "char" NOT NULL, col2_4 FLOAT8 NOT NULL, PRIMARY KEY (col2_4 DESC, col2_0, col2_2 ASC, col2_3), INDEX (col2_2, col2_0 DESC, col2_3 DESC, col2_1 DESC, col2_4 ASC), UNIQUE (col2_4), UNIQUE (col2_3 DESC, col2_4 ASC, col2_2 DESC) STORING (col2_1) WHERE ((((table2.col2_3 = e'\U00002603') AND (table2.col2_2 <= '00:00:00+15:59:00')) AND (table2.col2_4 > 1.0)) OR (table2.col2_1 = '3000-01-01 00:00:00')) AND (table2.col2_0 <= -Infinity), UNIQUE (col2_0, col2_4, col2_1) WHERE (table2.col2_2 <= '00:00:00+15:59:00') AND (table2.col2_3 = ''), INDEX (col2_1), UNIQUE (col2_3) WHERE (table2.col2_4 != 1.7976931348623157e+308:::FLOAT8) OR (table2.col2_3 <= e'\'':::STRING), UNIQUE (col2_1 DESC, col2_4 ASC, col2_2) WHERE table2.col2_3 >= '"':::STRING, UNIQUE (col2_1, col2_3 DESC, col2_4 ASC) WHERE (((table2.col2_3 >= '"') OR (table2.col2_1 >= '0001-01-01 00:00:00')) OR (table2.col2_4 < +Inf)) OR (table2.col2_2 < '24:00:00-15:59:00'), FAMILY (col2_4, col2_2), FAMILY (col2_0, col2_3), FAMILY (col2_1));
        test_1        |             CREATE TABLE table3 (col3_0 REGTYPE NOT NULL, col3_1 DECIMAL, col3_2 "char" NOT NULL, col3_3 TIMESTAMP NOT NULL, col3_4 TIMESTAMPTZ, col3_5 OID, col3_6 DATE NOT NULL, PRIMARY KEY (col3_6, col3_3 ASC, col3_2 DESC, col3_0), INDEX (col3_3 DESC, col3_2, col3_4 DESC, col3_1) STORING (col3_5) WHERE ((((table3.col3_1 = 1:::DECIMAL) AND (table3.col3_4 != '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table3.col3_2 >= '"':::STRING)) AND (table3.col3_3 < '0001-01-01 00:00:00':::TIMESTAMP)) AND (table3.col3_6 > '-infinity':::DATE), INDEX (col3_6 ASC, col3_3, col3_0 DESC, col3_5 DESC, col3_2 DESC, col3_1 DESC) WHERE table3.col3_3 > '-2000-01-01 00:00:00', INDEX (col3_0, col3_2) STORING (col3_1), UNIQUE (col3_5 DESC, col3_0 DESC, col3_3 DESC, col3_1, col3_6 DESC) WHERE (table3.col3_4 <= '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ) OR (table3.col3_3 != '-2000-01-01 00:00:00':::TIMESTAMP), FAMILY (col3_2, col3_6), FAMILY (col3_0), FAMILY (col3_1), FAMILY (col3_3), FAMILY (col3_5, col3_4));
        test_1        |             CREATE TABLE table4 (col2_4 FLOAT8 NOT NULL, col2_0 DECIMAL NOT NULL, col2_2 TIMETZ NOT NULL, col2_3 "char" NOT NULL, col4_4 BIT(43), col4_5 CHAR NOT NULL, col4_6 "char" NOT NULL, col4_7 NAME, col4_8 INTERVAL NULL, col4_9 STRING NOT NULL, col4_10 TIMESTAMP NULL, col4_11 REGPROCEDURE, col4_12 FLOAT4 NULL, col4_13 NAME NOT NULL, col4_14 REGCLASS, col4_15 REGPROCEDURE, col4_16 UUID NOT NULL, col4_17 INT2 NOT NULL, col4_18 CHAR NULL, col4_19 TIMETZ NULL, PRIMARY KEY (col2_4 DESC, col2_0, col2_2 ASC, col2_3, col4_16 DESC, col4_13 ASC, col4_11, col4_19, col4_9, col4_10 ASC, col4_14 DESC), INDEX (col4_19, col4_14, col4_16, col4_7 DESC, col4_12 ASC, col4_13 DESC, col4_17, col2_0 DESC, col2_3 DESC, col4_10, col4_15 ASC, col2_2, col2_4 ASC, col4_18 DESC, col4_8, col4_4, col4_11 DESC), FAMILY (col4_7, col4_8), FAMILY (col4_10, col4_17), FAMILY (col4_12), FAMILY (col4_9), FAMILY (col4_6, col4_5), FAMILY (col2_0, col4_11, col2_3, col4_19, col4_16), FAMILY (col4_4), FAMILY (col4_14), FAMILY (col2_2), FAMILY (col4_15), FAMILY (col4_18), FAMILY (col2_4), FAMILY (col4_13), UNIQUE (col2_4)) INTERLEAVE IN PARENT table2 (col2_4, col2_0, col2_2, col2_3);
        test_1        |             CREATE TABLE table5 (col3_6 DATE NOT NULL, col3_3 TIMESTAMP NOT NULL, col3_2 "char" NOT NULL, col3_0 REGTYPE NOT NULL, col5_4 CHAR, col5_5 DATE NULL, col5_6 DATE NULL, col5_7 "char" NOT NULL, col5_8 REGPROCEDURE NULL, PRIMARY KEY (col3_6, col3_3 ASC, col3_2 DESC, col3_0), UNIQUE (col3_3 DESC, col5_4, col5_6 ASC) STORING (col5_8) WHERE ((((table5.col3_3 > '294276-12-31 23:59:59.999999') AND (table5.col5_4 < '"')) OR (table5.col3_2 = e'\'')) AND (table5.col5_7 <= 'X')) AND (table5.col5_6 >= '-infinity'), FAMILY (col3_6, col5_4, col3_3), FAMILY (col5_7, col3_0, col5_5, col5_6), FAMILY (col5_8, col3_2)) INTERLEAVE IN PARENT table3 (col3_6, col3_3, col3_2, col3_0);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 38452, "histo_buckets": [{"distinct_range": 0, "num_eq": 303551273487993178, "num_range": 0, "upper_bound": "011100100011111100010001100111011000111010"}], "histo_col_type": "BIT(42)", "name": "__auto__", "null_count": 26218, "row_count": 50000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43506, "histo_buckets": [{"distinct_range": 0, "num_eq": 533135609756892290, "num_range": 0, "upper_bound": "0000000000000000000000000000000000000000000000000000000000000000"}, {"distinct_range": 5388776156205611000, "num_eq": 3658257848248991411, "num_range": 5717485656126655661, "upper_bound": "011"}], "histo_col_type": "BIT(3)", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 28245, "histo_col_type": "", "name": "__auto__", "null_count": 14671, "row_count": 50000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45941, "histo_buckets": [{"distinct_range": 0, "num_eq": 5723277026761009567, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 1000000, "num_eq": 300000000, "num_range": 1000000, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 30044, "row_count": 50000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 38139, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "-27577"}, {"distinct_range": 90, "num_eq": 9100884134336471594, "num_range": 90, "upper_bound": "-17252"}, {"distinct_range": 0, "num_eq": 276260383061079723, "num_range": 5000000, "upper_bound": "-4676"}, {"distinct_range": 9000000000, "num_eq": 6000000000, "num_range": 9000000000, "upper_bound": "7273"}, {"distinct_range": 200000, "num_eq": 5422735253955741436, "num_range": 200000, "upper_bound": "15615"}, {"distinct_range": 1179.055559837885, "num_eq": 4000000000, "num_range": 2000, "upper_bound": "20529"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45062, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "-2147483648"}, {"distinct_range": 35158166352.68976, "num_eq": 100, "num_range": 60000000000, "upper_bound": "-2050248412"}, {"distinct_range": 47545041.0078088, "num_eq": 1050824073474820642, "num_range": 100000000, "upper_bound": "-1806703783"}, {"distinct_range": 3959458921219536400, "num_eq": 4530201850622996056, "num_range": 3959458921219536310, "upper_bound": "-1175824059"}, {"distinct_range": 8109422266646277000, "num_eq": 30, "num_range": 8109422266646276949, "upper_bound": "-1144636010"}, {"distinct_range": 0, "num_eq": 40000000000, "num_range": 500000, "upper_bound": "377758535"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30379, "histo_buckets": [{"distinct_range": 0, "num_eq": 3250791081144293343, "num_range": 0, "upper_bound": "1335902993"}, {"distinct_range": 150630282989266940, "num_eq": 0, "num_range": 165261195274510437, "upper_bound": "3345405991"}, {"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "3446486071"}, {"distinct_range": 32343287.103251234, "num_eq": 4277560488002641783, "num_range": 60000000, "upper_bound": "3536068871"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 38997, "histo_col_type": "", "name": "__auto__", "null_count": 33967, "row_count": 50000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 2612509484325623486, "num_range": 0, "upper_bound": "580220203.927155029"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 1936126331171517224, "num_range": 0, "upper_bound": "1995-01-12 01:34:50.000208"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000000, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 300000, "num_eq": 5620102111051315519, "num_range": 300000, "upper_bound": "06:33:58.504205+00:22:00"}, {"distinct_range": 546947.0145287862, "num_eq": 5000000, "num_range": 1000000, "upper_bound": "07:03:02.65145-01:42:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 8003114069639856029, "num_range": 0, "upper_bound": "\\u001c\\nW*\\u000b\\r\\u001cx"}, {"distinct_range": 4059460390937346600, "num_eq": 4748903860721992053, "num_range": 4059460390937346559, "upper_bound": "\\u001d\\u00176Di:t"}, {"distinct_range": 1316523814942096600, "num_eq": 30000, "num_range": 3669058835385977361, "upper_bound": "6cF{:\\rG*"}, {"distinct_range": 3325754385222862300, "num_eq": 2000, "num_range": 9150563507179638882, "upper_bound": "9r"}, {"distinct_range": 2154589674233771800, "num_eq": 4258077004970294405, "num_range": 2154589674233771794, "upper_bound": "<\\u0006</I\\u00172"}, {"distinct_range": 0, "num_eq": 80, "num_range": 8338213247894189025, "upper_bound": "fU65"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "-2.2494579923371747"}, {"distinct_range": 0, "num_eq": 300, "num_range": 0, "upper_bound": "-0.2929639828584653"}, {"distinct_range": 159395649.8506394, "num_eq": 10000, "num_range": 600000000, "upper_bound": "0.02687538623804414"}, {"distinct_range": 1470489824887965200, "num_eq": 3245338260237846049, "num_range": 1470489824887965152, "upper_bound": "0.2796726077446061"}, {"distinct_range": 0, "num_eq": 70000000, "num_range": 0, "upper_bound": "0.3008827926449631"}, {"distinct_range": 94539750.01018149, "num_eq": 100000, "num_range": 100000000, "upper_bound": "0.3263759067436274"}, {"distinct_range": 946022300165728400, "num_eq": 4000, "num_range": 946022300165728344, "upper_bound": "0.8044672412048702"}, {"distinct_range": 1225.441282117332, "num_eq": 8715977589085100670, "num_range": 6000, "upper_bound": "1.0"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 0}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_col_type": "", "name": "__auto__", "null_count": 2007, "row_count": 4000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2142, "histo_col_type": "OID", "name": "__auto__", "null_count": 2995, "row_count": 4000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3624, "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1307, "histo_buckets": [{"distinct_range": 0, "num_eq": 6141098608837332511, "num_range": 0, "upper_bound": "14009460"}, {"distinct_range": 4836430903069677000, "num_eq": 400000000, "num_range": 4836430903069676198, "upper_bound": "151413897"}, {"distinct_range": 9090106508618605000, "num_eq": 5000, "num_range": 9090106508618604164, "upper_bound": "160455972"}, {"distinct_range": 7510968295616809000, "num_eq": 9000000, "num_range": 7510968295616809445, "upper_bound": "1152915366"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 591363531298616273, "upper_bound": "1576975713"}, {"distinct_range": 2074822040893910800, "num_eq": 6178931636980758715, "num_range": 2074822040893910782, "upper_bound": "2367613253"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 50000000000, "upper_bound": "3609526275"}, {"distinct_range": 800000000, "num_eq": 6000, "num_range": 800000000, "upper_bound": "3707367097"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1380, "histo_col_type": "", "name": "__auto__", "null_count": 1886, "row_count": 4000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 261, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3705, "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 4000}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000, "num_range": 0, "upper_bound": "-0.5829612546276719"}, {"distinct_range": 35947.23475589447, "num_eq": 2572548069704145681, "num_range": 40000, "upper_bound": "0.035217661004476986"}, {"distinct_range": 0, "num_eq": 1825517593489879264, "num_range": 30000000, "upper_bound": "0.13672950431310074"}, {"distinct_range": 3219675907706397700, "num_eq": 0, "num_range": 4055591110490822793, "upper_bound": "0.141573480056297"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_col_type": "", "name": "__auto__", "null_count": 5, "row_count": 70}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 58, "histo_col_type": "", "name": "__auto__", "null_count": 8, "row_count": 70}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14, "histo_col_type": "", "name": "__auto__", "null_count": 32, "row_count": 70}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 63, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 52, "histo_col_type": "", "name": "__auto__", "null_count": 2, "row_count": 70}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 64, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "03:08:40.938935-01:25:00"}, {"distinct_range": 363026869034449800, "num_eq": 0, "num_range": 363026869034449814, "upper_bound": "08:53:06.675209+02:36:00"}, {"distinct_range": 500, "num_eq": 20000000, "num_range": 500, "upper_bound": "05:51:55.552169-12:20:00"}, {"distinct_range": 0, "num_eq": 2590816180971387117, "num_range": 2791241722740147484, "upper_bound": "17:09:25.347153-04:04:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 65, "row_count": 70}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32, "histo_col_type": "", "name": "__auto__", "null_count": 16, "row_count": 70}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22, "histo_col_type": "", "name": "__auto__", "null_count": 63, "row_count": 70}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 40, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 62, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24, "histo_col_type": "", "name": "__auto__", "null_count": 22, "row_count": 70}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 69, "histo_col_type": "", "name": "__auto__", "null_count": 40, "row_count": 70}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 59, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col4_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68, "histo_col_type": "", "name": "__auto__", "null_count": 11, "row_count": 70}]':::JSONB;
        test_1        |             ALTER TABLE table5 INJECT STATISTICS '[{"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4843, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000, "num_range": 0, "upper_bound": "1976-04-07 00:13:41.000328"}, {"distinct_range": 0, "num_eq": 6444966221124258919, "num_range": 0, "upper_bound": "1991-05-25 16:00:31.000748"}, {"distinct_range": 4155009859706443000, "num_eq": 80, "num_range": 8522120416740425146, "upper_bound": "2005-03-04 07:48:24.000106"}, {"distinct_range": 0, "num_eq": 2590271069293729760, "num_range": 400000000, "upper_bound": "2015-11-09 02:28:16.000852"}, {"distinct_range": 7356029075063162000, "num_eq": 500000000, "num_range": 7356029075063162072, "upper_bound": "2017-12-26 21:51:21.000028"}, {"distinct_range": 360468881263092300, "num_eq": 10000, "num_range": 446175522294603910, "upper_bound": "2023-05-18 19:29:42.000605"}, {"distinct_range": 100000000, "num_eq": 6000000, "num_range": 100000000, "upper_bound": "2024-11-20 12:14:54.000957"}, {"distinct_range": 0, "num_eq": 8613087452167969637, "num_range": 9000000000, "upper_bound": "2032-01-23 10:26:36.000025"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 5000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 509, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5000}, {"columns": ["col5_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7, "histo_col_type": "", "name": "__auto__", "null_count": 1964, "row_count": 5000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4678, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "1974-06-03"}, {"distinct_range": 0, "num_eq": 6386368615238804340, "num_range": 4511675670214227852, "upper_bound": "1976-03-28"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 0, "upper_bound": "1978-03-18"}, {"distinct_range": 109987947854289900, "num_eq": 8756321179968425046, "num_range": 109987947854289911, "upper_bound": "1986-06-28"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 5000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 104, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5000}, {"columns": ["col5_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4559, "histo_col_type": "", "name": "__auto__", "null_count": 2221, "row_count": 5000}, {"columns": ["col5_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 169, "histo_col_type": "", "name": "__auto__", "null_count": 3037, "row_count": 5000}, {"columns": ["col5_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 783, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5000}, {"columns": ["col5_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2345, "histo_col_type": "", "name": "__auto__", "null_count": 1608, "row_count": 5000}]':::JSONB;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_4) REFERENCES table4 (col2_4);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('kgq', 'llolpe');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('blmxe', 'kj', 'esf');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('xm', 'o', 'wzh', 'xpwhao');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('s', 'bmu', 'gtigr');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('lsvrf', 'a', 'eahh', 'w', 'i', 'io');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1099944009257850034, "histo_col_type": "", "name": "__auto__", "null_count": 466070534678250573, "row_count": 2233620062230594975}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 189192266457435155, "histo_buckets": [{"distinct_range": 0, "num_eq": 7304770746641611933, "num_range": 0, "upper_bound": "000100000010110100011111110101110010010010"}, {"distinct_range": 692100850417721900, "num_eq": 900000, "num_range": 1213008003788081893, "upper_bound": "001011000100111010010001110111001000111110"}, {"distinct_range": 0, "num_eq": 8707286934405866496, "num_range": 1000, "upper_bound": "111101010010110111000000000011100010101011"}], "histo_col_type": "BIT(42)", "name": "__auto__", "null_count": 649214031144242028, "row_count": 2233620062230594975}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 757910240829905187, "histo_col_type": "BIT(3)", "name": "__auto__", "null_count": 0, "row_count": 2233620062230594975}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1094189898482354124, "histo_col_type": "", "name": "__auto__", "null_count": 151573552455237481, "row_count": 2233620062230594975}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1015570486178589640, "histo_buckets": [{"distinct_range": 0, "num_eq": 710788293677509290, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 0, "num_eq": 7166809033620931332, "num_range": 2573105778421937131, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 151416529239884861, "row_count": 2233620062230594975}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 962709964851194130, "histo_buckets": [{"distinct_range": 0, "num_eq": 3495612748423271909, "num_range": 0, "upper_bound": "-22290"}, {"distinct_range": 0, "num_eq": 4702580014198783944, "num_range": 500000, "upper_bound": "-21110"}, {"distinct_range": 5000000000, "num_eq": 6749716021206829877, "num_range": 5000000000, "upper_bound": "-17075"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 6966173794345262970, "upper_bound": "-13530"}, {"distinct_range": 1036379603737948900, "num_eq": 6000000, "num_range": 1036379603737948901, "upper_bound": "11544"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 2471132994451900280, "upper_bound": "12277"}, {"distinct_range": 6000000000, "num_eq": 300000000, "num_range": 6000000000, "upper_bound": "19336"}, {"distinct_range": 73.62655302673498, "num_eq": 8000000, "num_range": 400, "upper_bound": "32767"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 2233620062230594975}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 732485261811284045, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "-1874259005"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 0, "upper_bound": "-1663165268"}, {"distinct_range": 0, "num_eq": 5130315619840114112, "num_range": 7972523573283431006, "upper_bound": "-1228639090"}, {"distinct_range": 2203391322339545300, "num_eq": 70, "num_range": 8733366621120900526, "upper_bound": "1"}, {"distinct_range": 5000000000, "num_eq": 5539219137535546428, "num_range": 5000000000, "upper_bound": "1524180293"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 2233620062230594975}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1888854220967864727, "histo_buckets": [{"distinct_range": 0, "num_eq": 3209739761549800469, "num_range": 0, "upper_bound": "719348476"}, {"distinct_range": 14.26477521195636, "num_eq": 30000, "num_range": 80, "upper_bound": "1237020253"}, {"distinct_range": 0, "num_eq": 6650999795873694812, "num_range": 400, "upper_bound": "2903920191"}, {"distinct_range": 0, "num_eq": 5024861784970742459, "num_range": 0, "upper_bound": "3161616295"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 5071349441768862361, "upper_bound": "3298842988"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 2233620062230594975}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5892781, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "-7.7255787861289737E+32"}, {"distinct_range": 6021.772047352625, "num_eq": 3252231864460006824, "num_range": 10000, "upper_bound": "-5.487151265741460496E+21"}, {"distinct_range": 4218019278563033000, "num_eq": 100, "num_range": 7207946646899195458, "upper_bound": "-51866693191.54071705"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 100000000000, "upper_bound": "4.724041589729500908E+21"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 0, "upper_bound": "4.266339962845769814E+31"}, {"distinct_range": 0, "num_eq": 4535981187749140176, "num_range": 20000000, "upper_bound": "8.635131601489353133E+32"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3442280, "histo_buckets": [{"distinct_range": 0, "num_eq": 1799820115210435175, "num_range": 0, "upper_bound": "1979-10-27 10:49:05.000562"}, {"distinct_range": 1093462309022101000, "num_eq": 400, "num_range": 5938821899551663741, "upper_bound": "1982-02-27 03:13:13.000635"}, {"distinct_range": 39071098.14120978, "num_eq": 200000, "num_range": 70000000, "upper_bound": "2004-02-29 18:33:09.000067"}, {"distinct_range": 7185151046332185000, "num_eq": 9043621721455979637, "num_range": 7185151046332184805, "upper_bound": "2015-04-08 12:45:10.000642"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "2020-08-03 13:35:44.000988"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 177309, "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 786498, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "\\u0008^\\u000b\\u001b<F"}, {"distinct_range": 120162657200917600, "num_eq": 3283908604232665462, "num_range": 5004731002707346598, "upper_bound": "&nC=5\\u00055[C"}, {"distinct_range": 2424199171390108000, "num_eq": 332474490879933478, "num_range": 2424199171390108081, "upper_bound": "\'arT\\u0019P!"}, {"distinct_range": 400000000, "num_eq": 500000000, "num_range": 400000000, "upper_bound": "G\\u0007\\u0006!"}, {"distinct_range": 0, "num_eq": 0, "num_range": 7911863206366399294, "upper_bound": "II3\\u0016n|W\\u0018"}, {"distinct_range": 675719.2972717041, "num_eq": 7000000000, "num_range": 4000000, "upper_bound": "K]tK\\u0013|\\u0007"}, {"distinct_range": 1147563621.7777784, "num_eq": 4170360576027034348, "num_range": 2000000000, "upper_bound": "f`v"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7609724, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000, "num_range": 0, "upper_bound": "-1.3159051267493327"}, {"distinct_range": 1092693590987515300, "num_eq": 2000000000, "num_range": 1092693590987515261, "upper_bound": "-0.5668487579073066"}, {"distinct_range": 8339360733869269000, "num_eq": 2000, "num_range": 9165747779002002751, "upper_bound": "-0.17710922870355517"}, {"distinct_range": 60000000, "num_eq": 0, "num_range": 60000000, "upper_bound": "0.5069482096281768"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 50000, "upper_bound": "0.9875987075672422"}, {"distinct_range": 0, "num_eq": 40, "num_range": 10000, "upper_bound": "1.1118603107693255"}, {"distinct_range": 0, "num_eq": 8547089779937647263, "num_range": 0, "upper_bound": "1.287902604999581"}, {"distinct_range": 100000, "num_eq": 4651557781478150779, "num_range": 100000, "upper_bound": "3.707282882905137"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 8000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 116, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "225933698"}, {"distinct_range": 1286077.3068469192, "num_eq": 50000, "num_range": 2000000, "upper_bound": "4226961309"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 400}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 107, "histo_col_type": "", "name": "__auto__", "null_count": 145, "row_count": 400}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 283, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 272, "histo_buckets": [{"distinct_range": 0, "num_eq": 8482160877373991097, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00"}, {"distinct_range": 2365002336703926300, "num_eq": 20000000000, "num_range": 4737391636290575545, "upper_bound": "1975-07-14 15:44:11.000508"}, {"distinct_range": 700000, "num_eq": 3875308607780084138, "num_range": 700000, "upper_bound": "1996-04-24 06:41:15.00054"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 5001678442238137616, "upper_bound": "2000-07-05 00:39:40.000249"}, {"distinct_range": 1792828518546783500, "num_eq": 6661573383979815285, "num_range": 1853318285259078595, "upper_bound": "3000-01-01 00:00:00"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 400}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 384, "histo_col_type": "", "name": "__auto__", "null_count": 272, "row_count": 400}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 358, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 900000, "num_eq": 80000000, "num_range": 900000, "upper_bound": "640527113"}, {"distinct_range": 499339638899130300, "num_eq": 0, "num_range": 499339638899130329, "upper_bound": "1219694003"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 319, "row_count": 400}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 327, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "1977-07-15"}, {"distinct_range": 686953628557331800, "num_eq": 8000000000, "num_range": 3307082795120620465, "upper_bound": "1980-08-12"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 20000000000, "upper_bound": "1990-10-10"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 400}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 655304570, "histo_col_type": "", "name": "__auto__", "null_count": 854522336, "row_count": 3000000000}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1377148982, "histo_col_type": "", "name": "__auto__", "null_count": 132224632, "row_count": 3000000000}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1740741126, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 347586572, "histo_buckets": [{"distinct_range": 0, "num_eq": 5337689464116666147, "num_range": 0, "upper_bound": "02:30:48.775701+10:41:00"}, {"distinct_range": 1000000, "num_eq": 1497735787371142854, "num_range": 1000000, "upper_bound": "17:22:54.125693+10:01:00"}, {"distinct_range": 0, "num_eq": 6354959204744039774, "num_range": 60000000, "upper_bound": "01:46:27.702501-07:41:00"}, {"distinct_range": 0, "num_eq": 7493134566260768570, "num_range": 1000000, "upper_bound": "07:17:33.425195-09:02:00"}, {"distinct_range": 4587247704517583400, "num_eq": 4648680966681172261, "num_range": 4587247704517583487, "upper_bound": "23:34:17.238686+01:23:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 1779366240, "row_count": 3000000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1405815993, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1062070994, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2586711659, "histo_col_type": "", "name": "__auto__", "null_count": 1417884276, "row_count": 3000000000}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1993020817, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22029342, "histo_col_type": "", "name": "__auto__", "null_count": 2587965466, "row_count": 3000000000}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1196381337, "histo_col_type": "", "name": "__auto__", "null_count": 2504683912, "row_count": 3000000000}, {"columns": ["col4_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2353062591, "histo_col_type": "", "name": "__auto__", "null_count": 1364007759, "row_count": 3000000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1470126985, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 921551173, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2373968389, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2658127785, "histo_col_type": "", "name": "__auto__", "null_count": 1864476911, "row_count": 3000000000}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 276697974, "histo_col_type": "", "name": "__auto__", "null_count": 2544592624, "row_count": 3000000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1991375793, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "-1.8154579327375315"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "-0.7738341461679968"}, {"distinct_range": 80000, "num_eq": 5652536838182760664, "num_range": 80000, "upper_bound": "-0.6717511688203686"}, {"distinct_range": 2986.647335640384, "num_eq": 900, "num_range": 5000, "upper_bound": "-0.6692684898785672"}, {"distinct_range": 6333058543608799000, "num_eq": 2134566064688846562, "num_range": 6333058543608798849, "upper_bound": "-0.39605021457882716"}, {"distinct_range": 8000000000, "num_eq": 3217893895423190449, "num_range": 8000000000, "upper_bound": "-0.008337386543390557"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 0, "upper_bound": "1.401298464324817e-45"}, {"distinct_range": 221696161173521920, "num_eq": 60000, "num_range": 249506028583251737, "upper_bound": "0.07332095066076949"}, {"distinct_range": 0, "num_eq": 3000000, "num_range": 3000000000, "upper_bound": "0.5301642826737087"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 494404923, "histo_col_type": "", "name": "__auto__", "null_count": 2433361342, "row_count": 3000000000}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1674832336, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2625166870, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}]';
        test_1        |             ALTER TABLE table5 INJECT STATISTICS '[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 146201152118480176, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 703918821622408502}, {"columns": ["col5_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 396794174602770100, "histo_col_type": "", "name": "__auto__", "null_count": 521867829125208671, "row_count": 703918821622408502}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 385186913430378094, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 703918821622408502}, {"columns": ["col5_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 355812093562222228, "histo_col_type": "", "name": "__auto__", "null_count": 234745263031344463, "row_count": 703918821622408502}, {"columns": ["col5_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 555354944365137609, "histo_col_type": "", "name": "__auto__", "null_count": 169377616660884906, "row_count": 703918821622408502}, {"columns": ["col5_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 304005326671759826, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 703918821622408502}, {"columns": ["col5_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 151687691607612424, "histo_col_type": "", "name": "__auto__", "null_count": 283996177163495057, "row_count": 703918821622408502}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 640508498775965192, "histo_buckets": [{"distinct_range": 0, "num_eq": 6260928086094894246, "num_range": 0, "upper_bound": "1971-08-01"}, {"distinct_range": 0, "num_eq": 2164851199248014171, "num_range": 90000000000, "upper_bound": "1972-02-13"}, {"distinct_range": 5169673486024617000, "num_eq": 6000000000, "num_range": 5416275082676083036, "upper_bound": "1972-03-19"}, {"distinct_range": 852819.066936008, "num_eq": 3000000000, "num_range": 1000000, "upper_bound": "1986-09-21"}, {"distinct_range": 0, "num_eq": 100, "num_range": 10000000, "upper_bound": "1989-06-02"}, {"distinct_range": 3000, "num_eq": 5007920438759834109, "num_range": 3000, "upper_bound": "1993-10-18"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 703918821622408502}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1556992518940796, "histo_buckets": [{"distinct_range": 0, "num_eq": 3876542269425977151, "num_range": 0, "upper_bound": "0001-01-01 00:00:00"}, {"distinct_range": 30378208.613791898, "num_eq": 300000000, "num_range": 50000000, "upper_bound": "1974-12-14 10:05:30.000765"}, {"distinct_range": 0, "num_eq": 4309343927247513159, "num_range": 0, "upper_bound": "1986-06-05 06:32:15.000322"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 1181443008609491539, "upper_bound": "1994-11-10 19:27:53.000926"}, {"distinct_range": 1109443810820214300, "num_eq": 6409627966027355006, "num_range": 5078376317081293100, "upper_bound": "2021-01-09 01:08:42.000658"}, {"distinct_range": 400, "num_eq": 7000000, "num_range": 400, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 703918821622408502}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 8000000, "num_eq": 10000000000, "num_range": 8000000, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-819"}, {"distinct_range": 2782045371818389000, "num_eq": 60000, "num_range": 2782045371818389163, "upper_bound": "2049"}, {"distinct_range": 3000, "num_eq": 2000, "num_range": 3000, "upper_bound": "4492"}, {"distinct_range": 3179159398439377000, "num_eq": 10000000, "num_range": 7605638960958855144, "upper_bound": "12458"}, {"distinct_range": 10000, "num_eq": 500, "num_range": 10000, "upper_bound": "19168"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "-2147483648"}, {"distinct_range": 4091704351473357300, "num_eq": 611765452983040965, "num_range": 6790118553181660439, "upper_bound": "-1937895032"}, {"distinct_range": 7000, "num_eq": 30000, "num_range": 7000, "upper_bound": "-1189582037"}, {"distinct_range": 0, "num_eq": 5041711026249427506, "num_range": 0, "upper_bound": "-1037825613"}, {"distinct_range": 1660810010503215900, "num_eq": 7400439610924614999, "num_range": 1660810010503215770, "upper_bound": "-695918027"}, {"distinct_range": 112384882363779230, "num_eq": 30000000, "num_range": 3703774697268798247, "upper_bound": "-41609182"}, {"distinct_range": 0, "num_eq": 7782800155893970802, "num_range": 7000, "upper_bound": "32767"}, {"distinct_range": 3678052393631018000, "num_eq": 2937552354558109550, "num_range": 3678052393631017998, "upper_bound": "676500056"}, {"distinct_range": 0, "num_eq": 5471408444896526070, "num_range": 200000, "upper_bound": "1936161192"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000, "num_range": 0, "upper_bound": "2695601970"}, {"distinct_range": 1233349768512650000, "num_eq": 6000000000, "num_range": 1233349768512650046, "upper_bound": "4128692735"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 7348692534238353117, "num_range": 0, "upper_bound": "011110100111010010011001110100010111011111"}], "histo_col_type": "BIT(42)", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 7884482893522308404, "num_range": 0, "upper_bound": "001"}, {"distinct_range": 1995.1680524849983, "num_eq": 40000, "num_range": 7000, "upper_bound": "101"}, {"distinct_range": 1000000, "num_eq": 700000, "num_range": 1000000, "upper_bound": "110"}, {"distinct_range": 1117782285768769800, "num_eq": 800000000, "num_range": 1117782285768769846, "upper_bound": "111"}], "histo_col_type": "BIT(3)", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3271166, "histo_buckets": [{"distinct_range": 0, "num_eq": 6016850351900742183, "num_range": 0, "upper_bound": "-8.368988903140693305E+36"}, {"distinct_range": 0, "num_eq": 7000, "num_range": 100000, "upper_bound": "-5.169557482020200159E+26"}, {"distinct_range": 2285353109601282000, "num_eq": 8982206231276776606, "num_range": 2285353109601282153, "upper_bound": "-51025.6536374852664"}, {"distinct_range": 5905066060278297000, "num_eq": 4217017864689241220, "num_range": 8546526229475102115, "upper_bound": "-662.9080117440477124"}, {"distinct_range": 879713061890604500, "num_eq": 225644307262484402, "num_range": 4204579775097447434, "upper_bound": "72211.75660004742551"}, {"distinct_range": 8413092599924103000, "num_eq": 2573326671849497294, "num_range": 8413092599924102876, "upper_bound": "5329609314823598.714"}, {"distinct_range": 361581807.8300372, "num_eq": 7000000000, "num_range": 400000000, "upper_bound": "7.513472389773854651E+27"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 881835212404806005, "upper_bound": "3.22435506344907355E+36"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1543714, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000000, "num_range": 0, "upper_bound": "1973-06-14 10:01:52.00093"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6675293, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "00:03:28.491175+11:14:00"}, {"distinct_range": 0, "num_eq": 200, "num_range": 30, "upper_bound": "03:27:35.017854+12:53:00"}, {"distinct_range": 0, "num_eq": 7548082541885130895, "num_range": 8755256064839905003, "upper_bound": "10:12:50.831586+09:02:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2386361, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": "5\\u000bAH2"}, {"distinct_range": 4868.271579860402, "num_eq": 1066781995618309153, "num_range": 50000, "upper_bound": "N2=\\u001f|I"}, {"distinct_range": 1695659430107752200, "num_eq": 100000, "num_range": 4723298453862516722, "upper_bound": "QzA\\u0014\\u0002&"}, {"distinct_range": 100000, "num_eq": 1000, "num_range": 100000, "upper_bound": "U\\u0001="}, {"distinct_range": 500, "num_eq": 5149265232888828469, "num_range": 500, "upper_bound": "\U00002603"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2588274, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "0.7061132051343645"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 7000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1530741688191461211, "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 2791825764275095220}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1434070041532908208, "histo_col_type": "", "name": "__auto__", "null_count": 198233129536867269, "row_count": 2791825764275095220}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2637717833894769682, "histo_buckets": [{"distinct_range": 0, "num_eq": 5267774203709367488, "num_range": 0, "upper_bound": "70195573"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 5000, "upper_bound": "1786069915"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 2349918573175331205, "row_count": 2791825764275095220}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1460735288070562823, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000, "num_range": 0, "upper_bound": "4714-11-24 BC"}, {"distinct_range": 7930059605961801000, "num_eq": 1505603542018211331, "num_range": 7930059605961800648, "upper_bound": "1983-01-07"}, {"distinct_range": 5111688109767084000, "num_eq": 7018264818001487421, "num_range": 5111688109767083676, "upper_bound": "1984-10-24"}, {"distinct_range": 1890925421183887600, "num_eq": 3856721941627832769, "num_range": 1890925421183887683, "upper_bound": "1985-11-02"}, {"distinct_range": 826934751.3159742, "num_eq": 400000000, "num_range": 900000000, "upper_bound": "1990-10-31"}, {"distinct_range": 6.780604938604418, "num_eq": 1910073293204217415, "num_range": 300, "upper_bound": "1991-04-10"}, {"distinct_range": 0, "num_eq": 8407768461734034615, "num_range": 4668485717180661867, "upper_bound": "1996-11-14"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 2791825764275095220}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1560245006378508806, "histo_buckets": [{"distinct_range": 0, "num_eq": 327815987180523074, "num_range": 0, "upper_bound": "424387942"}, {"distinct_range": 400000000, "num_eq": 4554283857390239349, "num_range": 400000000, "upper_bound": "476768155"}, {"distinct_range": 3968501052800293400, "num_eq": 8272176848194715703, "num_range": 3968501052800293397, "upper_bound": "992950431"}, {"distinct_range": 471307229634244740, "num_eq": 5609477197209552288, "num_range": 1255423889486206404, "upper_bound": "2935868846"}, {"distinct_range": 0, "num_eq": 400000, "num_range": 50000000000, "upper_bound": "3391366988"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 2791825764275095220}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2479109876535193323, "histo_col_type": "", "name": "__auto__", "null_count": 681837149427608418, "row_count": 2791825764275095220}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1963786928311915575, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2791825764275095220}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 287580, "histo_col_type": "", "name": "__auto__", "null_count": 360608, "row_count": 400000}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 218093, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 284296, "histo_col_type": "", "name": "__auto__", "null_count": 381066, "row_count": 400000}, {"columns": ["col4_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 334780, "histo_col_type": "", "name": "__auto__", "null_count": 131256, "row_count": 400000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 103072, "histo_buckets": [{"distinct_range": 0, "num_eq": 500000, "num_range": 0, "upper_bound": "-1.3906589055915117"}, {"distinct_range": 23660.017970047356, "num_eq": 4385487230158331124, "num_range": 80000, "upper_bound": "-0.7404195463466915"}, {"distinct_range": 4344098356938539500, "num_eq": 10000000, "num_range": 4344098356938539741, "upper_bound": "-0.6630541830027257"}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 4222461728320885760, "upper_bound": "-0.6395153671917714"}, {"distinct_range": 188104.458531967, "num_eq": 30000, "num_range": 600000, "upper_bound": "0.13851277490448818"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 1059235211188882121, "upper_bound": "0.1670002860944504"}, {"distinct_range": 3426793001867138600, "num_eq": 3058492922699962254, "num_range": 3426793001867138497, "upper_bound": "0.29572140798986873"}, {"distinct_range": 5419706578726236000, "num_eq": 4260290978747193725, "num_range": 8308679552429901390, "upper_bound": "1.0818304663434128"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 800, "upper_bound": "1.1457445370686714"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 108815, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 145322, "histo_col_type": "", "name": "__auto__", "null_count": 294967, "row_count": 400000}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 362469, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 340006, "histo_col_type": "", "name": "__auto__", "null_count": 185343, "row_count": 400000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 154928, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73231, "histo_col_type": "", "name": "__auto__", "null_count": 247366, "row_count": 400000}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 355619, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 396858, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 380986, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 147848, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 165935, "histo_col_type": "", "name": "__auto__", "null_count": 69523, "row_count": 400000}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 78744, "histo_col_type": "", "name": "__auto__", "null_count": 208662, "row_count": 400000}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13201, "histo_col_type": "", "name": "__auto__", "null_count": 211149, "row_count": 400000}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 219000, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000}, {"columns": ["col4_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 137044, "histo_buckets": [{"distinct_range": 0, "num_eq": 5189974718065799548, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "09:34:32.150715+13:11:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 235075, "row_count": 400000}]';
        test_1        |             ALTER TABLE table5 INJECT STATISTICS '[{"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 245471890409588846, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "4714-11-24 BC"}, {"distinct_range": 189197821666347200, "num_eq": 6795896909676096935, "num_range": 927527193234157845, "upper_bound": "1985-09-23"}, {"distinct_range": 100000000000, "num_eq": 0, "num_range": 100000000000, "upper_bound": "1989-08-17"}, {"distinct_range": 148.37203484283333, "num_eq": 22946262523
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@c8e6237257a15f294cfb3a2676528f19e17f829f:


        test_1        | --- FAIL: TestCompare (31.19s)
        test_1        |     --- FAIL: TestCompare/postgres (30.16s)
        test_1        |         compare_test.go:155: compare cockroach1 to postgres:
        test_1        |             unexpected diff:
        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |                 float64(9),
        test_1        |             -   string("9.0A"),
        test_1        |             +   string("9A"),
        test_1        |               }))
        test_1        |             postgres:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (SELECT 9.0::FLOAT8 AS col_44980, (9.0::FLOAT8::FLOAT8 || 'A'::TEXT::TEXT)::TEXT AS col_44981) AS tab_23631
        test_1        |             ORDER BY
        test_1        |                 col_44980 NULLS FIRST, col_44981 NULLS FIRST;
        test_1        |             
        test_1        |             cockroach1: [same as previous]
        test_1        |             
        test_1        |     --- FAIL: TestCompare/mutators (1.03s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGCLASS NOT NULL, col1_1 TIMESTAMP NOT NULL, col1_2 DECIMAL NOT NULL, col1_3 TIME, col1_4 BIT(21) NOT NULL, col1_5 TIMESTAMPTZ NOT NULL, col1_6 BOOL, col1_7 UUID NOT NULL, col1_8 INT8 NOT NULL, col1_9 UUID NOT NULL, col1_10 BIT(49) NOT NULL, col1_11 INTERVAL NOT NULL, col1_12 BIT NOT NULL, col1_13 STRING NOT NULL, col1_14 OID NULL, col1_15 BOX2D NULL, col1_16 UUID NOT NULL, col1_17 OID NOT NULL, PRIMARY KEY (col1_10 ASC, col1_9 DESC, col1_12 ASC, col1_2 DESC, col1_7 ASC, col1_1 DESC, col1_8, col1_13 ASC, col1_4 ASC, col1_0 DESC, col1_17 ASC), UNIQUE (col1_13 ASC) WHERE ((((((table1.col1_13 != 'X') AND (NOT table1.col1_6)) AND (table1.col1_2 > -1.234E+401)) OR (table1.col1_5 < '-2000-01-01 00:00:00+00:00')) AND (table1.col1_8 != 32767)) OR (table1.col1_1 != '-4713-11-24 00:00:00')) OR (table1.col1_3 <= '00:00:00'), INDEX (col1_4 DESC, col1_17 ASC) STORING (col1_5, col1_14, col1_15, col1_16), UNIQUE (col1_2, col1_17 DESC, col1_1, col1_9 DESC, col1_5, col1_0 ASC, col1_16 DESC, col1_14) STORING (col1_3, col1_6, col1_15) WHERE (((((table1.col1_1 != '-2000-01-01 00:00:00':::TIMESTAMP) AND (table1.col1_13 < e'\x00':::STRING)) OR (NOT table1.col1_6)) AND (table1.col1_5 != '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table1.col1_2 <= '-Infinity':::DECIMAL)) AND (table1.col1_8 < (-9223372036854775807):::INT8), INDEX (col1_5 ASC, col1_10 DESC, col1_8, col1_9 DESC, col1_4, col1_1 DESC, col1_3 DESC, col1_16 DESC, col1_14 DESC, col1_7 DESC) WHERE ((((((table1.col1_13 <= e'\U00002603':::STRING) AND (table1.col1_5 <= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table1.col1_1 >= '-4713-11-24 00:00:00':::TIMESTAMP)) OR (table1.col1_8 = (-32768):::INT8)) AND (table1.col1_2 < 'Infinity':::DECIMAL)) AND table1.col1_6) AND (table1.col1_3 <= '24:00:00':::TIME), INDEX (col1_10, col1_14, col1_16 DESC, col1_9 ASC, col1_8 DESC, col1_2 DESC, col1_6 DESC, col1_1, col1_4 DESC, col1_17 ASC, col1_0 DESC, col1_5 DESC) STORING (col1_11), INDEX (col1_8, col1_0 ASC, col1_12 ASC, col1_15 DESC, col1_16 ASC, col1_6 DESC, col1_10 ASC, col1_9, col1_13 DESC) STORING (col1_5, col1_11, col1_14) WHERE ((((NOT table1.col1_6) AND (table1.col1_3 > '24:00:00')) AND (table1.col1_13 > 'X')) AND (table1.col1_1 >= '294276-12-31 23:59:59.999999')) OR (table1.col1_2 < 0), UNIQUE (col1_10, col1_4, col1_17 ASC, col1_3 ASC, col1_13, col1_16 ASC, col1_8 ASC, col1_11 ASC) STORING (col1_6), INDEX (col1_14 ASC, col1_0 ASC, col1_8, col1_12, col1_5, col1_2) STORING (col1_6, col1_11, col1_15, col1_16) WHERE (((((table1.col1_2 >= 0) AND table1.col1_6) AND (table1.col1_3 <= '00:00:00')) OR (table1.col1_5 < '294276-12-31 23:59:59.999999+00:00')) AND (table1.col1_8 <= -9223372036854775807)) OR (table1.col1_13 <= e'\x00'), UNIQUE (col1_4, col1_0) WHERE ((((((NOT table1.col1_6) AND (table1.col1_1 >= '3000-01-01 00:00:00')) OR (table1.col1_8 >= 0)) OR (table1.col1_13 != '')) AND (table1.col1_3 != '24:00:00')) AND (table1.col1_2 <= -1.234E+401)) OR (table1.col1_5 > '0001-01-01 00:00:00+00:00'), FAMILY (col1_13), FAMILY (col1_16), FAMILY (col1_15), FAMILY (col1_2, col1_7, col1_14), FAMILY (col1_6), FAMILY (col1_8), FAMILY (col1_4, col1_17, col1_12), FAMILY (col1_1), FAMILY (col1_11, col1_10, col1_3, col1_0), FAMILY (col1_5, col1_9));
        test_1        |             CREATE TABLE table2 (col2_0 INT2 NOT NULL, col2_1 VARCHAR NOT NULL, col2_2 STRING NOT NULL, col2_3 BYTES NOT NULL, col2_4 REGTYPE NOT NULL, col2_5 CHAR NOT NULL, col2_6 UUID NOT NULL, col2_7 CHAR NOT NULL, col2_8 INET NOT NULL, col2_9 FLOAT4 NOT NULL, col2_10 "char" NOT NULL, col2_11 DECIMAL NOT NULL, col2_12 BOX2D NOT NULL, col2_13 REGNAMESPACE NOT NULL, col2_14 INTERVAL NOT NULL, col2_15 REGPROCEDURE NOT NULL, PRIMARY KEY (col2_13, col2_3 ASC, col2_12 DESC, col2_14 ASC, col2_11 DESC, col2_5 ASC, col2_2 ASC, col2_1, col2_9, col2_6, col2_10 ASC, col2_4), UNIQUE (col2_15, col2_1 DESC, col2_10, col2_13 DESC, col2_0, col2_14) STORING (col2_7, col2_8) WHERE ((((((table2.col2_9 != 0.0:::FLOAT8) OR (table2.col2_10 = e'\U00002603':::STRING)) AND (table2.col2_3 <= e'\\x00':::BYTES)) AND (table2.col2_5 > 'X':::STRING)) OR (table2.col2_7 = '"':::STRING)) AND (table2.col2_0 <= 127:::INT8)) OR (table2.col2_1 < e'\'':::STRING), INDEX (col2_3 DESC, col2_10, col2_2 ASC) STORING (col2_0, col2_7) WHERE (((((((table2.col2_7 != 'X':::STRING) AND (table2.col2_3 > e'\\x27':::BYTES)) AND (table2.col2_1 != e'\'':::STRING)) OR (table2.col2_9 != 'NaN':::FLOAT8)) OR (table2.col2_11 >= 1:::DECIMAL)) AND (table2.col2_0 > 127:::INT8)) AND (table2.col2_5 = 'X':::STRING)) OR (table2.col2_2 != '':::STRING), INDEX (col2_13, col2_11 DESC) STORING (col2_7, col2_15) WHERE ((((((((table2.col2_0 <= 1:::INT8) AND (table2.col2_11 <= (-1):::DECIMAL)) AND (table2.col2_5 > '':::STRING)) AND (table2.col2_1 >= '':::STRING)) OR (table2.col2_2 >= '':::STRING)) AND (table2.col2_3 != e'\\x27':::BYTES)) AND (table2.col2_10 >= e'\U00002603':::STRING)) AND (table2.col2_7 <= '"':::STRING)) AND (table2.col2_9 < 1.401298464324817e-45:::FLOAT8), INDEX (col2_12 ASC) STORING (col2_15) WHERE ((((((((table2.col2_11 != -Infinity) AND (table2.col2_2 > e'\x00')) AND (table2.col2_9 <= -1.0)) OR (table2.col2_5 > e'\x00')) OR (table2.col2_0 < 1)) AND (table2.col2_10 = '"')) OR (table2.col2_3 < '\x58')) AND (table2.col2_1 = e'\x00')) AND (table2.col2_7 < '"'), UNIQUE (col2_7 DESC, col2_14 ASC, col2_5 ASC, col2_9, col2_2) STORING (col2_15) WHERE table2.col2_0 = -128, UNIQUE (col2_11 ASC, col2_7 DESC, col2_13, col2_6, col2_10 DESC, col2_14, col2_9 DESC) STORING (col2_0, col2_15) WHERE ((((((((table2.col2_5 < e'\U00002603':::STRING) AND (table2.col2_11 < 0:::DECIMAL)) OR (table2.col2_1 < '':::STRING)) OR (table2.col2_0 = 32767:::INT8)) OR (table2.col2_2 != e'\x00':::STRING)) OR (table2.col2_10 != '"':::STRING)) OR (table2.col2_7 > '':::STRING)) AND (table2.col2_9 != 0.0:::FLOAT8)) OR (table2.col2_3 < e'\\x22':::BYTES), UNIQUE (col2_15, col2_2 DESC, col2_13, col2_1 ASC, col2_12, col2_7 ASC, col2_3, col2_8 DESC, col2_10, col2_0, col2_11 DESC, col2_6, col2_4, col2_14 ASC, col2_9 ASC) WHERE ((((((((table2.col2_10 != e'\U00002603':::STRING) OR (table2.col2_11 = (-1):::DECIMAL)) AND (table2.col2_3 < e'\\x27':::BYTES)) AND (table2.col2_0 < (-1):::INT8)) OR (table2.col2_5 != e'\x00':::STRING)) AND (table2.col2_9 < '+Inf':::FLOAT8)) OR (table2.col2_1 = e'\'':::STRING)) OR (table2.col2_2 > e'\'':::STRING)) OR (table2.col2_7 >= e'\U00002603':::STRING), INDEX (col2_14, col2_5, col2_4, col2_7 ASC) STORING (col2_0, col2_8, col2_15) WHERE ((((((((table2.col2_11 = 'NaN':::DECIMAL) OR (table2.col2_2 < '':::STRING)) OR (table2.col2_7 != 'X':::STRING)) AND (table2.col2_10 = '':::STRING)) OR (table2.col2_5 >= 'X':::STRING)) OR (table2.col2_3 <= e'\\x':::BYTES)) AND (table2.col2_9 < 0.0:::FLOAT8)) AND (table2.col2_1 <= 'X':::STRING)) AND (table2.col2_0 < (-1):::INT8), INDEX (col2_8 DESC) STORING (col2_0, col2_7, col2_15), FAMILY (col2_5, col2_10, col2_14, col2_11), FAMILY (col2_6, col2_2, col2_13), FAMILY (col2_9), FAMILY (col2_12), FAMILY (col2_0), FAMILY (col2_7), FAMILY (col2_4, col2_1), FAMILY (col2_15), FAMILY (col2_8), FAMILY (col2_3), UNIQUE (col2_12, col2_1, col2_4) STORING (col2_7));
        test_1        |             CREATE TABLE table3 (col1_10 BIT(49) NOT NULL, col1_9 UUID NOT NULL, col1_12 BIT NOT NULL, col1_2 DECIMAL NOT NULL, col1_7 UUID NOT NULL, col1_1 TIMESTAMP NOT NULL, col1_8 INT8 NOT NULL, col1_13 STRING NOT NULL, col1_4 BIT(21) NOT NULL, col1_0 REGCLASS NOT NULL, col1_17 OID NOT NULL, col3_11 FLOAT8 NOT NULL, col3_12 OID, col3_13 OID NOT NULL, col3_14 INT2, col3_15 BOX2D NOT NULL, col3_16 OID NULL, col3_17 REGCLASS NULL, col3_18 DECIMAL NULL, col3_19 OID NOT NULL, PRIMARY KEY (col1_10 ASC, col1_9 DESC, col1_12 ASC, col1_2 DESC, col1_7 ASC, col1_1 DESC, col1_8, col1_13 ASC, col1_4 ASC, col1_0 DESC, col1_17 ASC, col3_11 ASC, col3_13 DESC, col3_18), UNIQUE (col1_1 ASC, col1_7 ASC, col3_15, col3_16 ASC, col3_17 ASC, col3_13 ASC, col3_19 ASC, col3_14 DESC, col3_18, col1_13 DESC, col3_12 DESC), FAMILY (col1_0), FAMILY (col3_13), FAMILY (col1_1, col1_7), FAMILY (col1_10, col1_12, col1_8), FAMILY (col3_16, col3_19, col3_15), FAMILY (col1_4), FAMILY (col1_17, col3_11), FAMILY (col3_14), FAMILY (col3_17, col3_12, col1_13, col1_9), FAMILY (col1_2), FAMILY (col3_18)) INTERLEAVE IN PARENT table1 (col1_10, col1_9, col1_12, col1_2, col1_7, col1_1, col1_8, col1_13, col1_4, col1_0, col1_17);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 4547672197029430837, "num_range": 0, "upper_bound": "-1.234E+401"}, {"distinct_range": 0, "num_eq": 600000, "num_range": 1000, "upper_bound": "31224728981191.4092"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "BIT(21)", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000, "num_range": 0, "upper_bound": "0000000000000000000000000000000000000000000000000000000000000000"}, {"distinct_range": 3483.475643839441, "num_eq": 5650834416193008789, "num_range": 5000, "upper_bound": "1100110010010110111110111101011100001111000101001"}], "histo_col_type": "BIT(49)", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "568680167"}, {"distinct_range": 20013.683923331148, "num_eq": 8286375107912526213, "num_range": 40000, "upper_bound": "773408504"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 4489439244174627400, "num_range": 0, "upper_bound": "-4713-11-24 00:00:00+00:00"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 0, "upper_bound": "1979-11-24 15:31:02.000887+00:00"}, {"distinct_range": 7338325721372399000, "num_eq": 3253121965099342060, "num_range": 7338325721372398537, "upper_bound": "1995-12-13 02:10:20.000646+00:00"}, {"distinct_range": 4242499433124072400, "num_eq": 1083952576630668468, "num_range": 4242499433124072522, "upper_bound": "2017-04-18 08:10:59.000781+00:00"}, {"distinct_range": 4199.706699963132, "num_eq": 5000, "num_range": 40000, "upper_bound": "2022-08-23 04:43:54.000961+00:00"}, {"distinct_range": 0, "num_eq": 1064122536456266532, "num_range": 50000000, "upper_bound": "2025-02-19 15:53:44.000359+00:00"}, {"distinct_range": 7.914789925778472, "num_eq": 800, "num_range": 10, "upper_bound": "2026-12-11 22:08:13.000047+00:00"}, {"distinct_range": 359839272.70990735, "num_eq": 8006248586752446113, "num_range": 4000000000, "upper_bound": "3000-01-01 00:00:00+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000000, "num_range": 0, "upper_bound": "-8823772260500354550"}, {"distinct_range": 80000000, "num_eq": 40000000000, "num_range": 80000000, "upper_bound": "-7454086640045584614"}, {"distinct_range": 100000000, "num_eq": 1242081229822472777, "num_range": 100000000, "upper_bound": "-5372425455409958161"}, {"distinct_range": 1410.2999565781006, "num_eq": 7792650800233585357, "num_range": 4000, "upper_bound": "-3796340903726861024"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 3061114653518923691, "upper_bound": "223216652898474032"}, {"distinct_range": 5817895505039564000, "num_eq": 30000, "num_range": 6954295056682465052, "upper_bound": "4434610316572878183"}, {"distinct_range": 5980327995720212000, "num_eq": 0, "num_range": 5980327995720212566, "upper_bound": "5105993013765551834"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 235034840409092223, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 800, "num_range": 3827312982665385557, "upper_bound": "!D:\\u001f"}, {"distinct_range": 517574551407555200, "num_eq": 1633939320014571149, "num_range": 2668386882361179691, "upper_bound": "\'"}, {"distinct_range": 0, "num_eq": 5032851422828728491, "num_range": 3114932276574229515, "upper_bound": ";!@_M"}, {"distinct_range": 0, "num_eq": 4818287659521454914, "num_range": 0, "upper_bound": "[;P\\\\"}, {"distinct_range": 60000, "num_eq": 2000, "num_range": 60000, "upper_bound": "vfB"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 558825126634720223, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 820527610555772246, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 292835072616975869, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1169381568328951376, "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1393232317936787499, "histo_buckets": [{"distinct_range": 0, "num_eq": 6840367570845255869, "num_range": 0, "upper_bound": "-75 years -10 mons -583 days -24:02:21.646545"}, {"distinct_range": 5376575092222986000, "num_eq": 3504637722678429002, "num_range": 5943345122695623966, "upper_bound": "00:00:00"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 105389333320679278, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 442480295799243572, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 291982452943769003, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1164490642071206012, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 562317079383198062, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "-6.26486439491043784E+19"}, {"distinct_range": 5620442001073426000, "num_eq": 50, "num_range": 5620442001073426466, "upper_bound": "-89394928876929.91595"}, {"distinct_range": 4999896049001116000, "num_eq": 100000000, "num_range": 4999896049001116033, "upper_bound": "-569590654.5131900044"}, {"distinct_range": 0, "num_eq": 466632298354174566, "num_range": 8244787636419111652, "upper_bound": "-1"}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 0, "upper_bound": "7374.339393499308018"}, {"distinct_range": 7385.78712888827, "num_eq": 70000000000, "num_range": 8000, "upper_bound": "9116162.832591293609"}, {"distinct_range": 0, "num_eq": 200, "num_range": 10000000, "upper_bound": "2.75937354041880463E+27"}, {"distinct_range": 0, "num_eq": 0, "num_range": 200, "upper_bound": "3.517321134128499314E+33"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 129631756761434357, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "\\\\x4a"}, {"distinct_range": 0, "num_eq": 500, "num_range": 351867203619464590, "upper_bound": "\\\\xf59b3df6de7e50a0"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1205704502483040679, "histo_buckets": [{"distinct_range": 0, "num_eq": 7165906565607182602, "num_range": 0, "upper_bound": "135.18.247.34/6"}, {"distinct_range": 1405135717219058000, "num_eq": 9000000, "num_range": 5846603964046672223, "upper_bound": "15.95.161.199/29"}, {"distinct_range": 1553676605606385000, "num_eq": 4564502978881514171, "num_range": 5303768388088594393, "upper_bound": "f462:b38f:a29c:2a35:3d47:482d:40c9:d686/19"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "3faf:38d0:7ce7:77d8:c24f:608f:b8e2:8cf5/44"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 1000000, "upper_bound": "f750:79de:8022:3af3:1993:63a0:c281:f038/48"}, {"distinct_range": 29458516.244930472, "num_eq": 1000, "num_range": 30000000, "upper_bound": "f866:7aaf:1806:a40f:eea4:e386:3d24:b031/94"}, {"distinct_range": 330.5027817120145, "num_eq": 1440266441482929107, "num_range": 900, "upper_bound": "869e:a4dd:abf7:23c1:e44e:d672:23ec:efd3/100"}, {"distinct_range": 4389093051863468500, "num_eq": 800000000, "num_range": 5282893149130369253, "upper_bound": "6ed3:74a2:378:7671:3d8c:3f6d:3da1:c6fa/123"}, {"distinct_range": 5626186580126959000, "num_eq": 2631892589266655258, "num_range": 5626186580126958673, "upper_bound": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 569257218201457369, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7462329214380048, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "937889179"}, {"distinct_range": 90000000000, "num_eq": 4445775285477926836, "num_range": 90000000000, "upper_bound": "952998995"}, {"distinct_range": 70000000000, "num_eq": 1524274599295957223, "num_range": 70000000000, "upper_bound": "1892590419"}, {"distinct_range": 975125493691773700, "num_eq": 10, "num_range": 3384320272568343708, "upper_bound": "2288422436"}, {"distinct_range": 504309910.7598086, "num_eq": 5768320815722171953, "num_range": 1000000000, "upper_bound": "2400230528"}, {"distinct_range": 85843739490553570, "num_eq": 300000000, "num_range": 757402981122675692, "upper_bound": "2486217808"}, {"distinct_range": 0, "num_eq": 3609466941938404075, "num_range": 0, "upper_bound": "3481436648"}, {"distinct_range": 655469822147910800, "num_eq": 9167697086321526964, "num_range": 3361237024227168345, "upper_bound": "3775766329"}, {"distinct_range": 3746661811472761300, "num_eq": 4000000000, "num_range": 3746661811472761450, "upper_bound": "3886613040"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1344665279847779907, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 756965044144254418, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000000, "num_range": 0, "upper_bound": "BOX(-1.1381686853954298 0.9575945749707726,0.31835515842512263 1.135550330095502)"}, {"distinct_range": 0, "num_eq": 7360378022038591681, "num_range": 3000, "upper_bound": "BOX(-0.9167675971905134 -0.6876180736096202,0.6098833797396574 1.2918293537319547)"}, {"distinct_range": 2478168715727502000, "num_eq": 2344369328839525487, "num_range": 3802937572755427447, "upper_bound": "BOX(-0.7271636275463249 -0.04629004089925309,-0.6691638168261765 0.4749484170222641)"}, {"distinct_range": 0, "num_eq": 2082755370242472447, "num_range": 0, "upper_bound": "BOX(-0.6730909376002321 -0.8745991836250475,-0.014377859529508208 2.862947749343732)"}, {"distinct_range": 0, "num_eq": 40000000000, "num_range": 2293551814333912546, "upper_bound": "BOX(-0.32422267034947827 -0.8520956614295231,0.4506682258258299 0.7278486686581344)"}, {"distinct_range": 0, "num_eq": 9104147874694424217, "num_range": 0, "upper_bound": "BOX(-0.15177787024069467 0.4464146970600492,1.2133037293553375 2.1739944936331566)"}, {"distinct_range": 3055168392319211000, "num_eq": 90000000, "num_range": 7690854393521412983, "upper_bound": "BOX(0.4222105342095184 -1.1406899088503057,0.5456678983948038 -0.0402783788501222)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 1422594308375964819}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 493447602, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "0101000001111100001011010011010000101001011011000"}, {"distinct_range": 0, "num_eq": 7371795904033845125, "num_range": 8004889063317718211, "upper_bound": "0110100100011001101101001110001100101010110010000"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 7097374123033415954, "upper_bound": "0110101101001101111100101100001100011000100001010"}, {"distinct_range": 494743118.5495937, "num_eq": 3934079233139697779, "num_range": 900000000, "upper_bound": "1001101111101101010101011000110011011101101010101"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 1164868530880496506, "upper_bound": "1011011101011101001001111101000010100110110000101"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 0, "upper_bound": "1011101001100000000000010010100011100101111101101"}, {"distinct_range": 200000, "num_eq": 90000000000, "num_range": 200000, "upper_bound": "1100101110010110010000010000001000010100111100101"}, {"distinct_range": 1403963508310208800, "num_eq": 200000, "num_range": 4327401112309395984, "upper_bound": "1111001001101111100110001101011001111110011010101"}], "histo_col_type": "BIT(49)", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 891024992, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 174764736, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 406442841, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 266504956, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 884012375, "histo_col_type": "", "name": "__auto__", "null_count": 782979473, "row_count": 1000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 787439666, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 145916861, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 671549940, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 564000026, "histo_col_type": "", "name": "__auto__", "null_count": 403704298, "row_count": 1000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 454437964, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 759269778, "histo_buckets": [{"distinct_range": 0, "num_eq": 900, "num_range": 0, "upper_bound": "2008-05-28 18:34:15.000988"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 269570639, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 425391297, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 689802837, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 306916735, "histo_col_type": "", "name": "__auto__", "null_count": 134240941, "row_count": 1000000000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 463171348, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 286455611, "histo_col_type": "", "name": "__auto__", "null_count": 716278805, "row_count": 1000000000}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 114706173, "histo_col_type": "", "name": "__auto__", "null_count": 484936615, "row_count": 1000000000}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 449983202, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col1_4, col3_16) REFERENCES table1 (col1_4, col1_0) ON DELETE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('kji');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24019404227, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4700280187, "histo_buckets": [{"distinct_range": 0, "num_eq": 1521504269045209103, "num_range": 0, "upper_bound": "\\""}, {"distinct_range": 0, "num_eq": 80, "num_range": 20000000, "upper_bound": "5v[J\\t\\u0016\\n"}, {"distinct_range": 0, "num_eq": 6892911015590987031, "num_range": 3000000000, "upper_bound": "_AChg#\\u0007"}, {"distinct_range": 125195848515686450, "num_eq": 9201680218347946865, "num_range": 7711394464383500116, "upper_bound": "h"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25800152046, "histo_buckets": [{"distinct_range": 0, "num_eq": 2900750818012819562, "num_range": 0, "upper_bound": "1566046024"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 2876473951, "row_count": 30000000000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17846557441, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25670047008, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "1974-09-19 12:21:21.000092+00:00"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 6000000000, "upper_bound": "1989-11-15 17:11:41.000589+00:00"}, {"distinct_range": 0, "num_eq": 3000000, "num_range": 6000, "upper_bound": "2006-11-28 18:00:02.000276+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21344104893, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "1"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21235778122, "histo_buckets": [{"distinct_range": 0, "num_eq": 2245749404046428367, "num_range": 0, "upper_bound": "0001001000111110110001101101100101000110001001101"}, {"distinct_range": 7211647820894811000, "num_eq": 49208661746535374, "num_range": 7211647820894811519, "upper_bound": "0101100010010001101011011101101111001110111000010"}, {"distinct_range": 64337940.67178385, "num_eq": 10000, "num_range": 80000000, "upper_bound": "1010111100001010100010101100000001000101011100011"}, {"distinct_range": 0, "num_eq": 600, "num_range": 8303336074685272959, "upper_bound": "1101010110110010011100001000110000111111101110011"}, {"distinct_range": 4577315449802342000, "num_eq": 5360906818092733636, "num_range": 5951936384716697228, "upper_bound": "1111010111010110011011010100010101111100101010101"}], "histo_col_type": "BIT(49)", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21198567923, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4595647577, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26860887397, "histo_buckets": [{"distinct_range": 0, "num_eq": 3584150839650099960, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 2838394689035593420, "upper_bound": "-Infinity"}, {"distinct_range": 3613662258.937069, "num_eq": 7794772101481259092, "num_range": 10000000000, "upper_bound": "1.515032932255838375E+27"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12832815314, "histo_col_type": "", "name": "__auto__", "null_count": 14802863622, "row_count": 30000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13543512530, "histo_buckets": [{"distinct_range": 0, "num_eq": 6074554645032737512, "num_range": 0, "upper_bound": "001010100010110000110"}, {"distinct_range": 9764283686.64848, "num_eq": 100000000, "num_range": 50000000000, "upper_bound": "010010110011011011111"}, {"distinct_range": 7.035244662378627, "num_eq": 2000, "num_range": 10, "upper_bound": "010010110110001100010"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 5641703216949456941, "upper_bound": "010110100111111110100"}, {"distinct_range": 0, "num_eq": 2530579474936956950, "num_range": 5186540965691781302, "upper_bound": "010111010000111111001"}, {"distinct_range": 6421549.1555498, "num_eq": 3216194774035652245, "num_range": 9000000, "upper_bound": "011111011101110010011"}, {"distinct_range": 8332300378965253000, "num_eq": 10000, "num_range": 8332300378965253247, "upper_bound": "100100110000001111100"}, {"distinct_range": 0, "num_eq": 45758523344992341, "num_range": 8000, "upper_bound": "100110000010100011111"}], "histo_col_type": "BIT(21)", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 108027276, "histo_col_type": "", "name": "__auto__", "null_count": 14484284507, "row_count": 30000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17447485790, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3532046183, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23138552983, "histo_col_type": "", "name": "__auto__", "null_count": 7861018095, "row_count": 30000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23010976632, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7853447308, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1430496069925432863, "histo_buckets": [{"distinct_range": 0, "num_eq": 9213858614168925401, "num_range": 0, "upper_bound": "BOX(-1.7698556152880935 -0.3679976455124749,1.7268722897217137 0.56193710566702)"}, {"distinct_range": 0, "num_eq": 7164974146721584291, "num_range": 1971193083761405240, "upper_bound": "BOX(-0.04064924593542041 -0.064144558516805,1.0231577094314264 0.5621761381043549)"}, {"distinct_range": 800, "num_eq": 5592665686064442211, "num_range": 800, "upper_bound": "BOX(0.31454472113267806 -0.23459007312355928,0.46886174320223406 -0.22767413627021682)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 591735671289641613, "histo_buckets": [{"distinct_range": 0, "num_eq": 700, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 5000000000, "num_eq": 9000, "num_range": 5000000000, "upper_bound": "233759067"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 10000000, "upper_bound": "1579884539"}, {"distinct_range": 6846448674152593000, "num_eq": 500, "num_range": 6846448674152593223, "upper_bound": "1775958791"}, {"distinct_range": 200, "num_eq": 500, "num_range": 200, "upper_bound": "1832597411"}, {"distinct_range": 7215015838876750000, "num_eq": 2249730776457749719, "num_range": 7215015838876749703, "upper_bound": "2004656700"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 7868576988806647704, "upper_bound": "3223288137"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 809682341303394663, "histo_buckets": [{"distinct_range": 0, "num_eq": 600, "num_range": 0, "upper_bound": "-Infinity"}, {"distinct_range": 1000, "num_eq": 5000000000, "num_range": 1000, "upper_bound": "-7.74458176633165557E+20"}, {"distinct_range": 2122523100255604000, "num_eq": 294283088381967268, "num_range": 2122523100255603946, "upper_bound": "-40725535166814.12548"}, {"distinct_range": 0, "num_eq": 2550543491596040132, "num_range": 0, "upper_bound": "-409.7973635802717087"}, {"distinct_range": 6000000, "num_eq": 600000, "num_range": 6000000, "upper_bound": "-0.04734293113437637475"}, {"distinct_range": 1.9373112463823123, "num_eq": 300, "num_range": 100, "upper_bound": "0.8601191409234768208"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1744930335828389852, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1642427119762988090, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 845742389020435344, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 96828945729579615, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 321625722600789573, "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 328058085531109766, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1420926216754186187, "histo_buckets": [{"distinct_range": 0, "num_eq": 400, "num_range": 0, "upper_bound": "\\\\x6e882f110bbdd9"}, {"distinct_range": 60789332.92558298, "num_eq": 4471388118736707846, "num_range": 80000000, "upper_bound": "\\\\xd38ee947"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1864947174354410622, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 649865424671379704, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 893426119572668883, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 966315478153231761, "num_range": 0, "upper_bound": "\\u001eb\\u0008 "}, {"distinct_range": 0, "num_eq": 6683545501694809287, "num_range": 0, "upper_bound": " :"}, {"distinct_range": 2008244297422480000, "num_eq": 800000000, "num_range": 2622446865503602050, "upper_bound": "-bu<R8\\u0013z"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 7880955664292010920, "upper_bound": "X"}, {"distinct_range": 5243048122351415000, "num_eq": 4778869884093330766, "num_range": 5243048122351415399, "upper_bound": "]\\u001d"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1301198960122188611, "histo_buckets": [{"distinct_range": 0, "num_eq": 1911681623599384386, "num_range": 0, "upper_bound": "134.54.207.162/5"}, {"distinct_range": 0, "num_eq": 9000000, "num_range": 50000000, "upper_bound": "152.122.252.252/6"}, {"distinct_range": 3775285876612375600, "num_eq": 30000000, "num_range": 3775285876612375517, "upper_bound": "21.3.255.99/13"}, {"distinct_range": 5000, "num_eq": 6923600512162573366, "num_range": 5000, "upper_bound": "122.224.13.72/24"}, {"distinct_range": 6787698801410346000, "num_eq": 3123348195557007469, "num_range": 6787698801410345979, "upper_bound": "255.112.86.105/31"}, {"distinct_range": 500000, "num_eq": 10000, "num_range": 500000, "upper_bound": "7646:b43d:dc8d:8340:e31c:a35a:6442:3757/71"}, {"distinct_range": 0, "num_eq": 2968390947906544734, "num_range": 50000000000, "upper_bound": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1101405345119231201, "histo_buckets": [{"distinct_range": 0, "num_eq": 1733804337156428798, "num_range": 0, "upper_bound": "463228090"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 518301372841023625, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1943798731863377196}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "0100100110111101101111000000011101111101101001110"}, {"distinct_range": 881002310292705200, "num_eq": 8289062573610249693, "num_range": 1730729576165123533, "upper_bound": "1101001001110111001000001110010011110100111000100"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 164168611802420056, "upper_bound": "1111101010100010000100011011111100110000101010010"}], "histo_col_type": "BIT(49)", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000000, "num_range": 0, "upper_bound": "1971-01-09 01:07:22.000441"}, {"distinct_range": 0, "num_eq": 5288432357718481849, "num_range": 0, "upper_bound": "1984-06-13 09:07:17.000043"}, {"distinct_range": 4158642482724820000, "num_eq": 8952480186706000355, "num_range": 4158642482724819828, "upper_bound": "2007-04-04 19:13:15.000995"}, {"distinct_range": 80000000, "num_eq": 6162993529952152608, "num_range": 80000000, "upper_bound": "2017-07-06 00:22:04.000617"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "2021-04-17 02:13:07.000285"}, {"distinct_range": 1791446759644357400, "num_eq": 1000000000, "num_range": 2600821489826434752, "upper_bound": "2029-11-14 10:24:58.00046"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_15, col1_13, col1_0) REFERENCES table2 (col2_12, col2_1, col2_4) ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2315344767, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000, "num_range": 0, "upper_bound": "-2.906768371062383803E+25"}, {"distinct_range": 3974063866046178000, "num_eq": 6000000000, "num_range": 3974063866046177719, "upper_bound": "-780320.590822509675"}, {"distinct_range": 56216901.230645545, "num_eq": 6951670572199496585, "num_range": 100000000, "upper_bound": "-478928.4600973342763"}, {"distinct_range": 3078794899170774500, "num_eq": 90, "num_range": 3078794899170774668, "upper_bound": "-6.821850955891307553"}, {"distinct_range": 0, "num_eq": 40000000, "num_range": 1440762108935698954, "upper_bound": "-3.13661326160401759"}, {"distinct_range": 16.535585573015428, "num_eq": 1678966096147328670, "num_range": 70, "upper_bound": "-0.19258877837054125"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31822415216, "histo_col_type": "", "name": "__auto__", "null_count": 51351038508, "row_count": 70000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 37194985432, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44342635885, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000, "num_range": 0, "upper_bound": "-7263870259623104351"}, {"distinct_range": 70000000000, "num_eq": 30000, "num_range": 70000000000, "upper_bound": "-4460067257914706807"}, {"distinct_range": 55762.28787304272, "num_eq": 2303769377018493272, "num_range": 100000, "upper_bound": "-475319903654807145"}, {"distinct_range": 0, "num_eq": 5390277950473445661, "num_range": 0, "upper_bound": "2247686033848494213"}, {"distinct_range": 7874818684616286000, "num_eq": 2439298129574520155, "num_range": 7874818684616285721, "upper_bound": "3047167405934332058"}, {"distinct_range": 4493375090065673000, "num_eq": 8136693882203371993, "num_range": 4493375090065673363, "upper_bound": "8639256404336963442"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 42925636907, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10761574723, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35515436461, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 50079970909, "histo_buckets": [{"distinct_range": 0, "num_eq": 6542885998218052573, "num_range": 0, "upper_bound": "010001100110111111101"}, {"distinct_range": 10000, "num_eq": 3000, "num_range": 10000, "upper_bound": "010010110001110010001"}, {"distinct_range": 0, "num_eq": 909601164092826011, "num_range": 30000000000, "upper_bound": "0111111111111111111111111111111111111111111111111111111111111111"}, {"distinct_range": 3175660761944463400, "num_eq": 4000000000, "num_range": 5117760119820694252, "upper_bound": "101010011100011100110"}, {"distinct_range": 0, "num_eq": 1897554665073363515, "num_range": 50000, "upper_bound": "101011001011011011010"}, {"distinct_range": 0, "num_eq": 900000, "num_range": 8964055570640797199, "upper_bound": "101110110011001100110"}, {"distinct_range": 12610163064701472, "num_eq": 5236950546895772270, "num_range": 2172421462481997434, "upper_bound": "110100111101101101111"}, {"distinct_range": 600000000, "num_eq": 0, "num_range": 600000000, "upper_bound": "110111111111101111100"}], "histo_col_type": "BIT(21)", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12457499206, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "1971-09-27 03:29:03.000895+00:00"}, {"distinct_range": 7094288617561670000, "num_eq": 5000000000, "num_range": 7094288617561669553, "upper_bound": "1976-06-15 20:26:45.000948+00:00"}, {"distinct_range": 109095132141918050, "num_eq": 3000000, "num_range": 109095132141918045, "upper_bound": "1978-12-11 21:56:43.000215+00:00"}, {"distinct_range": 2201339925999870200, "num_eq": 100, "num_range": 2201339925999870088, "upper_bound": "1992-05-05 11:32:00.000155+00:00"}, {"distinct_range": 0, "num_eq": 6538675258021830338, "num_range": 6855909934928285876, "upper_bound": "1993-04-08 12:40:42.000946+00:00"}, {"distinct_range": 200, "num_eq": 70000000, "num_range": 200, "upper_bound": "2003-11-19 15:34:49.000006+00:00"}, {"distinct_range": 10000000, "num_eq": 20, "num_range": 10000000, "upper_bound": "2024-02-23 23:37:04.000382+00:00"}, {"distinct_range": 3263375229239897600, "num_eq": 0, "num_range": 3263375229239897413, "upper_bound": "2026-06-18 07:30:25.000744+00:00"}, {"distinct_range": 0, "num_eq": 4004532647249714442, "num_range": 3000000, "upper_bound": "2031-05-16 05:33:29.000832+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 37820115664, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44987147133, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 69771893000, "histo_col_type": "", "name": "__auto__", "null_count": 35241359069, "row_count": 70000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15073696214, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68776933229, "histo_buckets": [{"distinct_range": 0, "num_eq": 600, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 457051792749199021, "num_range": 3209372688785028453, "upper_bound": "\\""}, {"distinct_range": 20, "num_eq": 70000, "num_range": 20, "upper_bound": "0\\u001d"}, {"distinct_range": 2247571484915950000, "num_eq": 0, "num_range": 2247571484915950030, "upper_bound": "4\\u0007[A"}, {"distinct_range": 3757330880344247300, "num_eq": 800000, "num_range": 3757330880344247457, "upper_bound": "QLw\\u0002R"}, {"distinct_range": 22897528850.707413, "num_eq": 4439955597718231686, "num_range": 70000000000, "upper_bound": "XQ"}, {"distinct_range": 2183987793122710, "num_eq": 8281340475378235262, "num_range": 54402524015740453, "upper_bound": "d\\u001c9iN3a#"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 8233261583237583061, "upper_bound": "f0BC\\u001c"}, {"distinct_range": 30, "num_eq": 7319158397025423017, "num_range": 30, "upper_bound": "zh&!mB"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 36288330306, "histo_col_type": "", "name": "__auto__", "null_count": 3004255026, "row_count": 70000000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 64827768452, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "0101010111101010011101010100000000100111101100100"}, {"distinct_range": 1367742933.409814, "num_eq": 1000, "num_range": 4000000000, "upper_bound": "0110000010011011011101000110101111101000000000001"}, {"distinct_range": 5950109973729421000, "num_eq": 20000000, "num_range": 5950109973729420811, "upper_bound": "1010100100000000000010001110100001000111001111010"}, {"distinct_range": 1000000, "num_eq": 80, "num_range": 1000000, "upper_bound": "1101100001100011011110000010110100111000011001100"}], "histo_col_type": "BIT(49)", "name": "__auto__", "null_count": 0, "row_count": 70000000000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25144238840, "histo_col_type": "OID", "name": "__auto__", "null_count": 22024629885, "row_count": 70000000000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 42001517843, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 405805275, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 241329089, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 70274322, "histo_buckets": [{"distinct_range": 0, "num_eq": 3336631849628839726, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 9130954428173286268, "num_range": 1090494224589681114, "upper_bound": "\\u0010\\\\{\\"/\\u000b\\u0008\\n"}, {"distinct_range": 5203.076895615804, "num_eq": 3098743272071907960, "num_range": 8000, "upper_bound": "\\u001dBH`{>VVa"}, {"distinct_range": 3299637033460904000, "num_eq": 0, "num_range": 3299637033460903693, "upper_bound": "$_BA"}, {"distinct_range": 3749230422408382000, "num_eq": 2111990006292974129, "num_range": 3749230422408382011, "upper_bound": ",#;cYXp"}, {"distinct_range": 0, "num_eq": 5648252483752612784, "num_range": 0, "upper_bound": "J\\u001f"}, {"distinct_range": 151.3966404982553, "num_eq": 90, "num_range": 200, "upper_bound": "W|\\u0011R9"}, {"distinct_range": 800, "num_eq": 80000000, "num_range": 800, "upper_bound": "hK\\u001820g\\u0016g"}, {"distinct_range": 59712.94024515157, "num_eq": 8510162885333049233, "num_range": 200000, "upper_bound": "o\\u001fN\\u001ey/A@)"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 147111812, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 139606353, "histo_buckets": [{"distinct_range": 0, "num_eq": 4982113764548918326, "num_range": 0, "upper_bound": "30 years 8 mons 50 days 23:40:17.005058"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2061565, "histo_buckets": [{"distinct_range": 0, "num_eq": 600, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 3868928513.047754, "num_eq": 803443533
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@7b8288b26c3aad649ed6e2d89f679d46b5f3988d:

        postgres_1    | You can change this by editing pg_hba.conf or using the option -A, or
        postgres_1    | --auth-local and --auth-host, the next time you run initdb.
        postgres_1    | waiting for server to start....2020-11-24 06:12:41.350 UTC [48] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-11-24 06:12:41.366 UTC [49] LOG:  database system was shut down at 2020-11-24 06:12:41 UTC
        postgres_1    | 2020-11-24 06:12:41.371 UTC [48] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down....2020-11-24 06:12:44.444 UTC [48] LOG:  received fast shutdown request
        postgres_1    | 2020-11-24 06:12:44.446 UTC [48] LOG:  aborting any active transactions
        postgres_1    | 2020-11-24 06:12:44.448 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
        postgres_1    | 2020-11-24 06:12:44.454 UTC [50] LOG:  shutting down
        postgres_1    | 2020-11-24 06:12:44.598 UTC [48] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-11-24 06:12:44.656 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-11-24 06:12:44.656 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-11-24 06:12:44.661 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-11-24 06:12:44.676 UTC [85] LOG:  database system was shut down at 2020-11-24 06:12:44 UTC
        postgres_1    | 2020-11-24 06:12:44.683 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (605.12s)
        test_1        |     --- FAIL: TestCompare/postgres (3.36s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@d251e175421d9303492a4923fb933515987163b6:

        postgres_1    |                 '2000-01-01 09:00:00+00:00'::TIMESTAMPTZ AS col_367288,
        postgres_1    |                 tab_192465.tableoid AS col_367289,
        postgres_1    |                 'D'::TEXT AS col_367290,
        postgres_1    |                 '2000-01-01 02:00:00+00:00'::TIMESTAMPTZ AS col_367291
        postgres_1    |             FROM
        postgres_1    |                 postgres.public.table4 AS tab_192465
        postgres_1    |             WHERE
        postgres_1    |                 tab_192465.col4_9
        postgres_1    |             ORDER BY
        postgres_1    |                 tab_192465.col4_4 DESC, tab_192465.col4_8, tab_192465.col4_11 DESC
        postgres_1    |         )
        postgres_1    |             AS tab_192466
        postgres_1    |     ORDER BY
        postgres_1    |         col_367284 NULLS FIRST,
        postgres_1    |         col_367285 NULLS FIRST,
        postgres_1    |         col_367286 NULLS FIRST,
        postgres_1    |         col_367287 NULLS FIRST,
        postgres_1    |         col_367288 NULLS FIRST,
        postgres_1    |         col_367289 NULLS FIRST,
        postgres_1    |         col_367290 NULLS FIRST,
        postgres_1    |         col_367291 NULLS FIRST
        test_1        | --- FAIL: TestCompare (806.42s)
        test_1        |     --- FAIL: TestCompare/postgres (204.50s)
        test_1        |         compare_test.go:155: compare postgres to cockroach1:
        test_1        |             unexpected diff:
        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |             -   string("trueC"),
        test_1        |             +   string("tC"),
        test_1        |               }))
        test_1        |             cockroach1:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (SELECT (true::BOOL || 'C'::TEXT::TEXT)::TEXT AS col_367326) AS tab_192480
        test_1        |             ORDER BY
        test_1        |                 col_367326 NULLS FIRST;
        test_1        |             
        test_1        |             postgres: [same as previous]
        test_1        |             
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@fe5da5c2df069dc7f820f5c3e2f3e03f1cb7b661:


        postgres_1    | waiting for server to start....2020-11-26 06:12:41.909 UTC [47] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-11-26 06:12:41.925 UTC [48] LOG:  database system was shut down at 2020-11-26 06:12:41 UTC
        postgres_1    | 2020-11-26 06:12:41.930 UTC [47] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (1.90s)
        test_1        |     --- FAIL: TestCompare/postgres (1.15s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.76s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 INT4 NOT NULL, col1_1 REGPROC, col1_2 INTERVAL NOT NULL, col1_3 REGNAMESPACE, col1_4 REGPROCEDURE, col1_5 INET NOT NULL, col1_6 REGCLASS NOT NULL, col1_7 UUID, col1_8 FLOAT4, col1_9 FLOAT8 NOT NULL, col1_10 INT4, col1_11 DATE NULL, col1_12 CHAR, col1_13 TIME NULL, col1_14 NAME NOT NULL, col1_15 INT2 NOT NULL, col1_16 DECIMAL NOT NULL, PRIMARY KEY (col1_6 DESC, col1_2 ASC, col1_9 DESC, col1_5 DESC, col1_16 ASC, col1_0), INDEX (col1_8 DESC, col1_1 DESC, col1_5 ASC, col1_16 DESC, col1_9 ASC, col1_3 DESC, col1_4 ASC, col1_7 DESC, col1_10, col1_15, col1_12 DESC, col1_11 ASC, col1_14 ASC, col1_13 DESC, col1_6, col1_0) WHERE ((table1.col1_9 >= 0.0) AND (table1.col1_16 = NaN)) AND (table1.col1_0 > 1), UNIQUE (col1_12 ASC, col1_3 ASC, col1_0 DESC, col1_16 ASC, col1_4, col1_10, col1_11 ASC, col1_2 ASC, col1_1 ASC, col1_7 DESC, col1_9 DESC, col1_5 ASC, col1_13 ASC) STORING (col1_14, col1_15) WHERE ((((((table1.col1_8 != 1.0:::FLOAT8) OR (table1.col1_14 >= 'X':::STRING)) OR (table1.col1_0 = (-128):::INT8)) AND (table1.col1_16 != 0:::DECIMAL)) OR (table1.col1_9 >= 1.7976931348623157e+308:::FLOAT8)) AND (table1.col1_15 > 0:::INT8)) OR (table1.col1_12 < e'\'':::STRING), INDEX (col1_14 DESC, col1_10, col1_4 ASC, col1_2 ASC, col1_12 ASC, col1_11 ASC) WHERE (((((((((table1.col1_12 < e'\x00') OR (table1.col1_8 >= 1.0)) AND (table1.col1_10 <= 127)) AND (table1.col1_0 < -2147483648)) OR (table1.col1_13 <= '00:00:00')) AND (table1.col1_9 >= NaN)) OR (table1.col1_15 = -128)) AND (table1.col1_14 <= 'X')) AND (table1.col1_16 <= -1.234E+401)) OR (table1.col1_11 >= 'infinity'), UNIQUE (col1_12 ASC, col1_7 ASC, col1_15, col1_11 DESC, col1_16 ASC, col1_9 ASC, col1_8 DESC, col1_2 DESC, col1_0, col1_13 ASC) STORING (col1_4, col1_10), INDEX (col1_16, col1_13, col1_6 DESC, col1_9 DESC, col1_4, col1_5 DESC, col1_8 DESC, col1_10 ASC, col1_11 DESC, col1_3, col1_2, col1_7) STORING (col1_15) WHERE (((((((((table1.col1_12 >= e'\U00002603':::STRING) AND (table1.col1_16 > 'NaN':::DECIMAL)) OR (table1.col1_11 != 'infinity':::DATE)) OR (table1.col1_9 = 0.0:::FLOAT8)) AND (table1.col1_13 != '24:00:00':::TIME)) OR (table1.col1_0 < (-32768):::INT8)) AND (table1.col1_14 = 'X':::STRING)) AND (table1.col1_10 != (-1):::INT8)) OR (table1.col1_8 > 0.0:::FLOAT8)) OR (table1.col1_15 <= 32767:::INT8), INDEX (col1_0 ASC, col1_7 ASC, col1_9, col1_16 DESC, col1_12 ASC, col1_3 ASC, col1_13 DESC, col1_6 DESC, col1_11 ASC, col1_1 DESC, col1_5, col1_15, col1_8, col1_2 ASC, col1_4 DESC, col1_10) STORING (col1_14), FAMILY (col1_14), FAMILY (col1_3), FAMILY (col1_2), FAMILY (col1_15), FAMILY (col1_8), FAMILY (col1_6, col1_10, col1_1), FAMILY (col1_16, col1_9), FAMILY (col1_4, col1_13), FAMILY (col1_11), FAMILY (col1_7, col1_12), FAMILY (col1_0), FAMILY (col1_5));
        test_1        |             CREATE TABLE table2 (col2_0 "char" NULL, col2_1 BOX2D, col2_2 STRING, col2_3 BIT(2), col2_4 NAME NOT NULL, col2_5 TIMESTAMP NOT NULL, col2_6 INET, col2_7 BIT(44), col2_8 INET, col2_9 FLOAT4 NOT NULL, UNIQUE (col2_3 DESC) STORING (col2_2, col2_5, col2_9), INDEX (col2_3 ASC, col2_2 DESC, col2_6, col2_7 ASC, col2_5 ASC, col2_0 ASC) WHERE ((((table2.col2_0 = e'\U00002603') OR (table2.col2_9 != 0.0)) OR (table2.col2_5 <= '-2000-01-01 00:00:00')) AND (table2.col2_4 = 'X')) OR (table2.col2_2 < e'\x00'), UNIQUE (col2_0 DESC) STORING (col2_3, col2_4, col2_6, col2_7, col2_8), UNIQUE (col2_4, col2_9 ASC, col2_6 DESC, col2_1 DESC) WHERE ((((table2.col2_0 >= '"':::STRING) AND (table2.col2_9 != '-Inf':::FLOAT8)) OR (table2.col2_5 <= '-4713-11-24 00:00:00':::TIMESTAMP)) AND (table2.col2_2 < e'\'':::STRING)) AND (table2.col2_4 < e'\'':::STRING), UNIQUE (col2_9 ASC, col2_4, col2_1 ASC, col2_8 DESC, col2_7, col2_3 ASC) STORING (col2_5) WHERE ((((table2.col2_2 > '':::STRING) OR (table2.col2_4 < 'X':::STRING)) AND (table2.col2_5 < '-2000-01-01 00:00:00':::TIMESTAMP)) OR (table2.col2_9 < 3.4028234663852886e+38:::FLOAT8)) AND (table2.col2_0 > '"':::STRING), INDEX (col2_7 DESC, col2_4 ASC, col2_8) STORING (col2_0, col2_2, col2_6, col2_9) WHERE (table2.col2_9 >= 0.0:::FLOAT8) OR (table2.col2_4 >= e'\U00002603':::STRING), UNIQUE (col2_7, col2_4, col2_8 DESC, col2_5 ASC, col2_2 ASC, col2_9 DESC, col2_0 DESC, col2_1 ASC, col2_3) WHERE ((((table2.col2_2 < '':::STRING) AND (table2.col2_4 >= 'X':::STRING)) AND (table2.col2_9 != (-1.0):::FLOAT8)) AND (table2.col2_5 > '-4713-11-24 00:00:00':::TIMESTAMP)) OR (table2.col2_0 <= e'\U00002603':::STRING), INDEX (col2_2 DESC) STORING (col2_0, col2_1, col2_4, col2_7, col2_8, col2_9) WHERE table2.col2_5 = '3000-01-01 00:00:00':::TIMESTAMP, FAMILY (col2_1), FAMILY (col2_6, col2_2), FAMILY (col2_8, col2_0), FAMILY (col2_5), FAMILY (col2_7), FAMILY (col2_4), FAMILY (col2_9, col2_3));
        test_1        |             CREATE TABLE table3 (col3_0 TIME[], col3_1 INT8 NOT NULL, col3_2 VARCHAR NOT NULL, col3_3 BYTES NOT NULL, col3_4 REGCLASS NOT NULL, col3_5 BIT(5) NOT NULL, col3_6 FLOAT4 NOT NULL, col3_7 CHAR NULL, col3_8 DATE NOT NULL, col3_9 REGPROCEDURE NOT NULL, col3_10 REGPROC NOT NULL, col3_11 REGPROCEDURE NOT NULL, col3_12 BOOL NOT NULL, col3_13 INT8 NULL, col3_14 CHAR NOT NULL, col3_15 BIT(49) NULL, PRIMARY KEY (col3_3 DESC, col3_4 ASC, col3_2 DESC, col3_1 ASC, col3_8 DESC, col3_6 DESC, col3_11, col3_5 DESC, col3_10 ASC, col3_9 DESC, col3_12 ASC, col3_14 DESC), INDEX (col3_11, col3_12 DESC, col3_6, col3_7, col3_5 DESC, col3_10 ASC, col3_9 ASC, col3_14 DESC, col3_15 ASC, col3_4 ASC, col3_2 ASC, col3_13 ASC, col3_1) STORING (col3_0) WHERE ((((table3.col3_13 < (-32768):::INT8) OR (NOT table3.col3_12)) OR (table3.col3_8 < '4714-11-24 BC':::DATE)) OR (table3.col3_6 > 0.0:::FLOAT8)) AND (table3.col3_7 <= 'X':::STRING), INDEX (col3_10 ASC) STORING (col3_0, col3_7, col3_13, col3_15) WHERE table3.col3_8 = 'infinity', INDEX (col3_7, col3_8 ASC, col3_2 DESC, col3_14 DESC, col3_15, col3_4 ASC, col3_1 DESC, col3_12, col3_5 DESC, col3_10 ASC, col3_6 DESC, col3_13, col3_9 DESC, col3_3 DESC, col3_11 ASC) STORING (col3_0) WHERE ((((((((table3.col3_14 > e'\x00') AND (table3.col3_8 != '1970-01-01')) AND (table3.col3_1 <= -9223372036854775807)) AND (table3.col3_13 >= -1)) AND (table3.col3_6 != 1.0)) AND table3.col3_12) AND (table3.col3_7 < '')) OR (table3.col3_3 <= '\xff')) AND (table3.col3_2 = e'\x00'), UNIQUE (col3_10 ASC, col3_1 ASC, col3_4 DESC, col3_3, col3_15, col3_5 ASC, col3_7 DESC, col3_11 DESC, col3_6 ASC, col3_9 ASC, col3_2 DESC, col3_14 DESC, col3_13, col3_12, col3_8 DESC) WHERE ((((((((table3.col3_8 < 'infinity':::DATE) AND table3.col3_12) OR (table3.col3_3 < e'\\x00':::BYTES)) OR (table3.col3_14 > '"':::STRING)) AND (table3.col3_2 = e'\'':::STRING)) AND (table3.col3_1 >= 1:::INT8)) AND (table3.col3_7 < e'\x00':::STRING)) AND (table3.col3_13 < 0:::INT8)) AND (table3.col3_6 > '-Inf':::FLOAT8), UNIQUE (col3_6 DESC, col3_8 ASC, col3_7 ASC, col3_9 ASC, col3_1 DESC, col3_11 DESC) STORING (col3_15) WHERE ((table3.col3_12 OR (table3.col3_2 > 'X':::STRING)) OR (table3.col3_6 >= 'NaN':::FLOAT8)) OR (table3.col3_7 >= e'\x00':::STRING), UNIQUE (col3_6, col3_8 ASC, col3_14 DESC, col3_13 ASC, col3_2 DESC, col3_7 DESC, col3_10, col3_3 DESC, col3_11 ASC, col3_9, col3_5, col3_12, col3_15 DESC, col3_4 ASC, col3_1) STORING (col3_0) WHERE ((((((((table3.col3_2 >= e'\x00') AND table3.col3_12) AND (table3.col3_7 > '"')) AND (table3.col3_8 != 'infinity')) OR (table3.col3_1 > 127)) AND (table3.col3_6 > 1.401298464324817e-45)) AND (table3.col3_13 >= -9223372036854775807)) AND (table3.col3_14 >= 'X')) AND (table3.col3_3 != '\x'), UNIQUE (col3_8 DESC, col3_15, col3_6 ASC, col3_9 ASC, col3_4 ASC) WHERE ((((table3.col3_13 > 32767) AND (table3.col3_1 = 32767)) OR (table3.col3_8 > '5874897-12-31')) AND (table3.col3_3 = '\xff')) AND (table3.col3_2 >= e'\x00'), UNIQUE (col3_2 DESC, col3_11 DESC, col3_7, col3_14 DESC, col3_13, col3_6 ASC) STORING (col3_15) WHERE (((((table3.col3_7 != e'\x00':::STRING) AND (table3.col3_1 = 9223372036854775807:::INT8)) AND (table3.col3_8 != '1970-01-01':::DATE)) AND (table3.col3_14 >= '"':::STRING)) OR (NOT table3.col3_12)) OR (table3.col3_3 < e'\\x':::BYTES), FAMILY (col3_1, col3_3, col3_8, col3_6, col3_4, col3_10, col3_14, col3_9, col3_11), FAMILY (col3_0, col3_12, col3_5, col3_13), FAMILY (col3_15), FAMILY (col3_2), FAMILY (col3_7));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 5110600724389820572, "num_range": 0, "upper_bound": "-2038363101"}, {"distinct_range": 30000000000, "num_eq": 8995334634096095544, "num_range": 30000000000, "upper_bound": "-1947189087"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 0, "upper_bound": "-1219131514"}, {"distinct_range": 5146956270805578000, "num_eq": 6588501307895791195, "num_range": 6449745568997254295, "upper_bound": "-891065221"}, {"distinct_range": 218024.8654465742, "num_eq": 900000000, "num_range": 3000000, "upper_bound": "61593447"}, {"distinct_range": 0, "num_eq": 2411619672803734801, "num_range": 800000, "upper_bound": "933230891"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30, "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 65, "histo_col_type": "", "name": "__auto__", "null_count": 26, "row_count": 90}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 80, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 56, "row_count": 90}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_col_type": "", "name": "__auto__", "null_count": 8, "row_count": 90}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 51, "histo_col_type": "", "name": "__auto__", "null_count": 47, "row_count": 90}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 48, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "-1.004253625869751"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 4164716947845354860, "upper_bound": "-0.9401665925979614"}, {"distinct_range": 5000000, "num_eq": 5546992837532729515, "num_range": 5000000, "upper_bound": "-0.6667612195014954"}, {"distinct_range": 4000, "num_eq": 7000, "num_range": 4000, "upper_bound": "0.3522248864173889"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 6686293549057123842, "upper_bound": "0.5593598484992981"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 41, "row_count": 90}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_col_type": "", "name": "__auto__", "null_count": 17, "row_count": 90}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 51, "histo_col_type": "", "name": "__auto__", "null_count": 9, "row_count": 90}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21, "histo_col_type": "", "name": "__auto__", "null_count": 78, "row_count": 90}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 40, "histo_col_type": "", "name": "__auto__", "null_count": 13, "row_count": 90}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68, "histo_buckets": [{"distinct_range": 0, "num_eq": 6801123969611924755, "num_range": 0, "upper_bound": ""}, {"distinct_range": 368383502923035900, "num_eq": 1030993845849597236, "num_range": 8284307875897753882, "upper_bound": "\\u0008"}, {"distinct_range": 1487382338472064000, "num_eq": 4483636271412458890, "num_range": 1487382338472064015, "upper_bound": "\\u0008o"}, {"distinct_range": 10000000, "num_eq": 100, "num_range": 10000000, "upper_bound": "G"}, {"distinct_range": 7564631484276782000, "num_eq": 8844627936978839028, "num_range": 8293258141697644697, "upper_bound": "L"}, {"distinct_range": 1400717688578795500, "num_eq": 80000000000, "num_range": 4090639497057995717, "upper_bound": "[\\u001d\\t\\u00107#5"}, {"distinct_range": 0, "num_eq": 60, "num_range": 936564920230108911, "upper_bound": "x\\u0012YgT"}, {"distinct_range": 503220729547579200, "num_eq": 70000000, "num_range": 510677740179440525, "upper_bound": "}\\u0002U["}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 42, "histo_buckets": [{"distinct_range": 0, "num_eq": 2770816837348781903, "num_range": 0, "upper_bound": "-Infinity"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 600000000, "upper_bound": "-1.234E+401"}, {"distinct_range": 8061044824819084000, "num_eq": 6000000000, "num_range": 8061044824819084025, "upper_bound": "-68500675235781.1055"}, {"distinct_range": 1333970417086968800, "num_eq": 4201709367894377026, "num_range": 6318408373875127385, "upper_bound": "-0.0375192454719310767"}, {"distinct_range": 64811767462.771484, "num_eq": 90000000000, "num_range": 90000000000, "upper_bound": "1.980636408087017412E+27"}, {"distinct_range": 50, "num_eq": 1408136605613996460, "num_range": 50, "upper_bound": "9.15200891877644644E+29"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 90}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9037598, "histo_col_type": "BIT(2)", "name": "__auto__", "null_count": 47040451, "row_count": 60000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11266899, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18292359, "histo_buckets": [{"distinct_range": 0, "num_eq": 1948663989369991306, "num_range": 0, "upper_bound": "X"}, {"distinct_range": 4000, "num_eq": 5000, "num_range": 4000, "upper_bound": "[>\\u0017\\n\\u0006\\u0010!\\u0003"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 56694265, "row_count": 60000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39963815, "histo_col_type": "", "name": "__auto__", "null_count": 23923434, "row_count": 60000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23336023, "histo_buckets": [{"distinct_range": 0, "num_eq": 1417271219381297178, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 8696367463906105945, "num_range": 312324443585181041, "upper_bound": " "}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 1447462664536877573, "upper_bound": "8E@z "}, {"distinct_range": 5356323248794985000, "num_eq": 900000, "num_range": 5356323248794985626, "upper_bound": ":6\\u000fg=$UY"}, {"distinct_range": 0, "num_eq": 6287088347683111225, "num_range": 7987328094403243759, "upper_bound": "?ay~\'LI"}, {"distinct_range": 4382128023713124400, "num_eq": 7000000000, "num_range": 4382128023713124548, "upper_bound": "S:?\\u0012($ni"}, {"distinct_range": 1823693349185747500, "num_eq": 60000000, "num_range": 7758021228235081720, "upper_bound": "h"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32410742, "histo_col_type": "", "name": "__auto__", "null_count": 29097567, "row_count": 60000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30717647, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "00001110000110010010001010001101100111110110"}, {"distinct_range": 809117707577449700, "num_eq": 50000000, "num_range": 3174877300045278528, "upper_bound": "01101010010010000101001011101111101111110010"}, {"distinct_range": 70, "num_eq": 0, "num_range": 70, "upper_bound": "10001000110100101000011111010000001111100111"}, {"distinct_range": 3411554913406760400, "num_eq": 100, "num_range": 5959197834092764119, "upper_bound": "10100010101010100101100101011101110111110011"}, {"distinct_range": 0, "num_eq": 6874078191384079984, "num_range": 7000000, "upper_bound": "11000110111011000000000101001111100010101011"}], "histo_col_type": "BIT(44)", "name": "__auto__", "null_count": 48684740, "row_count": 60000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27349567, "histo_col_type": "", "name": "__auto__", "null_count": 8870044, "row_count": 60000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7057380, "histo_buckets": [{"distinct_range": 0, "num_eq": 4641419084116945073, "num_range": 0, "upper_bound": "-1.5297725200653076"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 3580741299203186856, "upper_bound": "-1.140720248222351"}, {"distinct_range": 10000000000, "num_eq": 2154345767704637264, "num_range": 10000000000, "upper_bound": "-0.09569627046585083"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 5318716116843947486, "upper_bound": "0.04730211943387985"}, {"distinct_range": 30000000, "num_eq": 20000, "num_range": 30000000, "upper_bound": "0.16552291810512543"}, {"distinct_range": 200000, "num_eq": 6000000, "num_range": 200000, "upper_bound": "0.4083329141139984"}, {"distinct_range": 727460107.2873309, "num_eq": 10000, "num_range": 1000000000, "upper_bound": "0.4290940761566162"}, {"distinct_range": 0, "num_eq": 8002437738081228126, "num_range": 6258572973219906684, "upper_bound": "1.3261831998825073"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9059777, "histo_buckets": [{"distinct_range": 0, "num_eq": 6330320400340303506, "num_range": 0, "upper_bound": ""}, {"distinct_range": 647730942361006000, "num_eq": 4219005091432352012, "num_range": 3762929953307063039, "upper_bound": "\\u0002\\u0008Edm\\u0012hAB"}, {"distinct_range": 500, "num_eq": 160432346379321760, "num_range": 500, "upper_bound": "\\u0015\\u0013"}, {"distinct_range": 1175123205.1193302, "num_eq": 3000000000, "num_range": 7000000000, "upper_bound": "\\u0015\\u0017T5\\u0001`3"}, {"distinct_range": 10000000, "num_eq": 5000000, "num_range": 10000000, "upper_bound": "]\\u0014ECu-"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 80, "upper_bound": "aEeA+"}, {"distinct_range": 9000000, "num_eq": 10000, "num_range": 9000000, "upper_bound": "\x7f\x7frXw9\\u0016"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 40422737, "row_count": 60000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8, "histo_col_type": "", "name": "__auto__", "null_count": 10, "row_count": 20}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 14, "row_count": 20}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_buckets": [{"distinct_range": 0, "num_eq": 6517699922340543678, "num_range": 0, "upper_bound": "-0.7411007881164551"}, {"distinct_range": 58434535.70280526, "num_eq": 0, "num_range": 60000000, "upper_bound": "0.11981840431690216"}, {"distinct_range": 400000, "num_eq": 3132927982553486342, "num_range": 400000, "upper_bound": "0.18212167918682098"}, {"distinct_range": 76362965.52933873, "num_eq": 700000, "num_range": 80000000, "upper_bound": "0.6438499093055725"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 885505246760133847, "upper_bound": "1.1683107614517212"}, {"distinct_range": 6000, "num_eq": 700, "num_range": 6000, "upper_bound": "1.2514727115631104"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13, "histo_buckets": [{"distinct_range": 0, "num_eq": 7799688193300768663, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 944672171247834900, "num_eq": 1000000, "num_range": 6929601391460357478, "upper_bound": "314567564"}, {"distinct_range": 4794522917410002000, "num_eq": 6000000000, "num_range": 6632835993223559499, "upper_bound": "2404697856"}, {"distinct_range": 0, "num_eq": 800000, "num_range": 2160793825690665214, "upper_bound": "2559313321"}, {"distinct_range": 200000, "num_eq": 40000, "num_range": 200000, "upper_bound": "2667401080"}, {"distinct_range": 80000000, "num_eq": 80000000, "num_range": 80000000, "upper_bound": "3876062816"}, {"distinct_range": 0, "num_eq": 0, "num_range": 139486197514690442, "upper_bound": "3986845762"}, {"distinct_range": 576.7856969481527, "num_eq": 500000000, "num_range": 800, "upper_bound": "4108719010"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15, "histo_col_type": "", "name": "__auto__", "null_count": 18, "row_count": 20}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4, "histo_buckets": [{"distinct_range": 0, "num_eq": 6915293481658684683, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 20000000000, "num_range": 300000000, "upper_bound": "422732015"}, {"distinct_range": 0, "num_eq": 7310910608709405095, "num_range": 10000000000, "upper_bound": "555068177"}, {"distinct_range": 0, "num_eq": 4000000, "num_range": 5756230651451418142, "upper_bound": "607336669"}, {"distinct_range": 5342829506074376000, "num_eq": 700, "num_range": 5342829506074376050, "upper_bound": "914762481"}, {"distinct_range": 0, "num_eq": 8242303522160463151, "num_range": 0, "upper_bound": "3416693631"}, {"distinct_range": 7418289396945792000, "num_eq": 200, "num_range": 7418289396945792508, "upper_bound": "3918935464"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9, "histo_buckets": [{"distinct_range": 0, "num_eq": 177781913376099492, "num_range": 0, "upper_bound": "P"}, {"distinct_range": 1000, "num_eq": 9052428982697780721, "num_range": 1000, "upper_bound": "X"}, {"distinct_range": 24172279.996378068, "num_eq": 30000000000, "num_range": 40000000, "upper_bound": "}3+}\\u0018"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 16, "row_count": 20}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 20}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('kfply', 'g', 'pbc', 'x');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('gretgf', 'knbf');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('hko', 'gcu', 'ijc');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('hovmp', 'ewmecz', 'zp');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('jxlzsx', 'gpu', 'cqlrmv');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 198009, "histo_buckets": [{"distinct_range": 0, "num_eq": 4554706772738851227, "num_range": 0, "upper_bound": "1421811737"}, {"distinct_range": 14.415489185142992, "num_eq": 8988465036956854580, "num_range": 20, "upper_bound": "2116849966"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 459897, "histo_col_type": "", "name": "__auto__", "null_count": 495091, "row_count": 500000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 315353, "histo_col_type": "", "name": "__auto__", "null_count": 120768, "row_count": 500000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 402010, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 33048, "histo_buckets": [{"distinct_range": 0, "num_eq": 40, "num_range": 0, "upper_bound": "-4894432242398277.575"}, {"distinct_range": 1000000, "num_eq": 4160504794702012360, "num_range": 1000000, "upper_bound": "-275942590356272.2601"}, {"distinct_range": 50000000, "num_eq": 2000, "num_range": 50000000, "upper_bound": "-7223351.072237656557"}, {"distinct_range": 293.27425497837356, "num_eq": 4000000, "num_range": 500, "upper_bound": "0"}, {"distinct_range": 6468704151072943000, "num_eq": 4000, "num_range": 6468704151072942942, "upper_bound": "77963.5068681137346"}, {"distinct_range": 0, "num_eq": 3990637736465700362, "num_range": 600, "upper_bound": "2.710009455569767732E+33"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 342141, "histo_col_type": "", "name": "__auto__", "null_count": 420150, "row_count": 500000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15871, "histo_col_type": "", "name": "__auto__", "null_count": 429505, "row_count": 500000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45053, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 76995, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 284701.39218328183, "num_eq": 0, "num_range": 300000, "upper_bound": "493721667"}, {"distinct_range": 0, "num_eq": 4759817833411683754, "num_range": 10000000, "upper_bound": "758121730"}, {"distinct_range": 0, "num_eq": 600000, "num_range": 7000000, "upper_bound": "2016721414"}, {"distinct_range": 3136.9082446563625, "num_eq": 5000000, "num_range": 6000, "upper_bound": "2083860715"}, {"distinct_range": 0, "num_eq": 3282309954596640897, "num_range": 50000000, "upper_bound": "2094389956"}, {"distinct_range": 0, "num_eq": 8000000, "num_range": 0, "upper_bound": "3946347795"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 267082, "histo_col_type": "", "name": "__auto__", "null_count": 167678, "row_count": 500000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 84239, "histo_buckets": [{"distinct_range": 0, "num_eq": 6730537511061419182, "num_range": 0, "upper_bound": ":f<[phE"}, {"distinct_range": 930570305173349100, "num_eq": 8000000, "num_range": 1000114554937043905, "upper_bound": "Z\\u001ea>I"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 464978, "row_count": 500000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 140755, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 200677, "histo_buckets": [{"distinct_range": 0, "num_eq": 624239835291914778, "num_range": 0, "upper_bound": "-0.4684862792491913"}, {"distinct_range": 0, "num_eq": 900000, "num_range": 400000000, "upper_bound": "-0.15660405158996582"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 241846, "row_count": 500000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 122032, "histo_col_type": "", "name": "__auto__", "null_count": 253277, "row_count": 500000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 62539, "histo_col_type": "", "name": "__auto__", "null_count": 242956, "row_count": 500000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 420785, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 290280, "histo_buckets": [{"distinct_range": 0, "num_eq": 8842593417102175467, "num_range": 0, "upper_bound": ""}, {"distinct_range": 3856.755593693023, "num_eq": 7099588278785136454, "num_range": 4000, "upper_bound": "\\u0018\\u000bG\\u000c"}, {"distinct_range": 2331382713739228700, "num_eq": 0, "num_range": 4067093381456287693, "upper_bound": " k(\\u0019\\u000cod"}, {"distinct_range": 14.400459635241303, "num_eq": 100000000, "num_range": 90, "upper_bound": "%u\\u001akD\\u001b"}, {"distinct_range": 0, "num_eq": 3140251010909198227, "num_range": 10000, "upper_bound": "\'(&"}, {"distinct_range": 0, "num_eq": 2424593923493942110, "num_range": 7655028214547127016, "upper_bound": "Tj\\u001bM*\\u000eF68"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 40000000, "upper_bound": "uOp\\u001ar^]\\u000b"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 500000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4806383519997800709, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000000, "num_range": 0, "upper_bound": "0000000000000000000000000000000000000000000000000000000000000000"}, {"distinct_range": 691732.709086111, "num_eq": 9000000000, "num_range": 1000000, "upper_bound": "00011100101011110011100000111101101010011001"}, {"distinct_range": 30000000, "num_eq": 10000, "num_range": 30000000, "upper_bound": "01110010110111010010111001100010100101111101"}, {"distinct_range": 369689804.8363962, "num_eq": 1017145340771254333, "num_range": 1000000000, "upper_bound": "0111111111111111111111111111111111111111111111111111111111111111"}, {"distinct_range": 0, "num_eq": 6967342026901495198, "num_range": 525215804638202605, "upper_bound": "11001101001001100001011111101010100100111001"}], "histo_col_type": "BIT(44)", "name": "__auto__", "null_count": 584630914762865842, "row_count": 5241463974187804673}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4613037154787925452, "histo_col_type": "", "name": "__auto__", "null_count": 1293632307826081978, "row_count": 5241463974187804673}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4714838606756769743, "histo_col_type": "", "name": "__auto__", "null_count": 262257185036128605, "row_count": 5241463974187804673}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4675904168895680591, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000000, "num_range": 0, "upper_bound": ";_\\u0011#U69N"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 10000000000, "upper_bound": "?]"}, {"distinct_range": 3325528366305917000, "num_eq": 100000, "num_range": 7251290771846046664, "upper_bound": "@g\\r"}, {"distinct_range": 50000000000, "num_eq": 6937336404565669070, "num_range": 50000000000, "upper_bound": "Le33w\\u000cr"}, {"distinct_range": 600000000, "num_eq": 859755885894125910, "num_range": 600000000, "upper_bound": "W\\tq"}, {"distinct_range": 1681507874812641000, "num_eq": 8582263906004992011, "num_range": 9128157337407715247, "upper_bound": "`8va"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 9001818286573855175, "upper_bound": "d\\\\i\\u0014"}, {"distinct_range": 0, "num_eq": 7842169712958405479, "num_range": 5716318188679077243, "upper_bound": "\x7fc!M\\u000bf\\u0006\\u0017+"}, {"distinct_range": 256956646564570400, "num_eq": 8944731344787385387, "num_range": 256956646564570402, "upper_bound": "\U00002603"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 2315182204140367485, "row_count": 5241463974187804673}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4283357867663777449, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "00"}, {"distinct_range": 0, "num_eq": 7272548175186924107, "num_range": 5000000000, "upper_bound": "01"}, {"distinct_range": 0, "num_eq": 100000000000, "num_range": 0, "upper_bound": "10"}, {"distinct_range": 0, "num_eq": 9000000000, "num_range": 60000, "upper_bound": "11"}], "histo_col_type": "BIT(2)", "name": "__auto__", "null_count": 3988315667080951560, "row_count": 5241463974187804673}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1356503714264991054, "histo_col_type": "", "name": "__auto__", "null_count": 2769069944890885273, "row_count": 5241463974187804673}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3422200361899364666, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 5241463974187804673}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 690592959262552659, "histo_buckets": [{"distinct_range": 0, "num_eq": 8063587464778553883, "num_range": 0, "upper_bound": "\\""}, {"distinct_range": 7593732583697416000, "num_eq": 8836562124363502469, "num_range": 7593732583697415827, "upper_bound": "fg\\"!Y"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 1334675544270041789, "row_count": 5241463974187804673}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5098277735488877921, "histo_buckets": [{"distinct_range": 0, "num_eq": 9129241272690377618, "num_range": 0, "upper_bound": "\\u0004"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 6880971571394619177, "upper_bound": "\\r"}, {"distinct_range": 3670357680513538600, "num_eq": 3489537907328391601, "num_range": 5960225627674813961, "upper_bound": "\\u0018"}, {"distinct_range": 5302009845023131000, "num_eq": 20, "num_range": 7977416789591637539, "upper_bound": "2"}, {"distinct_range": 0, "num_eq": 60000, "num_range": 500000, "upper_bound": "<%5("}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "te7\\u0017rX\\u0014\\u001aP"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 5241463974187804673}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 91908640019005433, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5241463974187804673}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1998404528382226581, "histo_col_type": "", "name": "__auto__", "null_count": 1714041799156117487, "row_count": 2383537918066375815}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1434467022412732807, "histo_buckets": [{"distinct_range": 0, "num_eq": 3930332677901136725, "num_range": 0, "upper_bound": "/n"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "9\\u0013k\\u001d\\u0018CD"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 547785025348390438, "histo_buckets": [{"distinct_range": 0, "num_eq": 4792580805581636999, "num_range": 0, "upper_bound": "\\\\x2db1"}, {"distinct_range": 543657612825015100, "num_eq": 7000, "num_range": 5034107267402355026, "upper_bound": "\\\\x7ed72b7125a4a4f7"}, {"distinct_range": 974232666976383000, "num_eq": 1000000, "num_range": 2317479737116340496, "upper_bound": "\\\\xa1ede6708e9d58"}, {"distinct_range": 1177326885517026300, "num_eq": 2550497103312136720, "num_range": 2499592892636991986, "upper_bound": "\\\\xba31806630"}, {"distinct_range": 4229308200664876000, "num_eq": 40, "num_range": 4229308200664875992, "upper_bound": "\\\\xe356f992"}, {"distinct_range": 500000000, "num_eq": 9020830957473682379, "num_range": 500000000, "upper_bound": "\\\\xe3e8f2e6"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 992138353140388524, "histo_col_type": "", "name": "__auto__", "null_count": 304550545864315855, "row_count": 2383537918066375815}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1780604919602876430, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 401967271907195939, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 433953818733664349, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 300000000, "num_range": 7000000, "upper_bound": "1711655200"}, {"distinct_range": 6014857333059414000, "num_eq": 8000, "num_range": 6904927638956085282, "upper_bound": "1992433914"}, {"distinct_range": 6031341974370263000, "num_eq": 4156748482230534958, "num_range": 6031341974370263189, "upper_bound": "2486076739"}, {"distinct_range": 2608448538.896036, "num_eq": 100, "num_range": 3000000000, "upper_bound": "3007432153"}, {"distinct_range": 500000, "num_eq": 1094101936435423969, "num_range": 500000, "upper_bound": "3219153395"}, {"distinct_range": 4303693363033723400, "num_eq": 6856013341107043388, "num_range": 5341670024251267774, "upper_bound": "3985352571"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 779981903959677170, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000000, "num_range": 0, "upper_bound": "3341849764"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2094685192406685336, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1606203103718751908, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1466558624267992664, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "-0.9080224633216858"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1044093541936642114, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "\\u0011J>u@"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 8000, "upper_bound": "\\""}, {"distinct_range": 1883922026922888400, "num_eq": 472421051761450242, "num_range": 2802896293128603351, "upper_bound": "\'#wdv2"}, {"distinct_range": 3638615505406934000, "num_eq": 6073480184071294427, "num_range": 3638615505406933914, "upper_bound": "V\\u0004"}, {"distinct_range": 1158.0253854486918, "num_eq": 30000000000, "num_range": 2000, "upper_bound": "W\\u001fsj\\u0017#"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 802305001896157008, "row_count": 2383537918066375815}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1777674046233623104, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000000000, "num_range": 0, "upper_bound": "-infinity"}, {"distinct_range": 3026193354279865300, "num_eq": 549985985453590622, "num_range": 3026193354279865199, "upper_bound": "1972-05-01"}, {"distinct_range": 292285665.958292, "num_eq": 30, "num_range": 400000000, "upper_bound": "1975-12-11"}, {"distinct_range": 3431567759487999000, "num_eq": 3152474385530089866, "num_range": 3431567759487998773, "upper_bound": "1983-06-25"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1894221829307689660, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1087969798545644135, "histo_col_type": "", "name": "__auto__", "null_count": 943173200560331032, "row_count": 2383537918066375815}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2311175916546541814, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2383537918066375815}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3634524830384446404, "histo_col_type": "", "name": "__auto__", "null_count": 3169418954440352811, "row_count": 8536039505070130330}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6466050288128009466, "histo_buckets": [{"distinct_range": 0, "num_eq": 818815164344935296, "num_range": 0, "upper_bound": "-1.234E+401"}, {"distinct_range": 1755769649242521300, "num_eq": 9000000, "num_range": 8320384023903603837, "upper_bound": "-3.295288369186306608E+37"}, {"distinct_range": 4039805334127094000, "num_eq": 80000000000, "num_range": 4039805334127093754, "upper_bound": "-1"}, {"distinct_range": 0, "num_eq": 5667016723191658688, "num_range": 60000000, "upper_bound": "-0.5289364970705241322"}, {"distinct_range": 0, "num_eq": 900000, "num_range": 80000000000, "upper_bound": "-0.4047882278867247064"}, {"distinct_range": 0, "num_eq": 3502974648526739481, "num_range": 30000000000, "upper_bound": "4.127323609754587974E+21"}, {"distinct_range": 700000, "num_eq": 113918737803638437, "num_range": 700000, "upper_bound": "3.958063771485068188E+36"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5691761029028513518, "histo_col_type": "", "name": "__auto__", "null_count": 1657029218903807713, "row_count": 8536039505070130330}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8523416715722126658, "histo_col_type": "", "name": "__auto__", "null_count": 5763288273220827161, "row_count": 8536039505070130330}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5033897101915325702, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 622006482601142325, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000, "num_range": 0, "upper_bound": "1672335420"}, {"distinct_range": 0, "num_eq": 20, "num_range": 7799576681249123607, "upper_bound": "4205767526"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8244610783160251862, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 20000, "upper_bound": "330287748"}, {"distinct_range": 366.3395294362518, "num_eq": 10000000, "num_range": 1000, "upper_bound": "441541913"}, {"distinct_range": 1894950583825048000, "num_eq": 200000, "num_range": 6445553877720801339, "upper_bound": "573034921"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4446780442202947894, "histo_col_type": "", "name": "__auto__", "null_count": 5891851422361827283, "row_count": 8536039505070130330}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7177017293180117357, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "-0.1270720660686493"}, {"distinct_range": 800000000, "num_eq": 4000000, "num_range": 800000000, "upper_bound": "0.48151659965515137"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 2056258322268967362, "upper_bound": "0.9458360075950623"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 7573265857281001129, "row_count": 8536039505070130330}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7776030055338298936, "histo_buckets": [{"distinct_range": 0, "num_eq": 4661176473528560338, "num_range": 0, "upper_bound": ""}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7223216189032025350, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5614201299665768778, "histo_col_type": "", "name": "__auto__", "null_count": 4996068051271955613, "row_count": 8536039505070130330}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1382291803837653314, "histo_col_type": "", "name": "__auto__", "null_count": 7940533118660179691, "row_count": 8536039505070130330}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3056783045818141710, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 10.570473494994234, "num_eq": 90, "num_range": 30, "upper_bound": "\\u0014mQ\\u0016Q"}, {"distinct_range": 9928.77200901896, "num_eq": 1000, "num_range": 10000, "upper_bound": "1\x7f\\u001e\\u0008"}, {"distinct_range": 93695.84803314363, "num_eq": 6221223594192401163, "num_range": 800000, "upper_bound": "<?\\u000bF/[=#"}, {"distinct_range": 0, "num_eq": 7000, "num_range": 4238936348112448301, "upper_bound": "EUNU"}, {"distinct_range": 0, "num_eq": 6000000, "num_range": 239462928895238011, "upper_bound": "J<\\u000e"}, {"distinct_range": 669315.1946475842, "num_eq": 80000000000, "num_range": 1000000, "upper_bound": "X"}, {"distinct_range": 4171993178973052400, "num_eq": 1097632947266587053, "num_range": 4171993178973052256, "upper_bound": "Y\\u0006C"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 2033331288770414515, "row_count": 8536039505070130330}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3887533779056087295, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8126816876257232812, "histo_col_type": "", "name": "__auto__", "null_count": 7528888055659437526, "row_count": 8536039505070130330}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2353014848922166771, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8536039505070130330}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 320719716007072574, "histo_buckets": [{"distinct_range": 0, "num_eq": 2983121218323062981, "num_range": 0, "upper_bound": "-0.17355069518089294"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 2527621723300496747}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 201444347009494575, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": ""}, {"distinct_range": 33540869224.591396, "num_eq": 40, "num_range": 50000000000, "upper_bound": "\\u000elq60WW"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "*;L\\n\\""}, {"distinct_range": 980688.6491515834, "num_eq": 100000, "num_range": 2000000, "upper_bound": "+g\\u0010g9"}, {"distinct_range": 5933893768651976000, "num_eq": 0, "num_range": 5933893768651976149, "upper_bound": "N|"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 243757403045189883, "row_count": 2527621723300496747}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1001513482352539366, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2527621723300496747}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1317101222842275490, "histo_col_type": "", "name": "__auto__", "null_count": 1667732786955377680, "row_count": 2527621723300496747}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 732542743174285823, "histo_buckets": [{"distinct_range": 0, "num_eq": 5049431262399237873, "num_range": 0, "upper_bound": "01010100100010100000100010011001100001010101"}, {"distinct_range": 1938461731428245500, "num_eq": 8820438255841205349, "num_range": 5122763138198264608, "upper_bound": "01100111111110110001001110000110011111000000"}, {"distinct_range": 0, "num_eq": 7281934086621146458, "num_range": 1850802724286484265, "upper_bound": "10010000101000110000101100100011101001101110"}, {"distinct_range": 1207375958927434200, "num_eq": 8580658349944259160, "num_range": 1207375958927434153, "upper_bound": "10010011101001111110110111000001100010110011"}, {"distinct_range": 0, "num_eq": 100, "num_range": 2400124518102337361, "upper_bound": "11000011000010100111011100110111000110000101"}, {"distinct_range": 0, "num_eq": 5529017120165387636, "num_range": 6000000000, "upper_bound": "11010011000101110000100111100110011101110010"}, {"distinct_range": 600000, "num_eq": 1388583403432394294, "num_range": 600000, "upper_bound": "11111100001000001011111011000000111011011000"}], "histo_col_type": "BIT(44)", "name": "__auto__", "null_count": 505251351115794046, "row_count": 2527621723300496747}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2507589582656764996, "histo_col_type": "", "name": "__auto__", "null_count": 565632159323872006, "row_count": 2527621723300496747}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 705785768086689946, "histo_buckets": [{"distinct_range": 0, "num_eq": 10, "num_range": 0, "upper_bound": "\\t("}, {"distinct_range": 336078362.3080659, "num_eq": 2000000, "num_range": 400000000, "upper_bound": "\\""}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "4vp&W 6"}, {"distinct_range": 982117218918448500, "num_eq": 600, "num_range": 3431910217805363053, "upper_bound": ":Jo\\u0015O#"}, {"distinct_range": 7205101586867725000, "num_eq": 200, "num_range": 7205101586867725098, "upper_bound": "Tv"}, {"distinct_range": 0, "num_eq": 2392308799972826572, "num_range": 8284663111562763972, "upper_bound": "[\\u0001\\u0004"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 835987204477534674, "row_count": 2527621723300496747}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 361874861185381958, "histo_col_type": "", "name": "__auto__", "null_count": 2139837999260886053, "row_count": 2527621723300496747}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 274121897933850611, "histo_buckets": [{"distinct_range": 0, "num_eq": 8571657824282088403, "num_range": 0, "upper_bound": "00"}], "histo_col_type": "BIT(2)", "name": "__auto__", "null_count": 1650255922095056876, "row_count": 2527621723300496747}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1369535744660645969, "histo_buckets": [{"distinct_range": 0, "num_eq": 9196613045468207469, "num_range": 0, "upper_bound": ""}, {"distinct_range": 1664701187.9894855, "num_eq": 70000000, "num_range": 8000000000, "upper_bound": "+\\u000fq\\u0014\\u0017"}, {"distinct_range": 0, "num_eq": 7678095938235754153, "num_range": 500000000, "upper_bound": "Cc\\u0010cW\\u0002HE"}, {"distinct_range": 596362884887616500, "num_eq": 5000000000, "num_range": 1696590205413819712, "upper_bound": "G\\u0011{"}, {"distinct_range": 999144.3883519508, "num_eq": 20000, "num_range": 1000000, "upper_bound": "H^J;"}, {"distinct_range": 1432420070300475000, "num_eq": 5648225651855835759, "num_range": 2169723788126569339, "upper_bound": "IwGf1t^X"}, {"distinct_range": 0, "num_eq": 0, "num_range": 1415037306529415226, "upper_bound": "X"}, {"distinct_range": 0, "num_eq": 8205441179029647342, "num_range": 700000000, "upper_bound": "u\\u000f#.~w"}, {"distinct_range": 5210622538857327000, "num_eq": 50000, "num_range": 5210622538857326490, "upper_bound": "|\\nV\\u0010"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 2527621723300496747}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000000, "num_range": 0, "upper_bound": "1979-12-28"}, {"distinct_range": 126401875052385330, "num_eq": 300000000, "num_range": 8035582890316588175, "upper_bound": "1981-05-10"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 72, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000, "num_range": 0, "upper_bound": "3363032623"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9, "histo_col_type": "", "name": "__auto__", "null_count": 61, "row_count": 90}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2, "histo_col_type": "", "name": "__auto__", "null_count": 83, "row_count": 90}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "\\\\x5bae"}, {"distinct_range": 0, "num_eq": 0, "num_range": 2148109360352551117, "upper_bound": "\\\\xd93b6bcf"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71, "histo_buckets": [{"distinct_range": 0, "num_eq": 3335439654133462285, "num_range": 0, "upper_bound": ""}, {"distinct_range": 976967.7834789685, "num_eq": 7989226087620136667, "num_range": 1000000, "upper_bound": "\\n\\u0016\\u0001pA"}, {"distinct_range": 0, "num_eq": 500, "num_range": 451049660751112851, "upper_bound": "BL\\u0010,o\\u0001\\""}, {"distinct_range": 0, "num_eq": 700000, "num_range": 80000000, "upper_bound": "i\\u0012\\n\\u001fJ\\u0017SM"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 37, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 34, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 76, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col3_6"], "created_at": "2000-01-01
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@361215163c597bd1460bba65ca3298f37e29aacc:

        cockroach1_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (2.19s)
        test_1        |     --- FAIL: TestCompare/postgres (1.12s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (1.07s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGNAMESPACE NOT NULL, col1_1 INTERVAL, col1_2 INT2 NOT NULL, col1_3 INET, col1_4 FLOAT4 NOT NULL, col1_5 DECIMAL NULL, col1_6 REGPROCEDURE NOT NULL, col1_7 INTERVAL NULL, col1_8 BYTES, col1_9 INT4 NULL, col1_10 REGCLASS NOT NULL, col1_11 NAME, col1_12 DATE NULL, col1_13 VARCHAR NOT NULL, PRIMARY KEY (col1_6 DESC, col1_10 DESC, col1_13 ASC, col1_0 ASC), FAMILY (col1_2), FAMILY (col1_0), FAMILY (col1_1, col1_4, col1_11, col1_8, col1_3, col1_7), FAMILY (col1_10), FAMILY (col1_13), FAMILY (col1_5), FAMILY (col1_6, col1_9, col1_12), UNIQUE (col1_4) WHERE (((((table1.col1_5 <= -1) AND (table1.col1_2 >= 32767)) AND (table1.col1_8 = '\xe29883')) OR (table1.col1_11 >= e'\x00')) AND (table1.col1_9 >= 2147483647)) AND (table1.col1_4 != +Inf), UNIQUE (col1_0));
        test_1        |             CREATE TABLE table2 (col2_0 TIMESTAMPTZ NOT NULL, col2_1 OID NOT NULL, col2_2 FLOAT8 NOT NULL, col2_3 REGCLASS NOT NULL, col2_4 TIMESTAMPTZ NOT NULL, col2_5 UUID, PRIMARY KEY (col2_0 ASC, col2_2, col2_4 ASC), UNIQUE (col2_5, col2_0 ASC, col2_2, col2_4 DESC, col2_1 DESC, col2_3) WHERE table2.col2_0 < '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ, INDEX (col2_2, col2_3 DESC, col2_0 DESC, col2_4 ASC) STORING (col2_5) WHERE ((table2.col2_0 = '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ) OR (table2.col2_2 > 1.7976931348623157e+308:::FLOAT8)) AND (table2.col2_4 >= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ), UNIQUE (col2_2 DESC, col2_4, col2_5 ASC, col2_1, col2_3 DESC) WHERE ((table2.col2_0 > '-2000-01-01 00:00:00+00:00') AND (table2.col2_2 >= 1.0)) OR (table2.col2_4 > '3000-01-01 00:00:00+00:00'), FAMILY (col2_1), FAMILY (col2_3, col2_0), FAMILY (col2_5), FAMILY (col2_2), FAMILY (col2_4));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1717674552263503527, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3402068488254635103}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2392584643304495551, "histo_col_type": "", "name": "__auto__", "null_count": 1779980373125102398, "row_count": 3402068488254635103}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 705533796950414014, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000, "num_range": 0, "upper_bound": "7382807"}, {"distinct_range": 0, "num_eq": 4000000000, "num_range": 400, "upper_bound": "933824725"}, {"distinct_range": 0, "num_eq": 7272210657335392385, "num_range": 4000, "upper_bound": "967584545"}, {"distinct_range": 5673673155460612000, "num_eq": 4023658811025771041, "num_range": 5673673155460612020, "upper_bound": "1598205638"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 8355256021013873557, "upper_bound": "1612159746"}, {"distinct_range": 500, "num_eq": 971881222053142179, "num_range": 500, "upper_bound": "2799382068"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 3402068488254635103}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 930166831536112142, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3402068488254635103}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1159972447899706939, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3402068488254635103}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3145163995903959197, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3402068488254635103}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3097395355529049168, "histo_col_type": "", "name": "__auto__", "null_count": 1609999617601266487, "row_count": 3402068488254635103}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1067864816311296851, "histo_col_type": "", "name": "__auto__", "null_count": 893795077920739159, "row_count": 3402068488254635103}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 232999266467671220, "histo_col_type": "", "name": "__auto__", "null_count": 1912303145831581851, "row_count": 3402068488254635103}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3386269260844581295, "histo_col_type": "", "name": "__auto__", "null_count": 2422661394994784758, "row_count": 3402068488254635103}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1821149085976265143, "histo_col_type": "", "name": "__auto__", "null_count": 1182852656292808624, "row_count": 3402068488254635103}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2895211621847313196, "histo_col_type": "", "name": "__auto__", "null_count": 1559766658044443882, "row_count": 3402068488254635103}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 938922418461526229, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3402068488254635103}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2563009438689217150, "histo_col_type": "", "name": "__auto__", "null_count": 2320484754451053781, "row_count": 3402068488254635103}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5865388, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "7054f157-b001-448c-ac50-b3a399469e9f"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 1632568, "row_count": 10000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5833102, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "1999-04-06 07:30:27.000445+00:00"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 70000, "upper_bound": "2005-10-07 07:19:47.00011+00:00"}, {"distinct_range": 4192.824096867166, "num_eq": 80, "num_range": 5000, "upper_bound": "2008-06-08 18:27:02.000273+00:00"}, {"distinct_range": 0, "num_eq": 2238351446341281900, "num_range": 0, "upper_bound": "2021-03-30 11:47:30.00073+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5223145, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 614315, "histo_buckets": [{"distinct_range": 0, "num_eq": 1754455829113423261, "num_range": 0, "upper_bound": "-2.718090142420091"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 200, "upper_bound": "-0.5725093094551388"}, {"distinct_range": 5408220601867965000, "num_eq": 3000000, "num_range": 6864860195783014004, "upper_bound": "-0.20099852565431697"}, {"distinct_range": 0, "num_eq": 0, "num_range": 3614837596461853045, "upper_bound": "0.015119189188637139"}, {"distinct_range": 9186342162909427000, "num_eq": 600000000, "num_range": 9186342162909426946, "upper_bound": "0.029772108567161615"}, {"distinct_range": 53027814.05848147, "num_eq": 8000000, "num_range": 70000000, "upper_bound": "1.0078316080927552"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8310564, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 385865, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}]':::JSONB;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_2) REFERENCES table1 (col1_4);
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_1) REFERENCES table1 (col1_0) ON DELETE CASCADE;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('bcaseu', 'knvf', 'zxzv', 'y');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('gzlkgx', 'jxjuly', 'yytfn', 'r', 'fshsod');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('cyeph');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('p', 'x', 'w', 'ev', 'hdek');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('zzenp', 'eijsk', 'dwkfio', 'ui', 'wzllw');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1184141327334301657, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000, "num_range": 0, "upper_bound": "312302656"}, {"distinct_range": 0, "num_eq": 3267922016683120978, "num_range": 80000000, "upper_bound": "2303918721"}, {"distinct_range": 6249727115228189000, "num_eq": 60000000000, "num_range": 6249727115228188688, "upper_bound": "3079620635"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 1186122113717285531}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 467415942080137837, "histo_col_type": "", "name": "__auto__", "null_count": 373790266748441766, "row_count": 1186122113717285531}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 774365354474894849, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1186122113717285531}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 446936410115902214, "histo_col_type": "", "name": "__auto__", "null_count": 741437645193899094, "row_count": 1186122113717285531}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 117102804000140809, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1186122113717285531}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1086459507848517294, "histo_col_type": "", "name": "__auto__", "null_count": 422500119574626596, "row_count": 1186122113717285531}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1106218689704727452, "histo_col_type": "", "name": "__auto__", "null_count": 37317293716968104, "row_count": 1186122113717285531}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 816282551571458161, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000, "num_range": 0, "upper_bound": "-1.3904199600219727"}, {"distinct_range": 6173103647472195000, "num_eq": 5401575261290444207, "num_range": 7788111115888576807, "upper_bound": "-0.5251715183258057"}, {"distinct_range": 253227442258417600, "num_eq": 10000, "num_range": 7694835111233489314, "upper_bound": "-0.4531900882720947"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 1186122113717285531}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3659510736197249, "histo_col_type": "", "name": "__auto__", "null_count": 1031862384691697345, "row_count": 1186122113717285531}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 666660923281977197, "histo_col_type": "", "name": "__auto__", "null_count": 1029532819797819951, "row_count": 1186122113717285531}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 860076378486445031, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1186122113717285531}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 176092835232161462, "histo_col_type": "", "name": "__auto__", "null_count": 368030847538555044, "row_count": 1186122113717285531}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73904715442681403, "histo_buckets": [{"distinct_range": 0, "num_eq": 50, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 7893883777765859000, "num_eq": 10000, "num_range": 8300772304649367809, "upper_bound": "43154430"}, {"distinct_range": 70000000, "num_eq": 80000000, "num_range": 70000000, "upper_bound": "641513439"}, {"distinct_range": 0, "num_eq": 700, "num_range": 90, "upper_bound": "1450251332"}, {"distinct_range": 19603137.232744753, "num_eq": 10000000000, "num_range": 20000000, "upper_bound": "1968936617"}, {"distinct_range": 66474567.96867537, "num_eq": 500000, "num_range": 80000000, "upper_bound": "2216963529"}, {"distinct_range": 2294084682341404200, "num_eq": 8233259659475823464, "num_range": 2294084682341404235, "upper_bound": "2411781573"}, {"distinct_range": 0, "num_eq": 8124502304637529010, "num_range": 1905674212087386847, "upper_bound": "2873846425"}, {"distinct_range": 5817315267703174000, "num_eq": 6793002307265007300, "num_range": 5817315267703174401, "upper_bound": "3476600499"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 1186122113717285531}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 125246001220315668, "histo_col_type": "", "name": "__auto__", "null_count": 693923255467478065, "row_count": 1186122113717285531}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3559889566053487447, "histo_buckets": [{"distinct_range": 0, "num_eq": 20, "num_range": 0, "upper_bound": "1987-09-24 09:49:42.000689+00:00"}, {"distinct_range": 70000000000, "num_eq": 700000, "num_range": 70000000000, "upper_bound": "1989-11-15 09:38:10.000473+00:00"}, {"distinct_range": 0, "num_eq": 6530646201124174867, "num_range": 0, "upper_bound": "2000-03-18 21:32:48.000966+00:00"}, {"distinct_range": 40491623.56067833, "num_eq": 50000000, "num_range": 70000000, "upper_bound": "2006-02-27 20:12:42.000821+00:00"}, {"distinct_range": 90000, "num_eq": 755559006767244876, "num_range": 90000, "upper_bound": "2008-01-04 02:11:47.000251+00:00"}, {"distinct_range": 40000000, "num_eq": 1422312783602741441, "num_range": 40000000, "upper_bound": "2011-06-17 10:00:38.00066+00:00"}, {"distinct_range": 7354265966581920000, "num_eq": 40000000, "num_range": 7354265966581920253, "upper_bound": "2023-03-17 03:49:08.000644+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 7896003599538049586}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6053369711735037362, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7896003599538049586}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3034240937788668343, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "-1.2087694875891868"}, {"distinct_range": 0, "num_eq": 1092017472033522992, "num_range": 2000000, "upper_bound": "0.06383604148162703"}, {"distinct_range": 0, "num_eq": 5860947753358202444, "num_range": 0, "upper_bound": "1.7976931348623157e+308"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 7896003599538049586}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1734977587957926111, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7896003599538049586}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6171319403281149013, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7896003599538049586}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2239886646057262608, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "07475ff6-5b8f-431d-a345-732102fcd416"}, {"distinct_range": 0, "num_eq": 20000000000, "num_range": 100, "upper_bound": "5fc3a728-f4d8-4e2d-b7c6-419d656bf681"}, {"distinct_range": 1015410001779607700, "num_eq": 4674080344902848598, "num_range": 1015410001779607711, "upper_bound": "a9d6e1d9-e7d3-483d-ba54-ed12ff412b29"}, {"distinct_range": 0, "num_eq": 6509727070331095574, "num_range": 6893236689294126112, "upper_bound": "b4732a09-e5e9-48fc-8c20-056edc65974f"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 3000, "upper_bound": "b5f5036c-38fe-4d6d-9956-1e7632bf38a3"}, {"distinct_range": 289.9212275314686, "num_eq": 153144039082986877, "num_range": 1000, "upper_bound": "fa76c3c6-d1c9-45f5-bcaf-12e04a428938"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 7529760920598465140, "row_count": 7896003599538049586}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 899665331711203429, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 1425896502927862055}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 198568555563342716, "histo_col_type": "", "name": "__auto__", "null_count": 298680658228240595, "row_count": 1425896502927862055}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1041940949754884531, "histo_col_type": "", "name": "__auto__", "null_count": 15612103101698972, "row_count": 1425896502927862055}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 491382716973595711, "histo_buckets": [{"distinct_range": 0, "num_eq": 2810379066164149104, "num_range": 0, "upper_bound": "1407923458"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 1425896502927862055}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 57223288275674758, "histo_buckets": [{"distinct_range": 0, "num_eq": 9015593327550648371, "num_range": 0, "upper_bound": "201337524"}, {"distinct_range": 1000000, "num_eq": 300000, "num_range": 1000000, "upper_bound": "287980368"}, {"distinct_range": 75960.45738230456, "num_eq": 9191422431777678954, "num_range": 90000, "upper_bound": "307298408"}, {"distinct_range": 2000000000, "num_eq": 85696991191552107, "num_range": 2000000000, "upper_bound": "528941464"}, {"distinct_range": 761424835767424400, "num_eq": 7956249683098876940, "num_range": 761424835767424385, "upper_bound": "760505345"}, {"distinct_range": 0, "num_eq": 9051015100700817355, "num_range": 2348179723793389792, "upper_bound": "1656113311"}, {"distinct_range": 80, "num_eq": 642548031345365235, "num_range": 80, "upper_bound": "1872012488"}, {"distinct_range": 0, "num_eq": 80, "num_range": 4085874743554811989, "upper_bound": "2172294631"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 1425896502927862055}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1070881741863874561, "histo_col_type": "", "name": "__auto__", "null_count": 1378931872240124766, "row_count": 1425896502927862055}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1387040232947654826, "histo_col_type": "", "name": "__auto__", "null_count": 1297931949978975876, "row_count": 1425896502927862055}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 379629743845568690, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1425896502927862055}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 141973020058199413, "histo_col_type": "", "name": "__auto__", "null_count": 169377727817232358, "row_count": 1425896502927862055}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 388358695098991640, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1425896502927862055}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 126022397896972441, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1425896502927862055}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 329057683793202049, "histo_col_type": "", "name": "__auto__", "null_count": 101216036874957682, "row_count": 1425896502927862055}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 335816280670556747, "histo_col_type": "", "name": "__auto__", "null_count": 1292993153494793999, "row_count": 1425896502927862055}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1305834944702414104, "histo_col_type": "", "name": "__auto__", "null_count": 1092194759675867569, "row_count": 1425896502927862055}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1856464229347712256, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7996659797832968230}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6097905671415488869, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "ffffffff-ffff-ffff-ffff-ffffffffffff"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 508937779740171665, "row_count": 7996659797832968230}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4822063987131292847, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "1974-12-06 09:11:23.000561+00:00"}, {"distinct_range": 757625588882918500, "num_eq": 9000000000, "num_range": 3086299418054144316, "upper_bound": "1976-03-08 23:15:09.000248+00:00"}, {"distinct_range": 401060167629689300, "num_eq": 1480772205803583773, "num_range": 401060167629689274, "upper_bound": "1982-08-31 10:40:28.00022+00:00"}, {"distinct_range": 0, "num_eq": 7186153912302343590, "num_range": 700, "upper_bound": "1994-09-04 13:37:30.000585+00:00"}, {"distinct_range": 9097331847515717000, "num_eq": 3817160225986716993, "num_range": 9097331847515717103, "upper_bound": "2009-10-15 01:16:39.000671+00:00"}, {"distinct_range": 0, "num_eq": 4151912293956540793, "num_range": 0, "upper_bound": "2029-06-13 14:54:39.000732+00:00"}, {"distinct_range": 50000000000, "num_eq": 4000, "num_range": 50000000000, "upper_bound": "2030-02-23 08:38:42.000984+00:00"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 4212111283226173032, "upper_bound": "2031-11-04 01:27:01.000928+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 7996659797832968230}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3800697323138576533, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7996659797832968230}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 104779809872687227, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "-0.011735068413898653"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 7996659797832968230}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5943825906591388599, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7996659797832968230}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "inf" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2020-11-27 06:11:56.392 UTC [47] LOG:  received fast shutdown request
        postgres_1    | .2020-11-27 06:11:56.395 UTC [47] LOG:  aborting any active transactions
        postgres_1    | 2020-11-27 06:11:56.396 UTC [47] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
        postgres_1    | 2020-11-27 06:11:56.402 UTC [49] LOG:  shutting down
        postgres_1    | 2020-11-27 06:11:56.522 UTC [47] LOG:  database system is shut down
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@54cdc5fec0e7dc835af7d2fc4231b52d49a71bf8:

        postgres_1    |                 JOIN postgres.public.table2 AS tab_149995 ON
        postgres_1    |                         (tab_149994.tableoid) = (tab_149995.col2_14)
        postgres_1    |                         AND (tab_149994.tableoid) = (tab_149995.col2_10)
        postgres_1    |                         AND (tab_149994.crdb_internal_mvcc_timestamp) = (tab_149995.crdb_internal_mvcc_timestamp)
        postgres_1    |                         AND (tab_149994.crdb_internal_mvcc_timestamp) = (tab_149995.col2_1)
        postgres_1    |             WHERE
        postgres_1    |                 tab_149995.col2_7
        postgres_1    |             ORDER BY
        postgres_1    |                 tab_149995.col2_13 DESC, tab_149995.col2_8 ASC
        postgres_1    |         )
        postgres_1    |             AS tab_149996
        postgres_1    |     ORDER BY
        postgres_1    |         col_252552 NULLS FIRST,
        postgres_1    |         col_252553 NULLS FIRST,
        postgres_1    |         col_252554 NULLS FIRST,
        postgres_1    |         col_252555 NULLS FIRST,
        postgres_1    |         col_252556 NULLS FIRST,
        postgres_1    |         col_252557 NULLS FIRST,
        postgres_1    |         col_252558 NULLS FIRST,
        postgres_1    |         col_252559 NULLS FIRST,
        postgres_1    |         col_252560 NULLS FIRST
        test_1        | --- FAIL: TestCompare (760.22s)
        test_1        |     --- FAIL: TestCompare/postgres (158.18s)
        test_1        |         compare_test.go:155: compare postgres to cockroach1:
        test_1        |             unexpected diff:
        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |             -   string("J6"),
        test_1        |             +   string("J6.0"),
        test_1        |               }))
        test_1        |             cockroach1:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (SELECT ('J'::TEXT::TEXT || 6.0::FLOAT8::FLOAT8)::TEXT AS col_252561) AS tab_149997
        test_1        |             ORDER BY
        test_1        |                 col_252561 NULLS FIRST;
        test_1        |             
        test_1        |             postgres: [same as previous]
        test_1        |             
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@76935fd62c5a76f88b754cd3f9a5bfb3ccf1d8c2:

        test_1        | --- FAIL: TestCompare (607.77s)
        test_1        |     --- FAIL: TestCompare/postgres (4.54s)
        test_1        |         compare_test.go:129: CREATE TABLE table1 (col1_0 BOOL NOT NULL, col1_1 TIME NULL, col1_2 BOOL, col1_3 TIMESTAMP NOT NULL, col1_4 BYTEA NULL, col1_5 INT8 NULL, col1_6 TIMESTAMPTZ NOT NULL, col1_7 DECIMAL NULL, col1_8 VARCHAR NOT NULL, col1_9 DECIMAL, col1_10 DATE[], col1_11 TIMESTAMPTZ, col1_12 TIMESTAMPTZ, PRIMARY KEY (col1_8, col1_6, col1_3));
        test_1        |             CREATE INDEX ON table1 (col1_12, col1_1 DESC, col1_8 ASC) INCLUDE (col1_0, col1_2, col1_4, col1_5, col1_11);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_1 DESC, col1_3, col1_9 ASC, col1_7, col1_4 DESC, col1_8 ASC, col1_12 DESC, col1_6 ASC) INCLUDE (col1_5);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_9, col1_11, col1_5 DESC, col1_8 ASC, col1_0) INCLUDE (col1_1, col1_4, col1_7, col1_10, col1_12);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_0 DESC, col1_1 ASC, col1_3 DESC, col1_12, col1_8, col1_7 DESC, col1_11 ASC, col1_4 DESC, col1_5, col1_6 ASC, col1_2, col1_9 DESC);
        test_1        |             CREATE TABLE table2 (col1_8 VARCHAR NOT NULL, col1_6 TIMESTAMPTZ NOT NULL, col1_3 TIMESTAMP NOT NULL, col2_3 FLOAT8, col2_4 INT8, col2_5 TEXT, col2_6 INTERVAL, col2_7 REGPROCEDURE, col2_8 TEXT, col2_9 REGCLASS NOT NULL, col2_10 OID NOT NULL, col2_11 "char" NOT NULL, col2_12 DECIMAL, col2_13 BOX2D NULL, col2_14 INT8 NOT NULL, col2_15 TIMESTAMP NOT NULL, col2_16 REGPROCEDURE NOT NULL, col2_17 TIMESTAMPTZ, col2_18 REGCLASS NULL, col2_19 INTERVAL NULL, col2_20 TIMESTAMP NOT NULL, PRIMARY KEY (col1_8, col1_6, col1_3));
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_3 DESC, col2_12, col2_20, col2_18 ASC, col2_14 ASC, col2_9 ASC, col1_6 DESC, col2_6, col2_7 ASC, col2_8, col2_16, col2_13, col2_10 DESC, col1_3, col2_4 ASC, col1_8 DESC, col2_17 DESC, col2_15, col2_5 DESC, col2_11, col2_19);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_18);
        test_1        |             CREATE TABLE table3 (col1_8 VARCHAR NOT NULL, col1_6 TIMESTAMPTZ NOT NULL, col1_3 TIMESTAMP NOT NULL, col3_3 FLOAT8 NULL, col3_4 CHAR NOT NULL, col3_5 INT8 NOT NULL, col3_6 OID NOT NULL, col3_7 DECIMAL NULL, col3_8 OID NULL, col3_9 INT8 NOT NULL, col3_10 TIMESTAMPTZ, col3_11 REGPROCEDURE NULL, col3_12 REGTYPE NOT NULL, col3_13 BYTEA, col3_14 TEXT NULL, col3_15 BIT(6) NOT NULL, PRIMARY KEY (col1_8, col1_6, col1_3, col3_8, col3_15, col3_4, col3_6, col3_7, col3_5));
        test_1        |             CREATE INDEX ON table3 (col3_4, col3_15, col3_6, col3_12 ASC, col3_14, col3_7 ASC, col1_6 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_7 ASC, col3_11 ASC, col1_3 DESC, col3_10 ASC, col3_13 ASC, col3_4 ASC, col3_6 DESC, col3_5, col3_12 ASC, col3_15 DESC, col3_8, col3_14 ASC);
        test_1        |             CREATE INDEX ON table3 (col3_10, col3_7, col3_6 DESC, col3_15 DESC, col3_3, col3_12) INCLUDE (col3_9, col3_11);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_7 ASC, col3_9 DESC, col3_8 ASC, col3_15 DESC, col3_5 ASC, col1_3 DESC, col3_11, col1_8, col3_10 DESC, col3_13 ASC, col3_3 ASC, col3_12, col3_14 ASC, col3_6 ASC, col1_6, col3_4 DESC);
        test_1        |             CREATE INDEX ON table3 (col3_12 ASC, col3_4, col3_15 DESC, col3_11 ASC, col3_14 DESC, col3_13, col3_6 ASC, col3_3 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_8 DESC, col3_12, col3_9 DESC, col3_15 DESC, col1_6, col3_10 DESC, col3_5, col3_14, col3_6 DESC, col1_3 DESC, col3_4 DESC, col3_3, col3_7 ASC, col3_8, col3_13 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_14 DESC, col3_9 ASC, col3_3 ASC, col1_6, col3_6 DESC, col3_7 DESC, col3_15 ASC, col3_11 ASC, col1_3 DESC, col3_10, col1_8, col3_13 DESC, col3_12 ASC, col3_4 ASC, col3_8 ASC, col3_5 DESC);
        test_1        |             CREATE TABLE table4 (col1_8 VARCHAR NOT NULL, col1_6 TIMESTAMPTZ NOT NULL, col1_3 TIMESTAMP NOT NULL, col4_3 "char", col4_4 BIT(42) NULL, col4_5 "char" NOT NULL, col4_6 DECIMAL, col4_7 OID NOT NULL, col4_8 REGNAMESPACE NOT NULL, col4_9 BOX2D NULL, col4_10 BIT(4) NULL, col4_11 INET NOT NULL, col4_12 FLOAT8 NOT NULL, col4_13 REGPROC NULL, PRIMARY KEY (col1_8, col1_6, col1_3, col4_12, col4_10, col4_11, col4_3));
        test_1        |             CREATE INDEX ON table4 (col1_3, col4_10 ASC, col4_4 DESC) INCLUDE (col4_5, col4_13);
        test_1        |             CREATE INDEX ON table4 (col4_4 ASC, col4_9 DESC, col1_3 ASC) INCLUDE (col4_5, col4_6, col4_7, col4_8);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_8 ASC, col4_11, col4_9 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_11 DESC, col1_6 DESC, col4_4, col4_6 DESC, col1_3 DESC, col4_10 ASC, col4_12 ASC, col4_7, col4_5 DESC, col4_8 DESC, col4_13);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_6, col4_11, col1_3 ASC, col4_9 DESC, col4_10 ASC, col4_12 ASC, col4_3 DESC) INCLUDE (col4_5, col4_7);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_6, col4_5, col4_9 ASC, col4_4 ASC, col1_3 DESC, col4_7 ASC, col4_12, col4_10, col1_6 DESC, col4_11) INCLUDE (col4_8);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_6 DESC, col4_5 ASC, col4_7, col4_13 DESC, col4_11 DESC, col4_9 ASC, col4_12 DESC, col4_8 DESC) INCLUDE (col4_6);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_5, col4_4, col1_3 DESC, col4_9);
        test_1        |             CREATE INDEX ON table4 (col4_9 ASC, col4_7 ASC, col4_8 DESC, col4_10 DESC, col4_13 ASC, col1_8, col1_6, col1_3 DESC, col4_5, col4_12, col4_4 ASC);
        test_1        |             CREATE TABLE table5 (col5_0 INT8[], col5_1 BYTEA, col5_2 TIME NOT NULL, col5_3 INTERVAL NOT NULL, col5_4 NAME NOT NULL, col5_5 CHAR NOT NULL, col5_6 BOX2D NOT NULL, col5_7 REGPROCEDURE NULL, col5_8 INT8 NOT NULL, col5_9 DATE NOT NULL, col5_10 VARCHAR NOT NULL, col5_11 OID NULL, col5_12 REGCLASS NOT NULL, col5_13 TEXT NOT NULL, col5_14 OID NOT NULL, PRIMARY KEY (col5_4, col5_12, col5_9, col5_2, col5_5, col5_8, col5_10, col5_6, col5_3, col5_13, col5_14));
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_9 ASC, col5_10 ASC, col5_2 DESC, col5_7 ASC, col5_14 DESC, col5_6 DESC, col5_13 ASC, col5_11 ASC, col5_12 ASC, col5_5, col5_1, col5_3 DESC, col5_4 DESC);
        test_1        |             CREATE INDEX ON table5 (col5_3 DESC, col5_4 DESC, col5_5 DESC, col5_12 ASC, col5_11, col5_14 ASC, col5_1 ASC, col5_10 DESC, col5_9, col5_13 ASC);
        test_1        |             CREATE INDEX ON table5 (col5_14 ASC, col5_8 ASC, col5_9 ASC, col5_10, col5_1 ASC, col5_3 ASC, col5_5 ASC, col5_7 DESC, col5_6) INCLUDE (col5_0, col5_11);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_8 DESC, col5_9 ASC, col5_12 ASC, col5_2, col5_13, col5_4, col5_1 DESC, col5_5 ASC, col5_7 ASC, col5_10) INCLUDE (col5_11);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_6 ASC, col5_8, col5_13, col5_1 ASC, col5_11 DESC, col5_7 ASC, col5_10, col5_14, col5_3 DESC, col5_5 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_3, col5_14 DESC, col5_5, col5_12 ASC, col5_7 DESC, col5_2);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('lq', 'qpb');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('vjwbj', 'esskn', 'urws', 'arzerk', 'tk');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@22906f72e795f9f2c69828e65194f4177833ffbb:

        postgres_1    |     CREATE TYPE rand_typ_0 AS ENUM ('aqi', 'x');
        postgres_1    |     CREATE TYPE rand_typ_1 AS ENUM ('ea');
        postgres_1    |     CREATE TYPE rand_typ_2 AS ENUM ('f', 'slvzd', 'o', 'rdgu', 'bwvn', 'iro');
        postgres_1    |     CREATE TYPE rand_typ_3 AS ENUM ('blgc');
        postgres_1    |     CREATE TYPE rand_typ_4 AS ENUM ('xc', 'lnqn', 'vayctr', 'i');
        postgres_1    |     
        test_1        | --- FAIL: TestCompare (605.36s)
        test_1        |     --- FAIL: TestCompare/postgres (3.63s)
        test_1        |         compare_test.go:129: CREATE TABLE table1 (col1_0 REGPROCEDURE NOT NULL, col1_1 TIMETZ NOT NULL, col1_2 REGTYPE NOT NULL, col1_3 REGTYPE NOT NULL, col1_4 UUID, col1_5 FLOAT8, col1_6 UUID NOT NULL, col1_7 FLOAT8 NOT NULL, col1_8 REGNAMESPACE NULL, col1_9 REGNAMESPACE NOT NULL, col1_10 DECIMAL NOT NULL, col1_11 FLOAT8 NOT NULL, PRIMARY KEY (col1_7, col1_0, col1_11, col1_9));
        test_1        |             CREATE INDEX ON table1 (col1_7 DESC, col1_3 DESC, col1_8 ASC, col1_2 DESC, col1_9 ASC, col1_6, col1_10, col1_1, col1_0 DESC, col1_11 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_8 ASC);
        test_1        |             CREATE INDEX ON table1 (col1_0, col1_3 ASC, col1_8, col1_2 DESC, col1_7 DESC, col1_9, col1_4, col1_11 ASC) INCLUDE (col1_5, col1_6, col1_10);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_1, col1_3 DESC, col1_8) INCLUDE (col1_2, col1_4);
        test_1        |             CREATE INDEX ON table1 (col1_8 DESC, col1_7 DESC, col1_9 DESC, col1_11 DESC, col1_2, col1_1 DESC);
        test_1        |             CREATE INDEX ON table1 (col1_5) INCLUDE (col1_3, col1_4, col1_6, col1_8);
        test_1        |             CREATE INDEX ON table1 (col1_5, col1_6 DESC, col1_3 ASC, col1_0, col1_2 ASC, col1_10 ASC, col1_11, col1_9 DESC) INCLUDE (col1_4);
        test_1        |             CREATE INDEX ON table1 (col1_8 ASC, col1_10 ASC, col1_3 DESC, col1_1 DESC, col1_11 ASC, col1_9 ASC, col1_4 ASC);
        test_1        |             CREATE INDEX ON table1 (col1_5, col1_1 ASC, col1_10, col1_2 ASC, col1_4, col1_11, col1_7 DESC, col1_6 DESC);
        test_1        |             CREATE TABLE table2 (col1_7 FLOAT8 NOT NULL, col1_0 REGPROCEDURE NOT NULL, col1_11 FLOAT8 NOT NULL, col1_9 REGNAMESPACE NOT NULL, col2_4 TIME NOT NULL, col2_5 BYTEA NOT NULL, col2_6 BIT(26) NULL, col2_7 BIT(9), col2_8 INTERVAL NOT NULL, col2_9 TEXT NULL, col2_10 "char" NULL, col2_11 REGTYPE NOT NULL, col2_12 TEXT NOT NULL, col2_13 REGCLASS NULL, col2_14 BYTEA NULL, PRIMARY KEY (col1_7, col1_0, col1_11, col1_9, col2_4, col2_5));
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_7, col1_11 ASC) INCLUDE (col2_6, col2_9, col2_10, col2_11, col2_12, col2_13, col2_14);
        test_1        |             CREATE TABLE table3 (col3_0 TIMETZ NULL, col3_1 REGPROC NULL, col3_2 TEXT[] NULL, col3_3 TIMETZ, col3_4 TIMESTAMP NOT NULL, col3_5 BOX2D NOT NULL, col3_6 "char" NULL, col3_7 TIMESTAMPTZ, col3_8 "char" NOT NULL, col3_9 REGCLASS NOT NULL, PRIMARY KEY (col3_4));
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_4 DESC, col3_6 DESC, col3_1) INCLUDE (col3_0, col3_2, col3_3, col3_5, col3_7, col3_8);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_9, col3_4, col3_1 DESC, col3_8 DESC, col3_3 ASC, col3_7 DESC, col3_5 DESC) INCLUDE (col3_6);
        test_1        |             CREATE INDEX ON table3 (col3_0) INCLUDE (col3_2, col3_6, col3_7, col3_9);
        test_1        |             CREATE INDEX ON table3 (col3_5) INCLUDE (col3_7, col3_9);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_3 DESC) INCLUDE (col3_2, col3_6, col3_8, col3_9);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_5 ASC, col3_4 ASC, col3_3, col3_1 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_0 ASC);
        test_1        |             CREATE INDEX ON table3 (col3_8 DESC, col3_4 ASC, col3_5 DESC, col3_7 DESC, col3_0 ASC, col3_6 ASC, col3_1 DESC, col3_3, col3_9);
        test_1        |             CREATE TABLE table4 (col4_0 INET NULL, col4_1 INT8);
        test_1        |             CREATE INDEX ON table4 (col4_0 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_1 DESC, col4_0 DESC);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('aqi', 'x');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('ea');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('f', 'slvzd', 'o', 'rdgu', 'bwvn', 'iro');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('blgc');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('xc', 'lnqn', 'vayctr', 'i');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@5af065eeb4f520ee93901e75fbef5d877f06585c:

        postgres_1    | 2020-12-02 06:13:58.696 UTC [92] ERROR:  column tab_1419.crdb_internal_mvcc_timestamp does not exist at character 54
        postgres_1    | 2020-12-02 06:13:58.696 UTC [92] STATEMENT:  SELECT
        postgres_1    |         *
        postgres_1    |     FROM
        postgres_1    |         (
        postgres_1    |             SELECT
        postgres_1    |                 6::OID AS col_2462,
        postgres_1    |                 tab_1419.crdb_internal_mvcc_timestamp AS col_2463,
        postgres_1    |                 tab_1419.col2_0 AS col_2464,
        postgres_1    |                 9.0::FLOAT8 AS col_2465
        postgres_1    |             FROM
        postgres_1    |                 postgres.public.table4 AS tab_1419
        postgres_1    |             WHERE
        postgres_1    |                 true
        postgres_1    |             ORDER BY
        postgres_1    |                 tab_1419.tableoid
        postgres_1    |         )
        postgres_1    |             AS tab_1420
        postgres_1    |     ORDER BY
        postgres_1    |         col_2462 NULLS FIRST, col_2463 NULLS FIRST, col_2464 NULLS FIRST, col_2465 NULLS FIRST
        test_1        | --- FAIL: TestCompare (605.34s)
        test_1        |     --- FAIL: TestCompare/postgres (4.60s)
        test_1        |         compare_test.go:155: compare cockroach1 to postgres:
        test_1        |             unexpected diff:
        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |             -   string("2000-01-01 06:00:00A"),
        test_1        |             +   string("2000-01-01 06:00:00+00A"),
        test_1        |               }))
        test_1        |             postgres:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (SELECT ('2000-01-01 06:00:00+00:00'::TIMESTAMPTZ::TIMESTAMPTZ || 'A'::TEXT::TEXT)::TEXT AS col_2466)
        test_1        |                     AS tab_1421
        test_1        |             ORDER BY
        test_1        |                 col_2466 NULLS FIRST;
        test_1        |             
        test_1        |             cockroach1: [same as previous]
        test_1        |             
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@677f6f89f97d492f5eb443fcdb326d5695ddc5d7:

        cockroach1_1  | webui:               http://cockroach1:8080
        cockroach1_1  | sql:                 postgresql://root@cockroach1:26257?sslmode=disable
        cockroach1_1  | RPC client flags:    /cockroach/cockroach <client cmd> --host=cockroach1:26257 --insecure
        cockroach1_1  | logs:                /cockroach-data/logs
        cockroach1_1  | temp dir:            /cockroach-data/cockroach-temp273898687
        cockroach1_1  | external I/O path:   /cockroach-data/extern
        cockroach1_1  | store[0]:            path=/cockroach-data
        cockroach1_1  | storage engine:      pebble
        cockroach1_1  | status:              initialized new cluster
        cockroach1_1  | clusterID:           cff1f60e-6d90-490a-8ac1-1ec17bcee970
        cockroach1_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down....2020-12-03 06:14:43.780 UTC [48] LOG:  received fast shutdown request
        postgres_1    | 2020-12-03 06:14:43.782 UTC [48] LOG:  aborting any active transactions
        postgres_1    | 2020-12-03 06:14:43.784 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
        postgres_1    | 2020-12-03 06:14:43.790 UTC [50] LOG:  shutting down
        postgres_1    | 2020-12-03 06:14:43.919 UTC [48] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-03 06:14:43.991 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-03 06:14:43.991 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-03 06:14:43.996 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-03 06:14:44.009 UTC [85] LOG:  database system was shut down at 2020-12-03 06:14:43 UTC
        postgres_1    | 2020-12-03 06:14:44.015 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.70s)
        test_1        |     --- FAIL: TestCompare/postgres (1.81s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.3:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@aa69b42032f89d1bb777986ff7a8d4f753b71d83:

        postgres_1    | You can change this by editing pg_hba.conf or using the option -A, or
        postgres_1    | --auth-local and --auth-host, the next time you run initdb.
        postgres_1    | waiting for server to start....2020-12-04 06:15:02.620 UTC [47] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-04 06:15:02.633 UTC [48] LOG:  database system was shut down at 2020-12-04 06:15:02 UTC
        postgres_1    | 2020-12-04 06:15:02.637 UTC [47] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2020-12-04 06:15:05.489 UTC [47] LOG:  received fast shutdown request
        postgres_1    | .2020-12-04 06:15:05.490 UTC [47] LOG:  aborting any active transactions
        postgres_1    | 2020-12-04 06:15:05.493 UTC [47] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
        postgres_1    | 2020-12-04 06:15:05.500 UTC [49] LOG:  shutting down
        postgres_1    | 2020-12-04 06:15:05.610 UTC [47] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-04 06:15:05.700 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-04 06:15:05.700 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-04 06:15:05.705 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-04 06:15:05.719 UTC [84] LOG:  database system was shut down at 2020-12-04 06:15:05 UTC
        postgres_1    | 2020-12-04 06:15:05.724 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (603.10s)
        test_1        |     --- FAIL: TestCompare/postgres (1.41s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@ce3f9b29fee565a2994ca84d2ecd20db7fe59d0b:

        cockroach1_1  | webui:               http://cockroach1:8080
        cockroach1_1  | sql:                 postgresql://root@cockroach1:26257?sslmode=disable
        cockroach1_1  | RPC client flags:    /cockroach/cockroach <client cmd> --host=cockroach1:26257 --insecure
        cockroach1_1  | logs:                /cockroach-data/logs
        cockroach1_1  | temp dir:            /cockroach-data/cockroach-temp172442576
        cockroach1_1  | external I/O path:   /cockroach-data/extern
        cockroach1_1  | store[0]:            path=/cockroach-data
        cockroach1_1  | storage engine:      pebble
        cockroach1_1  | status:              initialized new cluster
        cockroach1_1  | clusterID:           e4e050d2-9c00-4ed5-bdef-f5c743921dd0
        cockroach1_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down....2020-12-05 06:13:23.224 UTC [47] LOG:  received fast shutdown request
        postgres_1    | 2020-12-05 06:13:23.226 UTC [47] LOG:  aborting any active transactions
        postgres_1    | 2020-12-05 06:13:23.227 UTC [47] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
        postgres_1    | 2020-12-05 06:13:23.234 UTC [49] LOG:  shutting down
        postgres_1    | 2020-12-05 06:13:23.357 UTC [47] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-05 06:13:23.434 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-05 06:13:23.434 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-05 06:13:23.438 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-05 06:13:23.449 UTC [84] LOG:  database system was shut down at 2020-12-05 06:13:23 UTC
        postgres_1    | 2020-12-05 06:13:23.454 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.99s)
        test_1        |     --- FAIL: TestCompare/postgres (1.80s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.3:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@1ed669de1c3b77798fade7ad9f056edc0bf27c36:

        postgres_1    | You can change this by editing pg_hba.conf or using the option -A, or
        postgres_1    | --auth-local and --auth-host, the next time you run initdb.
        postgres_1    | ok
        postgres_1    | 
        postgres_1    | Success. You can now start the database server using:
        postgres_1    | 
        postgres_1    |     pg_ctl -D /var/lib/postgresql/data -l logfile start
        postgres_1    | 
        postgres_1    | waiting for server to start....2020-12-07 06:14:25.440 UTC [47] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-07 06:14:25.453 UTC [48] LOG:  database system was shut down at 2020-12-07 06:14:25 UTC
        postgres_1    | 2020-12-07 06:14:25.458 UTC [47] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        test_1        | --- FAIL: TestCompare (1.34s)
        test_1        |     --- FAIL: TestCompare/postgres (0.84s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.3:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.50s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGNAMESPACE NOT NULL, col1_1 REGNAMESPACE NOT NULL, col1_2 FLOAT8 NOT NULL, col1_3 BIT(5) NOT NULL, col1_4 BOX2D NOT NULL, col1_5 DECIMAL NOT NULL, col1_6 FLOAT4 NOT NULL, col1_7 INTERVAL NOT NULL, col1_8 INT2 NOT NULL, col1_9 REGTYPE NOT NULL, col1_10 TIMESTAMPTZ NOT NULL, col1_11 BIT(39) NOT NULL, col1_12 TIMESTAMP NOT NULL, col1_13 INT8 NOT NULL, col1_14 REGCLASS NOT NULL, col1_15 INET NOT NULL, col1_16 BYTES NOT NULL, col1_17 UUID NOT NULL, col1_18 BOOL NOT NULL, PRIMARY KEY (col1_5 ASC, col1_18 DESC, col1_14 ASC, col1_8 DESC, col1_1, col1_16 ASC, col1_0, col1_7, col1_9 DESC, col1_13, col1_6 ASC, col1_11 DESC, col1_12 DESC, col1_10 DESC, col1_4 ASC, col1_15 DESC, col1_3 DESC, col1_2, col1_17 ASC), UNIQUE (col1_3 ASC, col1_7 ASC, col1_12 ASC, col1_9 DESC, col1_1, col1_5 DESC, col1_16 DESC, col1_2 DESC, col1_4, col1_10, col1_17 DESC, col1_14), UNIQUE (col1_17 ASC, col1_12 ASC, col1_3 ASC, col1_0 ASC, col1_4 DESC, col1_6 DESC, col1_8, col1_1 ASC, col1_11 ASC, col1_18 DESC) WHERE ((((((((table1.col1_13 <= -1) OR (table1.col1_16 > '\x00')) OR (table1.col1_6 < 1.401298464324817e-45)) OR (table1.col1_12 != '3000-01-01 00:00:00')) OR (table1.col1_10 > '3000-01-01 00:00:00+00:00')) OR (table1.col1_8 > 127)) AND table1.col1_18) OR (table1.col1_2 >= 1.7976931348623157e+308)) OR (table1.col1_5 <= NaN), UNIQUE (col1_11 DESC, col1_4, col1_1 DESC, col1_15 ASC, col1_13, col1_7 DESC, col1_17 ASC, col1_14 DESC, col1_0, col1_5, col1_9, col1_16 ASC, col1_2 ASC) WHERE ((((((((table1.col1_2 = 'NaN':::FLOAT8) AND (table1.col1_12 > '-2000-01-01 00:00:00':::TIMESTAMP)) OR (table1.col1_5 <= '-Infinity':::DECIMAL)) AND (table1.col1_8 < (-1):::INT8)) OR (NOT table1.col1_18)) OR (table1.col1_16 > e'\\xe29883':::BYTES)) AND (table1.col1_6 < '-Inf':::FLOAT8)) OR (table1.col1_10 <= '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table1.col1_13 < (-2147483648):::INT8), UNIQUE (col1_6 DESC, col1_16 ASC, col1_10, col1_9 DESC, col1_17 DESC, col1_13 DESC, col1_2 ASC, col1_15 ASC, col1_0 DESC, col1_7 DESC, col1_1, col1_3 ASC, col1_5 ASC, col1_18 DESC, col1_12, col1_14 DESC) WHERE (((((table1.col1_10 > '0001-01-01 00:00:00+00:00') OR (table1.col1_6 >= 3.4028234663852886e+38)) AND (table1.col1_2 >= -1.0)) OR (table1.col1_12 <= '-2000-01-01 00:00:00')) AND (table1.col1_8 > -1)) OR table1.col1_18, INDEX (col1_5 ASC, col1_16, col1_13 ASC, col1_18 ASC, col1_10 DESC, col1_3, col1_1, col1_6 ASC, col1_8 DESC, col1_17 ASC, col1_0, col1_4 ASC) WHERE ((((((((table1.col1_13 > 1:::INT8) OR (table1.col1_5 >= (-1.234E+401):::DECIMAL)) OR (table1.col1_16 <= e'\\x27':::BYTES)) AND (NOT table1.col1_18)) OR (table1.col1_8 != 32767:::INT8)) AND (table1.col1_6 != '+Inf':::FLOAT8)) AND (table1.col1_10 != '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table1.col1_12 = '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table1.col1_2 != '-Inf':::FLOAT8), FAMILY (col1_8, col1_17, col1_9, col1_6), FAMILY (col1_5, col1_1), FAMILY (col1_4), FAMILY (col1_11, col1_12), FAMILY (col1_13), FAMILY (col1_18, col1_7, col1_0, col1_16), FAMILY (col1_15, col1_10, col1_3, col1_2, col1_14));
        test_1        |             CREATE TABLE table2 (col2_0 FLOAT8 NOT NULL, col2_1 REGPROCEDURE NULL, col2_2 DATE, col2_3 REGNAMESPACE NULL, col2_4 BOX2D NOT NULL, col2_5 VARCHAR NULL, col2_6 INT4, col2_7 INT4, col2_8 REGCLASS NOT NULL, col2_9 INT2, col2_10 BOX2D NULL, col2_11 BOX2D NULL, col2_12 REGCLASS, col2_13 INT2 NULL, col2_14 REGPROCEDURE, col2_15 INT2, col2_16 STRING, INDEX (col2_9, col2_2 DESC, col2_8 DESC, col2_16 DESC, col2_13, col2_0 ASC, col2_4 ASC, col2_11 DESC, col2_6, col2_7 ASC, col2_1, col2_15 ASC, col2_3 DESC, col2_12, col2_14 DESC, col2_5, col2_10) WHERE table2.col2_16 > e'\U00002603', FAMILY (col2_3, col2_13), FAMILY (col2_14), FAMILY (col2_8), FAMILY (col2_11), FAMILY (col2_5), FAMILY (col2_0), FAMILY (col2_15), FAMILY (col2_1), FAMILY (col2_7, col2_12, col2_2), FAMILY (col2_10), FAMILY (col2_6, col2_9), FAMILY (col2_4), FAMILY (col2_16));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 550, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 37, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 426, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 125, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 90, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 673, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 362, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "40718a77-ce41-498c-87b3-90caf06371aa"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 537, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 452, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "-1.0633761882781982"}, {"distinct_range": 0, "num_eq": 7070295410477950058, "num_range": 1000000, "upper_bound": "-0.35531970858573914"}, {"distinct_range": 0, "num_eq": 933241670259528630, "num_range": 117882968585153253, "upper_bound": "0.6834092140197754"}, {"distinct_range": 0, "num_eq": 2275641429907948161, "num_range": 9000, "upper_bound": "1.022737741470337"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 114, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 50, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "011011001001110100001011011000011100110"}], "histo_col_type": "BIT(39)", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 513, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 452, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 237, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 283, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 133, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "00000"}, {"distinct_range": 227299661206333020, "num_eq": 8603169105451399349, "num_range": 1055290414030659304, "upper_bound": "00011"}, {"distinct_range": 232043565300534370, "num_eq": 7265132281110170234, "num_range": 504259297498446483, "upper_bound": "10011"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 562, "histo_buckets": [{"distinct_range": 0, "num_eq": 600, "num_range": 0, "upper_bound": "-Infinity"}, {"distinct_range": 759605.490078298, "num_eq": 70000000000, "num_range": 2000000, "upper_bound": "551137257851359149.4"}, {"distinct_range": 0, "num_eq": 600000, "num_range": 7206151939353439718, "upper_bound": "9.159173867188882041E+35"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 626, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1726, "histo_col_type": "", "name": "__auto__", "null_count": 2373, "row_count": 4000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1508, "histo_col_type": "", "name": "__auto__", "null_count": 832, "row_count": 4000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 497, "histo_col_type": "", "name": "__auto__", "null_count": 3473, "row_count": 4000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1655, "histo_col_type": "", "name": "__auto__", "null_count": 3768, "row_count": 4000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 126, "histo_col_type": "", "name": "__auto__", "null_count": 3902, "row_count": 4000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1884, "histo_col_type": "", "name": "__auto__", "null_count": 1044, "row_count": 4000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2176, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2013, "histo_col_type": "", "name": "__auto__", "null_count": 168, "row_count": 4000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2573, "histo_buckets": [{"distinct_range": 0, "num_eq": 4833013496368488536, "num_range": 0, "upper_bound": "-22869"}, {"distinct_range": 0, "num_eq": 6806698657198820915, "num_range": 2891051510084960248, "upper_bound": "-21710"}, {"distinct_range": 167.59746686740942, "num_eq": 50000, "num_range": 1000, "upper_bound": "-14286"}, {"distinct_range": 9000000, "num_eq": 6041995942024279264, "num_range": 9000000, "upper_bound": "-1"}, {"distinct_range": 5046770553995163000, "num_eq": 7497277914087576815, "num_range": 5046770553995162970, "upper_bound": "15932"}, {"distinct_range": 0, "num_eq": 1177347732255393013, "num_range": 5422755729144871955, "upper_bound": "21879"}, {"distinct_range": 5000000000, "num_eq": 60000000000, "num_range": 5000000000, "upper_bound": "32767"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 2156, "row_count": 4000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2410, "histo_col_type": "", "name": "__auto__", "null_count": 81, "row_count": 4000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 634, "histo_col_type": "", "name": "__auto__", "null_count": 3763, "row_count": 4000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3591, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1084, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2215, "histo_col_type": "", "name": "__auto__", "null_count": 343, "row_count": 4000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 666, "histo_col_type": "", "name": "__auto__", "null_count": 2941, "row_count": 4000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1473, "histo_col_type": "", "name": "__auto__", "null_count": 2774, "row_count": 4000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3475, "histo_col_type": "", "name": "__auto__", "null_count": 715, "row_count": 4000}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('lzytx', 'rrssjp', 'dgspgk', 'bz', 'duppvj');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('ynkobu', 'fz', 'qxasuc', 'umj');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('dkm', 'ntnj', 'hv', 'rmv');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4930346533417632538, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7208779371351735135, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 797867529326688048, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 248523844625920451, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2756936261989000684, "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8893492606020942088, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000000, "num_range": 0, "upper_bound": "-7.301312452032320856E+25"}, {"distinct_range": 242010462410386300, "num_eq": 100, "num_range": 464915720832725377, "upper_bound": "6.4759771523456687E+17"}, {"distinct_range": 755477287186628700, "num_eq": 70, "num_range": 1994178025161888239, "upper_bound": "7.084308546436682111E+19"}, {"distinct_range": 1009644.8185036313, "num_eq": 6580188778183236808, "num_range": 9000000, "upper_bound": "8.82421444875805445E+26"}, {"distinct_range": 2982246188752960000, "num_eq": 8000, "num_range": 6609538837751393883, "upper_bound": "Infinity"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8713434913543561703, "histo_buckets": [{"distinct_range": 0, "num_eq": 3987014012079856818, "num_range": 0, "upper_bound": "-0.07302670925855637"}, {"distinct_range": 200000000, "num_eq": 2297481714169194276, "num_range": 200000000, "upper_bound": "-0.05358833819627762"}, {"distinct_range": 0, "num_eq": 2510881001842864663, "num_range": 3000, "upper_bound": "0.0"}, {"distinct_range": 7000000, "num_eq": 8237198305741176445, "num_range": 7000000, "upper_bound": "0.13262300193309784"}, {"distinct_range": 0, "num_eq": 0, "num_range": 300, "upper_bound": "0.33270972967147827"}, {"distinct_range": 0, "num_eq": 4753808207750904022, "num_range": 5393244118930165477, "upper_bound": "1.4219046831130981"}, {"distinct_range": 1370351430787064300, "num_eq": 2624405866361445044, "num_range": 1469118196151029047, "upper_bound": "1.4298930168151855"}, {"distinct_range": 8000000, "num_eq": 4247977125313319008, "num_range": 8000000, "upper_bound": "+Inf"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7294897870837579521, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2400846514342408105, "histo_buckets": [{"distinct_range": 0, "num_eq": 5849196649837449686, "num_range": 0, "upper_bound": "000011001001000000110110011100100000110"}, {"distinct_range": 1491206834045356500, "num_eq": 4000000, "num_range": 4827194198323208819, "upper_bound": "000100010001101110100100000100110010100"}, {"distinct_range": 0, "num_eq": 800, "num_range": 3000000000, "upper_bound": "001101011111111111000111011000000111000"}, {"distinct_range": 8250058328353134000, "num_eq": 800, "num_range": 8250058328353133636, "upper_bound": "100110110011111001111011011111100010000"}], "histo_col_type": "BIT(39)", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1903835033638576724, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5050139770188731951, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1584760275670111779, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2488836027591111403, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4661956857878476124, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2670961024030741972, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5223927400232158390, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000, "num_range": 0, "upper_bound": "00000000-0000-0000-0000-000000000000"}, {"distinct_range": 329.1227075535551, "num_eq": 1000000000, "num_range": 500, "upper_bound": "35af3c62-6908-49da-ae2f-a21220cb9e18"}, {"distinct_range": 10770079863.98416, "num_eq": 669829772284712890, "num_range": 30000000000, "upper_bound": "5752aed1-9860-44a5-9409-3cdb78e4325d"}, {"distinct_range": 65966.19835289022, "num_eq": 6000, "num_range": 200000, "upper_bound": "bd3d4b2e-c8e0-4e4e-be2b-0892dd479c00"}, {"distinct_range": 1584861903266554600, "num_eq": 7481749533628715014, "num_range": 2453314907077534851, "upper_bound": "e82bcd0f-5ec6-41b9-b3d0-74f6cbbca7c4"}, {"distinct_range": 608229.34024546, "num_eq": 2000000000, "num_range": 4000000, "upper_bound": "e88ebc9d-32d6-4f34-a0ad-c060d4eb7c87"}, {"distinct_range": 4000000, "num_eq": 1000000000, "num_range": 4000000, "upper_bound": "f44b34d5-28e7-47bd-acf0-798794c978d6"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8194431039879503911, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3020569476432159505, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7603223765439868296, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8920373053588799025}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 142, "histo_col_type": "", "name": "__auto__", "null_count": 163, "row_count": 200}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7, "histo_col_type": "", "name": "__auto__", "null_count": 187, "row_count": 200}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 184, "histo_col_type": "", "name": "__auto__", "null_count": 31, "row_count": 200}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 104, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23, "histo_col_type": "", "name": "__auto__", "null_count": 54, "row_count": 200}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 183, "histo_col_type": "INT2", "name": "__auto__", "null_count": 141, "row_count": 200}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 193, "histo_col_type": "", "name": "__auto__", "null_count": 191, "row_count": 200}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 141, "histo_col_type": "", "name": "__auto__", "null_count": 104, "row_count": 200}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 179, "histo_col_type": "", "name": "__auto__", "null_count": 175, "row_count": 200}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 192, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11, "histo_col_type": "", "name": "__auto__", "null_count": 45, "row_count": 200}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 178, "histo_col_type": "", "name": "__auto__", "null_count": 21, "row_count": 200}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 85, "histo_col_type": "", "name": "__auto__", "null_count": 198, "row_count": 200}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 103, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 175, "row_count": 200}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 75, "histo_col_type": "", "name": "__auto__", "null_count": 11, "row_count": 200}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 75, "histo_col_type": "", "name": "__auto__", "null_count": 3, "row_count": 200}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23, "histo_buckets": [{"distinct_range": 0, "num_eq": 2123742015048237910, "num_range": 0, "upper_bound": "110000000111010010001011011001110010000"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 50000000000, "upper_bound": "110101001101010000010100011100000001000"}], "histo_col_type": "BIT(39)", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1a1c0622-5a21-4b2f-ba03-1a59ce4ac8aa"}, {"distinct_range": 0, "num_eq": 1950624964696554201, "num_range": 895271215657578089, "upper_bound": "d0ff1189-c941-4bee-8bae-9e723f784e8d"}, {"distinct_range": 1853005372357974800, "num_eq": 800000, "num_range": 1853005372357974718, "upper_bound": "ffffffff-ffff-ffff-ffff-ffffffffffff"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 40, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 36, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "00110"}, {"distinct_range": 0, "num_eq": 291469459063981725, "num_range": 2290508793656156966, "upper_bound": "01000"}, {"distinct_range": 200000, "num_eq": 700000, "num_range": 200000, "upper_bound": "10001"}, {"distinct_range": 1177635.3568751856, "num_eq": 766803585331416666, "num_range": 2000000, "upper_bound": "11100"}, {"distinct_range": 0, "num_eq": 8342498817629431958, "num_range": 60, "upper_bound": "11111"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 36, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000, "num_range": 0, "upper_bound": "-3.551574445346471128E+23"}, {"distinct_range": 8039969943256010000, "num_eq": 800000, "num_range": 8039969943256009528, "upper_bound": "-9.21222527394248348E+18"}, {"distinct_range": 4446752375555848000, "num_eq": 20000000, "num_range": 8754062216304343116, "upper_bound": "84517.86625204583327"}, {"distinct_range": 3883864239330435600, "num_eq": 900000, "num_range": 5982950007126018982, "upper_bound": "9021869.683270853452"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 90}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 69, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25, "histo_col_type": "", "name": "__auto__", "null_count": 42, "row_count": 70}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 57, "histo_col_type": "", "name": "__auto__", "null_count": 2, "row_count": 70}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31, "histo_buckets": [{"distinct_range": 0, "num_eq": 4719972871250049625, "num_range": 0, "upper_bound": "-30731"}, {"distinct_range": 3674075987399301600, "num_eq": 500000, "num_range": 5581870455046091408, "upper_bound": "-21504"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 4000, "upper_bound": "-21195"}, {"distinct_range": 0, "num_eq": 9000, "num_range": 200000000, "upper_bound": "-13140"}, {"distinct_range": 0, "num_eq": 4000000000, "num_range": 585621257755573561, "upper_bound": "8840"}, {"distinct_range": 1000000000, "num_eq": 90000000000, "num_range": 1000000000, "upper_bound": "26328"}, {"distinct_range": 356994292.74753743, "num_eq": 300000000, "num_range": 800000000, "upper_bound": "30197"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 3, "row_count": 70}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 64, "histo_col_type": "", "name": "__auto__", "null_count": 18, "row_count": 70}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 69, "histo_col_type": "", "name": "__auto__", "null_count": 24, "row_count": 70}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 59, "histo_col_type": "", "name": "__auto__", "null_count": 14, "row_count": 70}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_col_type": "", "name": "__auto__", "null_count": 63, "row_count": 70}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35, "histo_col_type": "", "name": "__auto__", "null_count": 63, "row_count": 70}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_col_type": "", "name": "__auto__", "null_count": 41, "row_count": 70}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8, "histo_col_type": "", "name": "__auto__", "null_count": 63, "row_count": 70}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 34, "histo_col_type": "", "name": "__auto__", "null_count": 44, "row_count": 70}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23, "histo_col_type": "", "name": "__auto__", "null_count": 60, "row_count": 70}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19, "histo_col_type": "", "name": "__auto__", "null_count": 41, "row_count": 70}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16, "histo_col_type": "", "name": "__auto__", "null_count": 35, "row_count": 70}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "nan" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@9b2aeea6ca553f79dd737052ac23c91763a0b713:

        test_1        |                 (
        test_1        |                     WITH
        test_1        |                         with_2317 (col_14541)
        test_1        |                             AS (
        test_1        |                                 SELECT * FROM (VALUES ('s'::TEXT)) AS tab_8918 (col_14541)
        test_1        |                                 UNION SELECT * FROM (VALUES (e'\x18'::TEXT), (NULL)) AS tab_8919 (col_14542)
        test_1        |                             ),
        test_1        |                         with_2318 (col_14543)
        test_1        |                             AS (
        test_1        |                                 SELECT
        test_1        |                                     *
        test_1        |                                 FROM
        test_1        |                                     (
        test_1        |                                         VALUES
        test_1        |                                             (e'.i\x19R1\tp\x0b'::TEXT),
        test_1        |                                             (upper('"'::TEXT::TEXT)::TEXT),
        test_1        |                                             ('W'::TEXT),
        test_1        |                                             (''::TEXT),
        test_1        |                                             ('xQ|:m'::TEXT)
        test_1        |                                     )
        test_1        |                                         AS tab_8920 (col_14543)
        test_1        |                             )
        test_1        |                     SELECT
        test_1        |                         string_agg(cte_ref_653.col_14543::TEXT, cte_ref_653.col_14543::TEXT)::TEXT AS col_14544,
        test_1        |                         string_agg(cte_ref_652.col_14543::TEXT, cte_ref_653.col_14543::TEXT) OVER (PARTITION BY cte_ref_653.col_14543 ORDER BY cte_ref_653.col_14543 RANGE UNBOUNDED PRECEDING)::TEXT
        test_1        |                             AS col_14545
        test_1        |                     FROM
        test_1        |                         with_2318 AS cte_ref_652, with_2318 AS cte_ref_653
        test_1        |                     GROUP BY
        test_1        |                         cte_ref_652.col_14543, cte_ref_653.col_14543
        test_1        |                     ORDER BY
        test_1        |                         cte_ref_653.col_14543 DESC
        test_1        |                 )
        test_1        |                     AS tab_8921
        test_1        |             ORDER BY
        test_1        |                 col_14544 NULLS FIRST, col_14545 NULLS FIRST;
        test_1        |             
        test_1        |             cockroach1: [same as previous]
        test_1        |             
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@258ef5765d0205f487b1481a9c26059db2a70362:


        postgres_1    | 
        postgres_1    | 2020-12-09 06:13:46.887 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-09 06:13:46.887 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-09 06:13:46.893 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-09 06:13:46.906 UTC [88] LOG:  database system was shut down at 2020-12-09 06:13:46 UTC
        postgres_1    | 2020-12-09 06:13:46.912 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (2.84s)
        test_1        |     --- FAIL: TestCompare/postgres (1.34s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (1.50s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 TIMESTAMPTZ NOT NULL, col1_1 REGCLASS, col1_2 TIME NOT NULL, col1_3 FLOAT4, col1_4 TIMESTAMPTZ NULL, PRIMARY KEY (col1_2 DESC), UNIQUE (col1_3, col1_1 DESC, col1_0, col1_4 ASC) WHERE (((table1.col1_4 > '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ) OR (table1.col1_3 = '+Inf':::FLOAT8)) OR (table1.col1_2 < '00:00:00':::TIME)) OR (table1.col1_0 > '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ), UNIQUE (col1_2, col1_1) STORING (col1_3, col1_4) WHERE ((table1.col1_0 <= '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ) OR (table1.col1_3 >= '+Inf':::FLOAT8)) AND (table1.col1_4 > '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ), UNIQUE (col1_4 DESC, col1_1 DESC, col1_2) WHERE (((table1.col1_0 < '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ) AND (table1.col1_2 <= '24:00:00':::TIME)) OR (table1.col1_3 != '-Inf':::FLOAT8)) OR (table1.col1_4 <= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ), INDEX (col1_2, col1_3 ASC), UNIQUE (col1_3 ASC, col1_4 ASC, col1_1 ASC, col1_0 ASC, col1_2 ASC) WHERE ((table1.col1_4 < '0001-01-01 00:00:00+00:00') OR (table1.col1_2 <= '24:00:00')) OR (table1.col1_0 >= '-4713-11-24 00:00:00+00:00'), INDEX (col1_2 DESC, col1_1 ASC, col1_4 ASC) STORING (col1_0, col1_3) WHERE (((table1.col1_0 < '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ) AND (table1.col1_4 = '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_3 > 'NaN':::FLOAT8)) AND (table1.col1_2 = '24:00:00':::TIME), INDEX (col1_4) STORING (col1_1, col1_3), UNIQUE (col1_0, col1_3 ASC) STORING (col1_4), FAMILY (col1_3), FAMILY (col1_2, col1_1, col1_0), FAMILY (col1_4));
        test_1        |             CREATE TABLE table2 (col1_2 TIME NOT NULL, col2_1 DATE, col2_2 UUID NOT NULL, col2_3 UUID NULL, col2_4 DATE, col2_5 TIME NOT NULL, col2_6 REGPROC, col2_7 TIME, col2_8 FLOAT8 NOT NULL, col2_9 INT8 NULL, col2_10 NAME NOT NULL, col2_11 INT2, col2_12 TIMESTAMP NULL, col2_13 CHAR NULL, col2_14 VARCHAR NULL, PRIMARY KEY (col1_2 DESC, col2_14 DESC, col2_4 DESC, col2_12 DESC, col2_5 ASC, col2_1 DESC, col2_8 DESC, col2_11 DESC, col2_10 DESC), UNIQUE (col1_2 DESC, col2_10 DESC, col2_7 ASC, col2_6 DESC, col2_2 DESC, col2_12 DESC, col2_5 ASC, col2_11, col2_14 ASC) STORING (col2_3, col2_13), UNIQUE (col2_7 ASC, col2_12 DESC, col2_10, col2_4 DESC, col2_13, col2_8 DESC, col2_1 DESC, col2_11, col2_2 DESC, col2_6 ASC, col1_2 ASC) STORING (col2_3, col2_9), UNIQUE (col2_3 ASC, col2_7, col2_5, col1_2 ASC) STORING (col2_9), UNIQUE (col2_9) STORING (col2_2, col2_6, col2_7), UNIQUE (col1_2) WHERE ((((table2.col2_9 < -32768) OR (table2.col2_12 >= '0001-01-01 00:00:00')) OR (table2.col2_5 < '24:00:00')) AND (table2.col2_8 > 0.0)) OR (table2.col2_1 <= 'infinity'), FAMILY (col2_12, col2_3), FAMILY (col1_2, col2_9), FAMILY (col2_2), FAMILY (col2_5), FAMILY (col2_7), FAMILY (col2_11), FAMILY (col2_8, col2_6, col2_10, col2_13), FAMILY (col2_1), FAMILY (col2_14), FAMILY (col2_4)) INTERLEAVE IN PARENT table1 (col1_2);
        test_1        |             CREATE TABLE table3 (col1_2 TIME NOT NULL, col3_1 TIMESTAMPTZ NOT NULL, col3_2 INT4 NULL, col3_3 CHAR, col3_4 FLOAT4 NOT NULL, col3_5 REGPROCEDURE NULL, col3_6 STRING NULL, col3_7 INET NOT NULL, col3_8 BIT(17), col3_9 TIME, col3_10 REGPROCEDURE, col3_11 INT2 NOT NULL, col3_12 "char" NULL, col3_13 FLOAT8 NULL, col3_14 DATE NULL, col3_15 VARCHAR, PRIMARY KEY (col1_2 DESC), UNIQUE (col3_4 DESC, col3_6 DESC, col3_8, col3_1 ASC, col3_11 DESC, col3_7 ASC, col3_10 ASC, col1_2 DESC, col3_14 DESC) WHERE (((((((((((table3.col3_13 = 1.0:::FLOAT8) AND (table3.col3_6 <= '"':::STRING)) OR (table3.col3_2 <= 2147483647:::INT8)) OR (table3.col1_2 = '24:00:00':::TIME)) AND (table3.col3_3 != '':::STRING)) AND (table3.col3_14 > '5874897-12-31':::DATE)) OR (table3.col3_1 <= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) AND (table3.col3_11 <= (-1):::INT8)) OR (table3.col3_9 > '24:00:00':::TIME)) OR (table3.col3_15 > e'\x00':::STRING)) AND (table3.col3_12 >= e'\x00':::STRING)) AND (table3.col3_4 > 1.0:::FLOAT8), INDEX (col3_2 DESC, col3_8 ASC, col3_12 DESC, col3_10 ASC, col3_7 ASC, col3_11 DESC, col3_13, col3_15, col3_3 DESC) STORING (col3_5, col3_14) WHERE ((table3.col3_3 = e'\'':::STRING) OR (table3.col3_4 < 0.0:::FLOAT8)) OR (table3.col3_6 = '':::STRING), INDEX (col3_5, col3_4, col1_2 ASC, col3_14 DESC, col3_12, col3_2, col3_6, col3_13, col3_9 DESC, col3_15, col3_7) STORING (col3_11), UNIQUE (col3_11 ASC, col3_13 ASC, col3_14 DESC, col3_2 DESC, col1_2 DESC, col3_5, col3_9, col3_4, col3_6 ASC, col3_1 DESC, col3_3, col3_8) WHERE (((table3.col3_15 <= '':::STRING) OR (table3.col3_2 < (-1):::INT8)) OR (table3.col3_6 > 'X':::STRING)) AND (table3.col3_4 <= 1.401298464324817e-45:::FLOAT8), INDEX (col3_10 ASC, col1_2 DESC, col3_14, col3_13 DESC, col3_5 DESC, col3_6, col3_4 DESC, col3_11 ASC) STORING (col3_1, col3_2, col3_7, col3_12), UNIQUE (col3_5 ASC, col3_14 ASC, col3_7 DESC, col3_12, col3_10 DESC, col3_6, col3_15 ASC, col3_13 DESC, col3_3 DESC, col3_4 ASC, col1_2) STORING (col3_1, col3_9), INDEX (col3_10 DESC, col3_15 ASC, col3_5 ASC, col3_1 ASC, col3_13 DESC, col3_3 ASC, col3_6 ASC, col3_4 DESC, col3_12 ASC) STORING (col3_2, col3_7, col3_8, col3_14), UNIQUE (col3_13 DESC, col3_4, col3_5 DESC, col3_8, col3_14 ASC, col3_11 ASC, col3_1 DESC, col3_2, col3_12) STORING (col3_6, col3_9, col3_15) WHERE (((((((((((table3.col3_15 < e'\x00') OR (table3.col3_3 > '"')) OR (table3.col3_14 != '1970-01-01')) AND (table3.col3_6 > '')) AND (table3.col3_12 >= '"')) AND (table3.col3_1 <= '3000-01-01 00:00:00+00:00')) AND (table3.col3_2 <= 1)) AND (table3.col3_13 = NaN)) OR (table3.col3_9 != '24:00:00')) OR (table3.col3_11 = 1)) AND (table3.col3_4 != 0.0)) AND (table3.col1_2 < '24:00:00'), UNIQUE (col3_1) WHERE ((table3.col3_4 < NaN) AND (table3.col3_2 = 0)) AND (table3.col3_14 = '1970-01-01'), UNIQUE (col3_4, col3_5), FAMILY (col3_6), FAMILY (col3_4, col3_11, col3_1), FAMILY (col3_15), FAMILY (col1_2), FAMILY (col3_3), FAMILY (col3_2), FAMILY (col3_7, col3_13), FAMILY (col3_12, col3_9), FAMILY (col3_10), FAMILY (col3_14), FAMILY (col3_8), FAMILY (col3_5)) INTERLEAVE IN PARENT table1 (col1_2);
        test_1        |             CREATE TABLE table4 (col4_0 INT2 NOT NULL, col4_1 BOOL NOT NULL, col4_2 BOOL NOT NULL, col4_3 UUID NOT NULL, col4_4 DATE NOT NULL, col4_5 BIT(34), col4_6 CHAR NOT NULL, col4_7 FLOAT4 NOT NULL, col4_8 "char" NOT NULL, col4_9 STRING NOT NULL, col4_10 BOX2D NULL, col4_11 STRING NOT NULL, col4_12 BIT(27) NOT NULL, col4_13 INET NULL, col4_14 FLOAT8 NOT NULL, col4_15 REGNAMESPACE NOT NULL, PRIMARY KEY (col4_0 DESC, col4_3, col4_7 ASC, col4_15, col4_12, col4_11 DESC, col4_9 DESC, col4_6 DESC, col4_2 ASC, col4_8, col4_1 ASC, col4_4 DESC, col4_14 DESC), UNIQUE (col4_11 ASC, col4_6 ASC, col4_15, col4_4 DESC, col4_0, col4_1 ASC, col4_5, col4_8 DESC, col4_10 ASC, col4_14 DESC, col4_9 DESC, col4_7 ASC, col4_3 DESC, col4_12, col4_13 DESC, col4_2) WHERE ((((table4.col4_9 <= '"':::STRING) AND (table4.col4_8 != '"':::STRING)) AND (table4.col4_0 = 0:::INT8)) OR (table4.col4_7 >= 0.0:::FLOAT8)) AND (table4.col4_4 <= '-infinity':::DATE), UNIQUE (col4_13 ASC, col4_2 DESC, col4_4 ASC, col4_8, col4_0 ASC, col4_11 DESC, col4_6 ASC) STORING (col4_5) WHERE (((((((((table4.col4_0 >= 1:::INT8) AND (table4.col4_11 >= 'X':::STRING)) AND (table4.col4_6 != '"':::STRING)) AND (NOT table4.col4_1)) AND (table4.col4_8 >= '"':::STRING)) AND (table4.col4_7 <= 0.0:::FLOAT8)) OR (NOT table4.col4_2)) AND (table4.col4_14 < 5e-324:::FLOAT8)) AND (table4.col4_9 > '':::STRING)) OR (table4.col4_4 >= '5874897-12-31':::DATE), UNIQUE (col4_1 ASC, col4_8 ASC) STORING (col4_5, col4_10, col4_13), INDEX (col4_0 DESC, col4_5, col4_3 ASC, col4_1 DESC, col4_11 DESC, col4_6 ASC, col4_12 ASC) STORING (col4_10, col4_13) WHERE (((((((((table4.col4_14 != 5e-324:::FLOAT8) OR (NOT table4.col4_2)) OR (table4.col4_8 <= '"':::STRING)) OR (NOT table4.col4_1)) OR (table4.col4_7 < 0.0:::FLOAT8)) OR (table4.col4_4 = '5874897-12-31':::DATE)) AND (table4.col4_11 = e'\'':::STRING)) OR (table4.col4_0 != 0:::INT8)) OR (table4.col4_9 = e'\'':::STRING)) AND (table4.col4_6 > e'\'':::STRING), UNIQUE (col4_12 DESC, col4_8 ASC, col4_15, col4_13 ASC, col4_4 DESC, col4_10, col4_5, col4_3 DESC, col4_11 ASC, col4_6 ASC, col4_14 ASC), UNIQUE (col4_13, col4_9 DESC, col4_12 ASC, col4_6 ASC, col4_14 DESC, col4_5, col4_2 DESC, col4_11 DESC, col4_10, col4_1 DESC, col4_4, col4_0 DESC, col4_7 ASC, col4_8 DESC), UNIQUE (col4_5 ASC, col4_3, col4_11 DESC, col4_8, col4_14, col4_12 ASC, col4_0 DESC, col4_6, col4_13 DESC, col4_4) STORING (col4_10) WHERE ((((((table4.col4_9 < e'\U00002603':::STRING) OR table4.col4_2) OR (table4.col4_8 = '':::STRING)) AND (table4.col4_7 != '+Inf':::FLOAT8)) AND (table4.col4_14 = 'NaN':::FLOAT8)) AND (table4.col4_4 >= '4714-11-24 BC':::DATE)) OR table4.col4_1, FAMILY (col4_14, col4_11, col4_4), FAMILY (col4_0), FAMILY (col4_10), FAMILY (col4_1), FAMILY (col4_9, col4_8), FAMILY (col4_5), FAMILY (col4_12, col4_13), FAMILY (col4_6), FAMILY (col4_15, col4_7, col4_2), FAMILY (col4_3));
        test_1        |             CREATE TABLE table5 (col1_2 TIME NOT NULL, col2_14 VARCHAR NULL, col2_4 DATE, col2_12 TIMESTAMP NULL, col2_5 TIME NOT NULL, col2_1 DATE, col2_8 FLOAT8 NOT NULL, col2_11 INT2, col2_10 NAME NOT NULL, col5_9 REGTYPE NOT NULL, col5_10 INT4 NULL, PRIMARY KEY (col1_2 DESC, col2_14 DESC, col2_4 DESC, col2_12 DESC, col2_5 ASC, col2_1 DESC, col2_8 DESC, col2_11 DESC, col2_10 DESC, col5_10 DESC), UNIQUE (col2_14 ASC, col5_10 DESC) WHERE table5.col2_8 > 3.4028234663852886e+38:::FLOAT8, INDEX (col2_10 DESC, col2_12 DESC, col5_9 ASC, col2_4 ASC, col2_8, col1_2 ASC, col2_11 ASC, col5_10 ASC, col2_5 ASC, col2_1 DESC, col2_14) WHERE ((((table5.col2_12 >= '0001-01-01 00:00:00') AND (table5.col2_5 != '24:00:00')) OR (table5.col2_1 > '4714-11-24 BC')) AND (table5.col2_4 > '-infinity')) AND (table5.col2_10 = ''), INDEX (col2_11, col2_4, col5_10 DESC, col2_10) STORING (col5_9) WHERE ((table5.col2_5 <= '00:00:00':::TIME) OR (table5.col2_4 = '4714-11-24 BC':::DATE)) AND (table5.col2_11 < 32767:::INT8), FAMILY (col2_10, col2_5, col2_11, col2_4, col5_10), FAMILY (col2_12, col2_14), FAMILY (col2_1), FAMILY (col1_2, col2_8, col5_9)) INTERLEAVE IN PARENT table2 (col1_2, col2_14, col2_4, col2_12, col2_5, col2_1, col2_8, col2_11, col2_10);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4846670353860857953, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00+00:00"}, {"distinct_range": 0, "num_eq": 500, "num_range": 9000000000, "upper_bound": "1974-11-11 15:57:45.000432+00:00"}, {"distinct_range": 0, "num_eq": 5827841046700764406, "num_range": 700000000, "upper_bound": "1980-10-17 09:04:29.000726+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 5866021801982246326}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2486747811543351642, "histo_col_type": "", "name": "__auto__", "null_count": 2552258107397426144, "row_count": 5866021801982246326}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4489229598627880654, "histo_buckets": [{"distinct_range": 0, "num_eq": 4929906398611415438, "num_range": 0, "upper_bound": "07:44:12.242513"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 5866021801982246326}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3140094383591085403, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "-1.0797587633132935"}, {"distinct_range": 114110356671983280, "num_eq": 4000000000, "num_range": 125806075477142251, "upper_bound": "0.2179243415594101"}, {"distinct_range": 2112536341470458600, "num_eq": 9000000, "num_range": 2333900033619348472, "upper_bound": "0.38012993335723877"}, {"distinct_range": 4856211559062267000, "num_eq": 70000000, "num_range": 4856211559062266930, "upper_bound": "0.4559743106365204"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 50000000, "upper_bound": "1.084549069404602"}, {"distinct_range": 667181710566137100, "num_eq": 5596584262105144331, "num_range": 1598158882549599026, "upper_bound": "1.2585570812225342"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 164625947300635420, "row_count": 5866021801982246326}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1742882992267851214, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00+00:00"}, {"distinct_range": 6441419470301082000, "num_eq": 7000000, "num_range": 6441419470301081669, "upper_bound": "1992-10-01 11:25:44.000882+00:00"}, {"distinct_range": 70, "num_eq": 5000000000, "num_range": 70, "upper_bound": "1997-01-16 02:40:11.000687+00:00"}, {"distinct_range": 0, "num_eq": 0, "num_range": 90000000, "upper_bound": "2005-06-05 08:28:46.000426+00:00"}, {"distinct_range": 496.94602118516775, "num_eq": 800000000, "num_range": 500, "upper_bound": "2007-03-06 20:45:08.000336+00:00"}, {"distinct_range": 600000, "num_eq": 7641171669216872711, "num_range": 600000, "upper_bound": "2014-02-24 13:52:40.000933+00:00"}, {"distinct_range": 0, "num_eq": 1739884572152992110, "num_range": 2291310359949848870, "upper_bound": "2028-11-08 19:34:02.000349+00:00"}, {"distinct_range": 748044791067183000, "num_eq": 6849995884921923698, "num_range": 1144183595269543233, "upper_bound": "2028-12-02 04:33:38.000048+00:00"}, {"distinct_range": 0, "num_eq": 4937890304887898374, "num_range": 6532592080838176052, "upper_bound": "2033-05-12 05:43:44.0006+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 4175712840683896174, "row_count": 5866021801982246326}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 634820, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 703722, "histo_col_type": "", "name": "__auto__", "null_count": 170673, "row_count": 800000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 173419, "histo_col_type": "", "name": "__auto__", "null_count": 161643, "row_count": 800000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 278009, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 757858, "histo_col_type": "", "name": "__auto__", "null_count": 125887, "row_count": 800000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 580454, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "04:00:03.707824"}, {"distinct_range": 7394673528853967000, "num_eq": 800000000, "num_range": 7394673528853966615, "upper_bound": "08:22:48.057122"}, {"distinct_range": 0, "num_eq": 4967043275336616446, "num_range": 6000, "upper_bound": "11:05:35.992087"}, {"distinct_range": 0, "num_eq": 50, "num_range": 6467693351881545117, "upper_bound": "17:04:30.013671"}, {"distinct_range": 40000000, "num_eq": 7529231967944306387, "num_range": 40000000, "upper_bound": "18:05:05.537009"}, {"distinct_range": 0, "num_eq": 30, "num_range": 7708124406041054621, "upper_bound": "18:12:44.549444"}, {"distinct_range": 8821707343065020000, "num_eq": 90, "num_range": 8821707343065020726, "upper_bound": "21:06:00.436654"}, {"distinct_range": 4000, "num_eq": 700000, "num_range": 4000, "upper_bound": "22:46:53.080118"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26146, "histo_col_type": "", "name": "__auto__", "null_count": 413618, "row_count": 800000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 764581, "histo_buckets": [{"distinct_range": 0, "num_eq": 1047636220094561159, "num_range": 0, "upper_bound": "01:28:00.539337"}, {"distinct_range": 49420458.340552814, "num_eq": 5983345470077424268, "num_range": 80000000, "upper_bound": "03:29:00.009438"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 700000000, "upper_bound": "03:31:04.540324"}, {"distinct_range": 2285.9684733193794, "num_eq": 10000, "num_range": 3000, "upper_bound": "09:13:39.637127"}, {"distinct_range": 4656614654111539000, "num_eq": 100000000000, "num_range": 6904482665335812171, "upper_bound": "12:14:23.270638"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 900, "upper_bound": "14:56:48.391736"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 251166, "row_count": 800000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 366162, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 533994, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 111352, "histo_col_type": "", "name": "__auto__", "null_count": 727151, "row_count": 800000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 591367, "histo_col_type": "", "name": "__auto__", "null_count": 47840, "row_count": 800000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 301106, "histo_col_type": "", "name": "__auto__", "null_count": 57929, "row_count": 800000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18494, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "2f861701-2a00-4b82-bc13-8867d8168394"}, {"distinct_range": 4000000000, "num_eq": 283331112208904359, "num_range": 4000000000, "upper_bound": "5054b6a6-a2aa-40a9-9801-64a77ba3afc6"}, {"distinct_range": 0, "num_eq": 9000000, "num_range": 7219544367644696309, "upper_bound": "7e8d9105-4709-4829-9ebd-d0685faaa0d0"}, {"distinct_range": 20000000000, "num_eq": 1000000, "num_range": 20000000000, "upper_bound": "cf4b5840-99b1-4c3e-981e-10488e068b0c"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 80000000, "upper_bound": "e9af2f67-6135-4abc-9afe-8c96540bf01c"}, {"distinct_range": 50000000, "num_eq": 8467336469007358992, "num_range": 50000000, "upper_bound": "ec32af3b-5c4b-4e3c-8ee1-73df2f45e9ae"}, {"distinct_range": 100, "num_eq": 0, "num_range": 100, "upper_bound": "ef2cf9d0-6fe9-4fe9-88be-cd5c0f5ad017"}, {"distinct_range": 5285341232191742000, "num_eq": 30, "num_range": 5285341232191741750, "upper_bound": "f38f590b-3998-4d3a-a964-5a3b563b17e2"}, {"distinct_range": 0, "num_eq": 20, "num_range": 5817221768743704477, "upper_bound": "ffffffff-ffff-ffff-ffff-ffffffffffff"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 229525, "row_count": 800000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 454150, "histo_col_type": "", "name": "__auto__", "null_count": 133761, "row_count": 800000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8816, "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 70000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 49064, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18712, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-1245448783"}, {"distinct_range": 452.798697235877, "num_eq": 300000, "num_range": 1000, "upper_bound": "-883922699"}, {"distinct_range": 616904693399191000, "num_eq": 300, "num_range": 2518341323754280432, "upper_bound": "-810162591"}, {"distinct_range": 1923097003460467200, "num_eq": 2581810261086540980, "num_range": 5062549426864006113, "upper_bound": "-658134732"}, {"distinct_range": 4220036001053473300, "num_eq": 0, "num_range": 4220036001053473452, "upper_bound": "854061721"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 461187315091984512, "upper_bound": "1822619552"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 52162, "row_count": 70000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15271, "histo_col_type": "", "name": "__auto__", "null_count": 50478, "row_count": 70000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 63692, "histo_col_type": "", "name": "__auto__", "null_count": 41351, "row_count": 70000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 60359, "histo_buckets": [{"distinct_range": 0, "num_eq": 6411396728916985059, "num_range": 0, "upper_bound": "-0.9567985534667969"}, {"distinct_range": 2770.51454817674, "num_eq": 100000, "num_range": 10000, "upper_bound": "-0.6092013120651245"}, {"distinct_range": 0, "num_eq": 5364586096058250363, "num_range": 1000000, "upper_bound": "1.7878080606460571"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 70000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 63182, "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 10927, "row_count": 70000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41705, "histo_col_type": "", "name": "__auto__", "null_count": 52318, "row_count": 70000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41589, "histo_col_type": "", "name": "__auto__", "null_count": 40727, "row_count": 70000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3278, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 48131, "histo_buckets": [{"distinct_range": 0, "num_eq": 4137081452246199997, "num_range": 0, "upper_bound": "-28111"}, {"distinct_range": 3436780205913382000, "num_eq": 3950948142077467905, "num_range": 5927289057515743169, "upper_bound": "-26409"}, {"distinct_range": 9000, "num_eq": 300000, "num_range": 9000, "upper_bound": "-14385"}, {"distinct_range": 2028748428669990700, "num_eq": 10000000000, "num_range": 2028748428669990649, "upper_bound": "-10038"}, {"distinct_range": 0, "num_eq": 3000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 100000000, "num_eq": 900, "num_range": 100000000, "upper_bound": "8900"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 40000, "upper_bound": "19426"}, {"distinct_range": 2415.1807723894462, "num_eq": 6534153586136699273, "num_range": 10000, "upper_bound": "25594"}, {"distinct_range": 0, "num_eq": 3751589636783216049, "num_range": 3850561631919739153, "upper_bound": "29634"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 70000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12680, "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 36771, "row_count": 70000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 28378, "histo_col_type": "", "name": "__auto__", "null_count": 27806, "row_count": 70000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13680, "histo_buckets": [{"distinct_range": 0, "num_eq": 3084741332251044790, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 561630591757083400, "num_eq": 9172700535704011756, "num_range": 8004545430349537767, "upper_bound": "90260765"}, {"distinct_range": 608374437656484400, "num_eq": 300000, "num_range": 608374437656484370, "upper_bound": "666257111"}, {"distinct_range": 3000000000, "num_eq": 1007088462462539887, "num_range": 3000000000, "upper_bound": "909725148"}, {"distinct_range": 0, "num_eq": 700, "num_range": 5555045757066264355, "upper_bound": "2104771127"}, {"distinct_range": 6000000, "num_eq": 4576176790963696487, "num_range": 6000000, "upper_bound": "2180417183"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 13141, "row_count": 70000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56300, "histo_col_type": "", "name": "__auto__", "null_count": 26941, "row_count": 70000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16971, "histo_col_type": "", "name": "__auto__", "null_count": 9757, "row_count": 70000}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 257137, "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1287492, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16207, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1127419, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1166585, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "180.253.153.27/3"}, {"distinct_range": 30000000000, "num_eq": 20, "num_range": 30000000000, "upper_bound": "213.55.61.18/3"}, {"distinct_range": 1963484833735380500, "num_eq": 5447742913454459682, "num_range": 1963484833735380416, "upper_bound": "1.55.71.132/12"}, {"distinct_range": 0, "num_eq": 9204087415992354994, "num_range": 5522230541762105152, "upper_bound": "214.80.230.222/24"}, {"distinct_range": 2000, "num_eq": 193021141762305126, "num_range": 2000, "upper_bound": "22.90.114.14/29"}, {"distinct_range": 80000000, "num_eq": 3000000, "num_range": 80000000, "upper_bound": "42e0:46cc:3d93:bc29:e0f7:259a:fbcf:ee9b/80"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 272895, "row_count": 2000000}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1419620, "histo_buckets": [{"distinct_range": 0, "num_eq": 9205291978412992440, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 0, "num_eq": 7175033712083398627, "num_range": 40000000, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 565947, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1359086, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 777170, "histo_col_type": "", "name": "__auto__", "null_count": 1901976, "row_count": 2000000}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1585027, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000, "num_range": 0, "upper_bound": "000000000000000000000000000"}, {"distinct_range": 4156697158647147500, "num_eq": 4400117201248654896, "num_range": 8972313650207810717, "upper_bound": "000111110100101110101100100"}, {"distinct_range": 5509877351643054000, "num_eq": 2000, "num_range": 5509877351643054488, "upper_bound": "001111010101001011011101001"}, {"distinct_range": 7000000000, "num_eq": 5298344172730485076, "num_range": 7000000000, "upper_bound": "101000010010110011011010001"}, {"distinct_range": 30000, "num_eq": 1000000, "num_range": 30000, "upper_bound": "110100111011111110101010101"}], "histo_col_type": "BIT(27)", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 858276, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1706771, "histo_col_type": "BIT(34)", "name": "__auto__", "null_count": 1247609, "row_count": 2000000}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1149457, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 400123, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1882886, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 9000, "num_range": 10000, "upper_bound": "(}\\u001bu\\u0007?\\u0001\\u0003"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 7939350003661749662, "upper_bound": "X"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 542430, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}]':::JSONB;
        test_1        |             ALTER TABLE table5 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 55049920352, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "01:17:49.840633"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 2000000000, "upper_bound": "05:26:23.452129"}, {"distinct_range": 0, "num_eq": 4044210073194850264, "num_range": 90000000000, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 90000000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27820073661, "histo_col_type": "", "name": "__auto__", "null_count": 57651689284, "row_count": 90000000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9406923776, "histo_buckets": [{"distinct_range": 0, "num_eq": 8888126506052622899, "num_range": 0, "upper_bound": "-32304"}, {"distinct_range": 20000, "num_eq": 700000000, "num_range": 20000, "upper_bound": "-31905"}, {"distinct_range": 880.2653111432552, "num_eq": 10000000000, "num_range": 8000, "upper_bound": "-29723"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 10000000, "upper_bound": "-1"}, {"distinct_range": 1000, "num_eq": 5069314899715799251, "num_range": 1000, "upper_bound": "1"}, {"distinct_range": 700000, "num_eq": 10000000000, "num_range": 700000, "upper_bound": "16305"}, {"distinct_range": 123229206185656720, "num_eq": 5767696100562292384, "num_range": 7170477611472837300, "upper_bound": "26853"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 25006761123, "row_count": 90000000000}, {"columns": ["col5_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15240215027, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000000000}, {"columns": ["col5_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18058325193, "histo_col_type": "", "name": "__auto__", "null_count": 5625446478, "row_count": 90000000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35452979605, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 22991232542, "row_count": 90000000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 88946708257, "histo_col_type": "", "name": "__auto__", "null_count": 17169169075, "row_count": 90000000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11169447881, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 88938119059, "histo_col_type": "", "name": "__auto__", "null_count": 7109884148, "row_count": 90000000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5045127347, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1202111597, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 6107241816484013357, "upper_bound": "\\u000bO\\u0016hu\\\\;"}, {"distinct_range": 6729461138769905000, "num_eq": 5353833663363602738, "num_range": 6729461138769904387, "upper_bound": ".#"}, {"distinct_range": 43493115802.543785, "num_eq": 8332905879080286360, "num_range": 60000000000, "upper_bound": "NG\\u001d\\nGi1g"}, {"distinct_range": 300000, "num_eq": 5052345324623140309, "num_range": 300000, "upper_bound": "v"}, {"distinct_range": 80000, "num_eq": 500, "num_range": 80000, "upper_bound": "~/\\u0002IpH"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 90000000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_11) REFERENCES table2 (col2_9) ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_2) REFERENCES table2 (col1_2);
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_0) REFERENCES table3 (col3_1) ON DELETE RESTRICT ON UPDATE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('erhyw', 'w', 'jmze');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 129017874452159150, "histo_buckets": [{"distinct_range": 0, "num_eq": 4195875004166604600, "num_range": 0, "upper_bound": "1974-04-17 18:13:23.000161+00:00"}, {"distinct_range": 20000000000, "num_eq": 7360312413149887559, "num_range": 20000000000, "upper_bound": "1976-06-28 17:33:18.000563+00:00"}, {"distinct_range": 2155670145664191500, "num_eq": 4060513804587758809, "num_range": 5716331800605213941, "upper_bound": "1981-02-10 01:09:26.000022+00:00"}, {"distinct_range": 0, "num_eq": 50, "num_range": 700000, "upper_bound": "2013-01-14 15:37:43.000386+00:00"}, {"distinct_range": 0, "num_eq": 6000000, "num_range": 2916215618535808513, "upper_bound": "2028-02-22 11:54:29.000214+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 85626137613124441, "row_count": 218534130614147977}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 190624739468490380, "histo_buckets": [{"distinct_range": 0, "num_eq": 878197904522181090, "num_range": 0, "upper_bound": "1983-09-24 09:08:22.000962+00:00"}, {"distinct_range": 5613496208.038565, "num_eq": 300, "num_range": 6000000000, "upper_bound": "2000-02-12 23:09:05.0009+00:00"}, {"distinct_range": 2078064431868723000, "num_eq": 4000000, "num_range": 2078064431868722859, "upper_bound": "2010-05-06 12:27:38.000458+00:00"}, {"distinct_range": 1043.3713698342383, "num_eq": 8609708296083786882, "num_range": 2000, "upper_bound": "2011-07-12 21:14:35.000064+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 218534130614147977}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 180174404084233987, "histo_col_type": "", "name": "__auto__", "null_count": 138452635354474576, "row_count": 218534130614147977}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 194184848989573365, "histo_buckets": [{"distinct_range": 0, "num_eq": 8274320454295232827, "num_range": 0, "upper_bound": "12:08:39.900372"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 218534130614147977}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10995320355704010, "histo_buckets": [{"distinct_range": 0, "num_eq": 20, "num_range": 0, "upper_bound": "-2.7516517639160156"}, {"distinct_range": 7103936429715027000, "num_eq": 3626377068722954570, "num_range": 7103936429715026596, "upper_bound": "-1.9647129774093628"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 6000000, "upper_bound": "-1.3399288654327393"}, {"distinct_range": 4138221032323849700, "num_eq": 1000, "num_range": 4138221032323849711, "upper_bound": "-0.7831025719642639"}, {"distinct_range": 0, "num_eq": 40, "num_range": 8641835475688815875, "upper_bound": "-0.14899791777133942"}, {"distinct_range": 0, "num_eq": 2243156331760962663, "num_range": 8019776903093722014, "upper_bound": "0.0721757784485817"}, {"distinct_range": 0, "num_eq": 8362342517312690960, "num_range": 6773755288480967148, "upper_bound": "1.0101137161254883"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 141272320288250200, "row_count": 218534130614147977}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7796047062239991333, "histo_col_type": "", "name": "__auto__", "null_count": 279909610593354976, "row_count": 8085280832740461711}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1024539594473430686, "histo_buckets": [{"distinct_range": 0, "num_eq": 6672254827564624681, "num_range": 0, "upper_bound": "0e0310ec-9cc7-42d0-8443-8e203701adf0"}, {"distinct_range": 80000000, "num_eq": 1000000000, "num_range": 80000000, "upper_bound": "4889a30d-0f9c-4a23-bc2e-2251b5e6df3b"}, {"distinct_range": 80000, "num_eq": 70000000, "num_range": 80000, "upper_bound": "6e561080-7c08-4c7a-992f-4382fd16cf65"}, {"distinct_range": 16.83353628670128, "num_eq": 5165419676059501145, "num_range": 40, "upper_bound": "74fe6642-8823-4c47-ab34-877eab98e5e4"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 8024710028829469888, "upper_bound": "7bbdc776-e61e-4a70-b540-64bf49f03149"}, {"distinct_range": 0, "num_eq": 6133302491646713367, "num_range": 0, "upper_bound": "ad5a5685-923d-4350-86c7-ea262ed8248c"}, {"distinct_range": 227136270.38441187, "num_eq": 100000000000, "num_range": 300000000, "upper_bound": "d7bb3acf-e4c6-4380-a456-d5bfd6a5e8a9"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 400, "upper_bound": "f37b6c94-768e-45f9-9738-d39b884f4f9a"}, {"distinct_range": 444058420542734460, "num_eq": 20, "num_range": 553453662561726930, "upper_bound": "ffffffff-ffff-ffff-ffff-ffffffffffff"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 4275932187220757062, "row_count": 8085280832740461711}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6287214142138472710, "histo_col_type": "", "name": "__auto__", "null_count": 1010011920939823192, "row_count": 8085280832740461711}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2317730063778215848, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "02:48:36.560619"}, {"distinct_range": 100, "num_eq": 1000000, "num_range": 100, "upper_bound": "05:25:54.051878"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 1319036944677322051, "upper_bound": "07:22:49.651355"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "12:15:37.253787"}, {"distinct_range": 1165463582061380000, "num_eq": 2409534059234358743, "num_range": 1295824339179708070, "upper_bound": "12:41:52.921273"}, {"distinct_range": 700, "num_eq": 3241152307489400868, "num_range": 700, "upper_bound": "17:54:08.067226"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 7161787003329267793, "upper_bound": "18:50:04.014958"}, {"distinct_range": 0, "num_eq": 5287920030673929852, "num_range": 200, "upper_bound": "21:11:51.098171"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 7097602869577804895, "row_count": 8085280832740461711}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3772702703300020768, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8085280832740461711}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1139044344655721678, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8085280832740461711}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2926965541681608421, "histo_col_type": "", "name": "__auto__", "null_count": 6856476180293057643, "row_count": 8085280832740461711}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1373234306611229619, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8085280832740461711}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3384735130900406707, "histo_col_type": "INT8", "name": "__auto__", "null_count": 567105893584243935, "row_count": 8085280832740461711}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5820589467873887158, "histo_col_type": "", "name": "__auto__", "null_count": 5510231370291190335, "row_count": 8085280832740461711}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1104044605072020661, "histo_buckets": [{"distinct_range": 0, "num_eq": 2101485344731375064, "num_range": 0, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 8085280832740461711}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1587049163642926673, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8085280832740461711}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7704553931977382856, "histo_col_type": "", "name": "__auto__", "null_count": 4437834571003472231, "row_count": 8085280832740461711}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5614378034651509103, "histo_col_type": "", "name": "__auto__", "null_count": 7724588390665379000, "row_count": 8085280832740461711}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6343981046379737003, "histo_col_type": "", "name": "__auto__", "null_count": 116750979012924594, "row_count": 8085280832740461711}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6811117, "histo_col_type": "", "name": "__auto__", "null_count": 6974658, "row_count": 10000000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7694680, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "-10982"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 6654620339174384611, "upper_bound": "1189"}, {"distinct_range": 0, "num_eq": 2945525134888112408, "num_range": 70, "upper_bound": "17826"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1144282, "histo_col_type": "", "name": "__auto__", "null_count": 7947550, "row_count": 10000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6526984, "histo_col_type": "", "name": "__auto__", "null_count": 4040760, "row_count": 10000000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9333100, "histo_col_type": "", "name": "__auto__", "null_count": 6934520, "row_count": 10000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7997256, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000, "num_range": 0, "upper_bound": "00:00:00"}, {"distinct_range": 296585251548979460, "num_eq": 0, "num_range": 296585251548979479, "upper_bound": "02:33:08.166196"}, {"distinct_range": 0, "num_eq": 8869052938962667261, "num_range": 0, "upper_bound": "04:50:07.94252"}, {"distinct_range": 2062121150120384000, "num_eq": 50000000000, "num_range": 3228871078089708485, "upper_bound": "06:56:36.045973"}, {"distinct_range": 0, "num_eq": 4393554090345918025, "num_range": 0, "upper_bound": "12:32:59.718335"}, {"distinct_range": 0, "num_eq": 900, "num_range": 5000, "upper_bound": "13:17:50.450337"}, {"distinct_range": 0, "num_eq": 3420382200907784402, "num_range": 40000000000, "upper_bound": "14:00:22.805949"}, {"distinct_range": 7340397422809292000, "num_eq": 4359669082239385496, "num_range": 7340397422809291567, "upper_bound": "16:24:44.865123"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2342862, "histo_col_type": "", "name": "__auto__", "null_count": 4170235, "row_count": 10000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5961973, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000, "num_range": 0, "upper_bound": "-1.0046364068984985"}, {"distinct_range": 400, "num_eq": 10000, "num_range": 400, "upper_bound": "-0.6442777514457703"}, {"distinct_range": 4423539919468773400, "num_eq": 7000000, "num_range": 7156610061850636636, "upper_bound": "-0.1681525558233261"}, {"distinct_range": 30, "num_eq": 6697749272188878349, "num_range": 30, "upper_bound": "-0.10320442914962769"}, {"distinct_range": 400, "num_eq": 6452537397562995667, "num_range": 400, "upper_bound": "0.0"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 6290632751445662679, "upper_bound": "0.46677926182746887"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9992458, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2681217, "histo_buckets": [{"distinct_range": 0, "num_eq": 10, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 506990.8562942566, "num_eq": 1538791338283235799, "num_range": 700000, "upper_bound": "1971023313"}, {"distinct_range": 1241535438019121400, "num_eq": 2824285769137627949, "num_range": 8216093479899150998, "upper_bound": "2659028489"}, {"distinct_range": 3631467183.072005, "num_eq": 3059714287771608717, "num_range": 40000000000, "upper_bound": "2938725680"}, {"distinct_range": 0, "num_eq": 0, "num_range": 8907281049003040604, "upper_bound": "3264872368"}, {"distinct_range": 2277029374695776500, "num_eq": 9000000000, "num_range": 2381363074877489647, "upper_bound": "4012135693"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 8042408, "row_count": 10000000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20758, "histo_col_type": "INT4", "name": "__auto__", "null_count": 970500, "row_count": 10000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2772214, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "1050264157"}, {"distinct_range": 0, "num_eq": 3720953701523184306, "num_range": 10000000, "upper_bound": "2167000572"}, {"distinct_range": 0, "num_eq": 3059596145758257730, "num_range": 0, "upper_bound": "2414483222"}, {"distinct_range": 0, "num_eq": 200, "num_range": 30000000000, "upper_bound": "2919008595"}, {"distinct_range": 0, "num_eq": 7468719734084787046, "num_range": 30000, "upper_bound": "3232408484"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 10000000, "upper_bound": "3952609777"}, {"distinct_range": 543.9410541680032, "num_eq": 800, "num_range": 800, "upper_bound": "4236401643"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 5516514, "row_count": 10000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2967033, "histo_col_type": "", "name": "__auto__", "null_count": 3682479, "row_count": 10000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4057649, "histo_buckets": [{"distinct_range": 0, "num_eq": 1486683267722404148, "num_range": 0, "upper_bound": "1980-11-17 06:05:54.000869+00:00"}, {"distinct_range": 20952905748046090, "num_eq": 6730192290783842278, "num_range": 55815227711438419, "upper_bound": "1983-06-21 19:33:17.000998+00:00"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 6694115564825911318, "upper_bound": "1988-06-06 08:34:46.000026+00:00"}, {"distinct_range": 196728.32444383483, "num_eq": 7043925568234768786, "num_range": 400000, "upper_bound": "2009-08-11 21:50:51.000331+00:00"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 5326573707066318201, "upper_bound": "2011-05-19 11:30:13.000222+00:00"}, {"distinct_range": 46071882651188056, "num_eq": 5687751306812703300, "num_range": 5278644905706803696, "upper_bound": "2025-09-11 19:14:23.000427+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3387104, "histo_buckets": [{"distinct_range": 0, "num_eq": 316619039846745942, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 7806390253698415000, "num_eq": 5733779287373944635, "num_range": 8145111692484607437, "upper_bound": "-1.1862609322392714"}, {"distinct_range": 1984484432263309300, "num_eq": 3501849902957966511, "num_range": 2775209879419956665, "upper_bound": "-0.9854380501059765"}, {"distinct_range": 66218.1731338895, "num_eq": 934194201259109683, "num_range": 400000, "upper_bound": "-0.9759078545571565"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 20000, "upper_bound": "0.22546475350955628"}, {"distinct_range": 3000, "num_eq": 7569178477072641242, "num_range": 3000, "upper_bound": "0.29736168351786196"}, {"distinct_range": 1670326.6838743559, "num_eq": 2000000, "num_range": 8000000, "upper_bound": "1.0"}, {"distinct_range": 2951873620138953700, "num_eq": 6796099116889710660, "num_range": 4495421257014999470, "upper_bound": "1.2227423223511549"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 7653835, "row_count": 10000000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4247452, "histo_col_type": "", "name": "__auto__", "null_count": 2428255, "row_count": 10000000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3762972354046909766, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000000, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 26943.07234307297, "num_eq": 2000, "num_range": 30000, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1392334789576824020, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1120387964224354206, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1221028595678977837, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5524741789185292484, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000, "num_range": 0, "upper_bound": "22.52.78.135/0"}, {"distinct_range": 600000000, "num_eq": 395822988790541401, "num_range": 600000000, "upper_bound": "223.254.178.102/11"}, {"distinct_range": 0, "num_eq": 1560746015845101858, "num_range": 600000, "upper_bound": "160.53.156.211/14"}, {"distinct_range": 131810777709454380, "num_eq": 300000, "num_range": 448221105792236707, "upper_bound": "39.215.32.47/16"}, {"distinct_range": 7980784520798885000, "num_eq": 600000000, "num_range": 7980784520798884359, "upper_bound": "147.168.189.172/21"}, {"distinct_range": 0, "num_eq": 100, "num_range": 8216004710420656644, "upper_bound": "3252:252d:d77b:271d:67c8:8ee1:bf9b:5ec3/14"}, {"distinct_range": 533691102.95063233, "num_eq": 5789348914352624387, "num_range": 800000000, "upper_bound": "98ef:2a68:efdc:5f9a:dbfa:7f3b:7e23:7549/121"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 4131230139674747605, "row_count": 6409993052140120120}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2206440298202930018, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5692763503809738177, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "0001010001000101000001100010011001"}, {"distinct_range": 0, "num_eq": 6172250915367711614, "num_range": 5147856114356333109, "upper_bound": "0110100110010111000011110110000010"}, {"distinct_range": 46.250505896957634, "num_eq": 30000, "num_range": 100, "upper_bound": "1000101001111011010011010001011100"}, {"distinct_range": 0, "num_eq": 3995989715379567990, "num_range": 944459466075631977, "upper_bound": "1001111011000111000000001001101100"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 6241008869290183553, "upper_bound": "1010111100111011111111000000011111"}, {"distinct_range": 10000000, "num_eq": 70, "num_range": 10000000, "upper_bound": "1111000110110000101000100111111000"}], "histo_col_type": "BIT(34)", "name": "__auto__", "null_count": 4686241501443381877, "row_count": 6409993052140120120}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5676368147308726268, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "000000000000000000000000000"}, {"distinct_range": 5716328653080846000, "num_eq": 7157405566334927035, "num_range": 5716328653080846356, "upper_bound": "001000101101011111101011101"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 100, "upper_bound": "010100010000000010001001100"}, {"distinct_range": 7127209739021981000, "num_eq": 3393041246690970083, "num_range": 7127209739021980350, "upper_bound": "011111111111111111111111111"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 10000000, "upper_bound": "100111110010100110011011001"}], "histo_col_type": "BIT(27)", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2325170561003600883, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4872192570319717206, "histo_col_type": "", "name": "__auto__", "null_count": 4431758557001249614, "row_count": 6409993052140120120}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 847071413962727708, "histo_buckets": [{"distinct_range": 0, "num_eq": 5468452856865582958, "num_range": 0, "upper_bound": "(t6ai|Mj"}, {"distinct_range": 0, "num_eq": 3483338236800419715, "num_range": 4406169708324014692, "upper_bound": ",R.[ "}, {"distinct_range": 0, "num_eq": 487113959889911154, "num_range": 8952177815269430824, "upper_bound": "Pv"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5695906086785315117, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "-26772"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 0, "upper_bound": "-23762"}, {"distinct_range": 0, "num_eq": 4706580636549360377, "num_range": 8000, "upper_bound": "-14856"}, {"distinct_range": 0, "num_eq": 7062106029001026749, "num_range": 0, "upper_bound": "5902"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5265715788398416363, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3707389947298159675, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6141781835921401583, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2699469491890641232, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6409993052140120120}]';
        test_1        |             ALTER TABLE table5 INJECT STATISTICS e'[{"columns": ["col5_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2610266047030463975, "histo_col_type": "", "name": "__auto__", "null_count": 1284970062380947147, "row_count": 5131891129973892064}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 514651421384812054, "histo_col_type": "", "name": "__auto__", "null_count": 1580982451196938109, "row_count": 5131891129973892064}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 606793632799541802, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5131891129973892064}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 167889369389788199, "histo_col_type": "INT2", "name": "__auto__", "null_count": 3946
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@c41a2ed503cd31d95bc3ee4365663811772c8bd3:


        test_1        |             CREATE TABLE table4 (col3_13 REGTYPE NOT NULL, col4_1 INT8 NULL, col4_2 BYTEA, col4_3 VARCHAR NOT NULL, col4_4 BOOL, col4_5 REGPROC NULL, col4_6 BIT(23) NULL, col4_7 TIMESTAMP NOT NULL, col4_8 REGTYPE, col4_9 BYTEA NOT NULL, col4_10 REGTYPE NOT NULL, col4_11 VARCHAR NOT NULL, col4_12 CHAR, col4_13 CHAR NULL, col4_14 BIT(49) NULL, col4_15 INT8 NOT NULL, col4_16 BIT(19), col4_17 TIMESTAMP, PRIMARY KEY (col3_13, col4_5, col4_7, col4_14, col4_11, col4_15, col4_17, col4_3, col4_13, col4_10, col4_4, col4_8, col4_16, col4_1, col4_9));
        test_1        |             CREATE INDEX ON table4 (col4_12 DESC, col4_6 ASC, col4_17, col4_5 DESC, col4_11, col4_7 DESC, col4_8 DESC, col4_4 ASC, col4_13 DESC, col4_15, col4_10, col4_16, col4_3 ASC, col4_2 ASC, col3_13 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_14, col4_15, col4_2) INCLUDE (col4_6, col4_12);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_14 DESC, col4_6 DESC, col4_7, col3_13 DESC) INCLUDE (col4_12);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_10 ASC, col4_3 DESC, col4_6, col3_13 ASC, col4_4 ASC, col4_16 ASC, col4_12 DESC, col4_7, col4_2, col4_11 DESC, col4_17, col4_5, col4_9, col4_15, col4_14 ASC, col4_1 ASC, col4_8);
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_9, col1_7) REFERENCES table2 (col2_6, col2_4);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('rocnf', 'eq', 'iea', 'oq', 'tqv', 'kfucx');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('t', 'pdpgp', 'kbpv', 'rtsf', 'qmj');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('yh', 'jh', 'o', 'jier', 'xs');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('yua');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('frbtk', 'nu', 'sinn');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (1.46s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGTYPE NOT NULL, col1_1 TIMETZ NULL, col1_2 TIMETZ NOT NULL, col1_3 DATE NULL, col1_4 "char", col1_5 REGPROC, col1_6 FLOAT4 NOT NULL, col1_7 STRING NULL, col1_8 TIMETZ NULL, col1_9 OID NOT NULL, col1_10 INTERVAL, col1_11 INT4[], col1_12 STRING NOT NULL, col1_13 CHAR NOT NULL, col1_14 BOOL, PRIMARY KEY (col1_0 DESC, col1_13, col1_9), UNIQUE (col1_12 ASC) STORING (col1_2, col1_3, col1_4, col1_5, col1_6, col1_7, col1_10, col1_11) WHERE (((((table1.col1_8 > '24:00:00-15:59:00') OR (table1.col1_4 > e'\U00002603')) AND (table1.col1_2 > '00:00:00+15:59:00')) AND (table1.col1_13 != '"')) OR (table1.col1_7 > '')) OR (table1.col1_3 != '1970-01-01'), FAMILY (col1_5, col1_13), FAMILY (col1_6, col1_3, col1_8, col1_12), FAMILY (col1_4, col1_11, col1_14), FAMILY (col1_2, col1_7), FAMILY (col1_9), FAMILY (col1_0, col1_1), FAMILY (col1_10));
        test_1        |             CREATE TABLE table2 (col1_0 REGTYPE NOT NULL, col1_13 CHAR NOT NULL, col1_9 OID NOT NULL, col2_3 INET, col2_4 CHAR NOT NULL, col2_5 REGPROCEDURE NOT NULL, col2_6 NAME NULL, col2_7 UUID NULL, col2_8 BOX2D NULL, col2_9 OID NOT NULL, col2_10 INET NULL, col2_11 OID NOT NULL, col2_12 INET, col2_13 INET, col2_14 TIME, col2_15 STRING NOT NULL, col2_16 INET, col2_17 INTERVAL NOT NULL, PRIMARY KEY (col1_0 DESC, col1_13, col1_9, col2_10, col2_6), UNIQUE (col2_9, col2_3, col2_11, col2_12, col1_13 DESC, col1_9 DESC, col2_8 DESC, col2_16 ASC, col2_13 DESC, col2_17, col1_0) STORING (col2_4, col2_5, col2_7, col2_14, col2_15) WHERE ((((table2.col1_13 > e'\U00002603':::STRING) AND (table2.col2_6 <= '"':::STRING)) AND (table2.col2_4 != e'\'':::STRING)) AND (table2.col2_15 >= 'X':::STRING)) OR (table2.col2_14 <= '24:00:00':::TIME), INDEX (col2_16 DESC, col2_10, col2_8 ASC, col2_5, col2_3) STORING (col2_4, col2_7, col2_9, col2_11, col2_12, col2_13, col2_17) WHERE (((table2.col2_15 <= e'\'':::STRING) OR (table2.col2_14 < '00:00:00':::TIME)) OR (table2.col1_13 != '':::STRING)) OR (table2.col2_6 < 'X':::STRING), INDEX (col2_5 ASC, col1_13 DESC, col2_6 ASC, col2_10 DESC, col2_13 DESC, col2_4, col2_7 DESC, col2_9 DESC, col2_12) STORING (col2_16, col2_17), FAMILY (col1_9, col2_16, col2_4, col2_3, col1_13, col2_14, col2_8), FAMILY (col2_6, col2_10, col2_15), FAMILY (col2_5), FAMILY (col1_0), FAMILY (col2_12, col2_9), FAMILY (col2_7, col2_11), FAMILY (col2_13, col2_17)) INTERLEAVE IN PARENT table1 (col1_0, col1_13, col1_9);
        test_1        |             CREATE TABLE table3 (col1_0 REGTYPE NOT NULL, col1_13 CHAR NOT NULL, col1_9 OID NOT NULL, col2_10 INET NULL, col2_6 NAME NULL, col3_5 CHAR, col3_6 INT8 NULL, col3_7 INT8 NULL, col3_8 FLOAT4 NULL, col3_9 CHAR NULL, col3_10 INT4 NULL, col3_11 INET NOT NULL, col3_12 INT4 NULL, col3_13 UUID NOT NULL, col3_14 FLOAT8 NULL, col3_15 REGCLASS, col3_16 TIME, col3_17 OID NOT NULL, col3_18 INT4, PRIMARY KEY (col1_0 DESC, col1_13, col1_9, col2_10, col2_6, col3_16 ASC), UNIQUE (col1_0 DESC, col3_16 DESC) STORING (col3_5, col3_7, col3_8, col3_9, col3_10, col3_11, col3_13, col3_14, col3_17, col3_18), INDEX (col3_17 DESC, col2_6) STORING (col3_6, col3_8, col3_9, col3_11, col3_14, col3_15, col3_18), FAMILY (col3_10, col2_6), FAMILY (col3_18), FAMILY (col3_17, col3_15, col3_16, col3_5, col3_8, col1_0), FAMILY (col1_9), FAMILY (col3_12), FAMILY (col3_7, col1_13), FAMILY (col3_11), FAMILY (col2_10), FAMILY (col3_13, col3_9), FAMILY (col3_14), FAMILY (col3_6), UNIQUE (col3_13) WHERE (((((table3.col1_13 != '') OR (table3.col3_10 >= 1)) AND (table3.col3_5 <= e'\U00002603')) OR (table3.col3_16 >= '24:00:00')) AND (table3.col3_9 <= '')) AND (table3.col2_6 <= e'\U00002603')) INTERLEAVE IN PARENT table2 (col1_0, col1_13, col1_9, col2_10, col2_6);
        test_1        |             CREATE TABLE table4 (col4_0 NAME NOT NULL, col4_1 UUID NULL, col4_2 INTERVAL NOT NULL, col4_3 BYTES NOT NULL, col4_4 STRING, col4_5 DECIMAL NULL, col4_6 BIT(48) NULL, col4_7 INTERVAL, col4_8 TIMETZ NOT NULL, col4_9 INT8 NOT NULL, col4_10 REGPROCEDURE NOT NULL, col4_11 REGPROCEDURE, col4_12 REGPROC, col4_13 FLOAT4 NULL, col4_14 NAME NOT NULL, col4_15 "char" NOT NULL, col4_16 VARCHAR NOT NULL, col4_17 INT4 NULL, PRIMARY KEY (col4_9 ASC, col4_15 ASC, col4_0 ASC, col4_8 ASC, col4_16 ASC, col4_3 ASC), UNIQUE (col4_13 DESC) WHERE ((((((((table4.col4_13 <= 3.4028234663852886e+38) OR (table4.col4_0 <= '')) OR (table4.col4_3 <= '\x')) OR (table4.col4_9 <= 32767)) OR (table4.col4_16 < e'\x00')) AND (table4.col4_5 <= -1)) AND (table4.col4_14 <= e'\'')) AND (table4.col4_17 != 32767)) OR (table4.col4_8 = '00:00:00+15:59:00'), UNIQUE (col4_15, col4_14, col4_12 DESC, col4_1 ASC, col4_4 ASC, col4_13 ASC) STORING (col4_2, col4_6, col4_7, col4_10) WHERE ((((((((((table4.col4_15 >= '"':::STRING) AND (table4.col4_16 <= '"':::STRING)) OR (table4.col4_8 != '00:00:00+15:59:00':::TIMETZ)) OR (table4.col4_17 < 2147483647:::INT8)) OR (table4.col4_13 = 1.401298464324817e-45:::FLOAT8)) AND (table4.col4_3 != e'\\x22':::BYTES)) OR (table4.col4_9 = 0:::INT8)) OR (table4.col4_5 = 1:::DECIMAL)) OR (table4.col4_14 > 'X':::STRING)) OR (table4.col4_4 >= e'\'':::STRING)) OR (table4.col4_0 != e'\'':::STRING), INDEX (col4_2 DESC, col4_0 DESC) STORING (col4_1, col4_4, col4_5, col4_7, col4_14, col4_17) WHERE (((((table4.col4_15 > '"') AND (table4.col4_3 != '\xff')) AND (table4.col4_17 = -2147483648)) OR (table4.col4_5 >= 1)) OR (table4.col4_14 <= e'\x00')) OR (table4.col4_13 >= 0.0), INDEX (col4_3 ASC, col4_9, col4_7 DESC, col4_2 ASC) STORING (col4_4, col4_6, col4_11, col4_12) WHERE ((((((table4.col4_13 > '+Inf':::FLOAT8) AND (table4.col4_4 != '"':::STRING)) AND (table4.col4_9 != (-1):::INT8)) AND (table4.col4_15 != '':::STRING)) AND (table4.col4_3 >= e'\\xff':::BYTES)) OR (table4.col4_5 != (-1.234E+401):::DECIMAL)) OR (table4.col4_16 < 'X':::STRING), FAMILY (col4_11, col4_4, col4_6, col4_12, col4_17), FAMILY (col4_10, col4_7), FAMILY (col4_3), FAMILY (col4_5), FAMILY (col4_8), FAMILY (col4_9), FAMILY (col4_14, col4_0), FAMILY (col4_15), FAMILY (col4_1, col4_13, col4_16), FAMILY (col4_2));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 193586, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 102102, "histo_col_type": "", "name": "__auto__", "null_count": 518376, "row_count": 800000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24194, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 157017, "histo_col_type": "", "name": "__auto__", "null_count": 45213, "row_count": 800000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 654153, "histo_col_type": "", "name": "__auto__", "null_count": 591270, "row_count": 800000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 701368, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 602571, "histo_col_type": "", "name": "__auto__", "null_count": 792469, "row_count": 800000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 127553, "histo_col_type": "", "name": "__auto__", "null_count": 256066, "row_count": 800000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 562219, "histo_buckets": [{"distinct_range": 0, "num_eq": 3508845474140787431, "num_range": 0, "upper_bound": "148585424"}, {"distinct_range": 0, "num_eq": 7875483296763114941, "num_range": 3475089803942820871, "upper_bound": "2602022314"}, {"distinct_range": 800, "num_eq": 60000000, "num_range": 800, "upper_bound": "3485983942"}, {"distinct_range": 0, "num_eq": 600, "num_range": 2770047965265172178, "upper_bound": "3486232296"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 601075, "histo_col_type": "", "name": "__auto__", "null_count": 754999, "row_count": 800000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 458324, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 535584, "histo_col_type": "", "name": "__auto__", "null_count": 234288, "row_count": 800000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 448740, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 8435457553184442332, "num_range": 500000, "upper_bound": "\\u0015dIq"}, {"distinct_range": 0, "num_eq": 100, "num_range": 6197695544208984969, "upper_bound": "+0~g.j"}, {"distinct_range": 6.51152654056078, "num_eq": 60, "num_range": 50, "upper_bound": "n_2+3\\u0005a"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 215898, "histo_col_type": "", "name": "__auto__", "null_count": 735833, "row_count": 800000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 288561, "histo_col_type": "", "name": "__auto__", "null_count": 783040, "row_count": 800000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 353086244, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 644214747, "histo_col_type": "", "name": "__auto__", "null_count": 257551993, "row_count": 700000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 85476693, "histo_col_type": "", "name": "__auto__", "null_count": 358953297, "row_count": 700000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 514481416, "histo_col_type": "", "name": "__auto__", "null_count": 390315347, "row_count": 700000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 245621691, "histo_col_type": "", "name": "__auto__", "null_count": 410734439, "row_count": 700000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 377885868, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41194451, "histo_col_type": "", "name": "__auto__", "null_count": 579588179, "row_count": 700000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 47938377, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 387832800, "histo_col_type": "", "name": "__auto__", "null_count": 485522111, "row_count": 700000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 117758016, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 238711318, "histo_col_type": "", "name": "__auto__", "null_count": 60162711, "row_count": 700000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 101181288, "histo_buckets": [{"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 132408837116064720, "num_eq": 800, "num_range": 132408837116064717, "upper_bound": "99823457"}, {"distinct_range": 0, "num_eq": 7016006127055756750, "num_range": 9000, "upper_bound": "392400687"}, {"distinct_range": 41.60210843255375, "num_eq": 900, "num_range": 100, "upper_bound": "1182548107"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 1849472667462184694, "upper_bound": "2530739103"}, {"distinct_range": 9.811231605167121, "num_eq": 1000000000, "num_range": 30, "upper_bound": "3066493796"}, {"distinct_range": 4815900964987001000, "num_eq": 1000000000, "num_range": 5956288549032938982, "upper_bound": "3643036670"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 492785554, "histo_col_type": "", "name": "__auto__", "null_count": 256680274, "row_count": 700000000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 422804620, "histo_col_type": "INET", "name": "__auto__", "null_count": 427023360, "row_count": 700000000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 349733587, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 446293908, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 3427514.4362611864, "num_eq": 1773679110562791573, "num_range": 5000000, "upper_bound": "252540503"}, {"distinct_range": 0, "num_eq": 8504870573122211394, "num_range": 0, "upper_bound": "1368560372"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 0, "upper_bound": "1880709338"}, {"distinct_range": 6471497982200170000, "num_eq": 3823077116838154663, "num_range": 6471497982200170030, "upper_bound": "2520632750"}, {"distinct_range": 0, "num_eq": 585513334114932805, "num_range": 8188636128456576497, "upper_bound": "3590495284"}, {"distinct_range": 35.84464591517695, "num_eq": 7420220051123120573, "num_range": 60, "upper_bound": "4270277012"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 497234070, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 296210506, "histo_buckets": [{"distinct_range": 0, "num_eq": 500000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 5864713083564979000, "num_eq": 500000, "num_range": 5864713083564979062, "upper_bound": "974629202"}, {"distinct_range": 1000000000, "num_eq": 10000, "num_range": 1000000000, "upper_bound": "2782661181"}, {"distinct_range": 0, "num_eq": 1285346412875333975, "num_range": 5643119810643413766, "upper_bound": "2984775620"}, {"distinct_range": 80000, "num_eq": 4988387132798207680, "num_range": 80000, "upper_bound": "3196616372"}, {"distinct_range": 0, "num_eq": 70, "num_range": 80000000000, "upper_bound": "3833933243"}, {"distinct_range": 100000, "num_eq": 8000, "num_range": 100000, "upper_bound": "4142449567"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 700000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 121, "histo_col_type": "", "name": "__auto__", "null_count": 98, "row_count": 300}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 230, "histo_col_type": "", "name": "__auto__", "null_count": 70, "row_count": 300}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 179, "histo_col_type": "", "name": "__auto__", "null_count": 250, "row_count": 300}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 58, "histo_col_type": "", "name": "__auto__", "null_count": 249, "row_count": 300}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 81, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 292, "histo_col_type": "", "name": "__auto__", "null_count": 162, "row_count": 300}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 103, "histo_col_type": "", "name": "__auto__", "null_count": 44, "row_count": 300}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 296, "histo_col_type": "", "name": "__auto__", "null_count": 191, "row_count": 300}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 194, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 61, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 188, "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 204, "histo_buckets": [{"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "1534309030"}, {"distinct_range": 15613825086.67105, "num_eq": 500000, "num_range": 20000000000, "upper_bound": "2417018763"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 3164807564076545824, "upper_bound": "2428650108"}, {"distinct_range": 76.29128521563098, "num_eq": 7166410955990895401, "num_range": 80, "upper_bound": "3950112122"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 153, "histo_col_type": "", "name": "__auto__", "null_count": 49, "row_count": 300}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 60, "histo_col_type": "", "name": "__auto__", "null_count": 105, "row_count": 300}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 61, "histo_col_type": "", "name": "__auto__", "null_count": 38, "row_count": 300}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22, "histo_col_type": "", "name": "__auto__", "null_count": 297, "row_count": 300}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32, "histo_col_type": "", "name": "__auto__", "null_count": 153, "row_count": 300}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 184, "histo_col_type": "", "name": "__auto__", "null_count": 127, "row_count": 300}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 99, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3864163524705336993, "histo_col_type": "", "name": "__auto__", "null_count": 3136520796414920112, "row_count": 5199628374650278054}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2969030442774947328, "histo_col_type": "", "name": "__auto__", "null_count": 1657242573655363835, "row_count": 5199628374650278054}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4241137187567252501, "histo_col_type": "", "name": "__auto__", "null_count": 676950451438912783, "row_count": 5199628374650278054}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4996183654745827699, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3211186445365494234, "histo_col_type": "", "name": "__auto__", "null_count": 3807462346066770386, "row_count": 5199628374650278054}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 694545060638955532, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4699556738755759395, "histo_col_type": "", "name": "__auto__", "null_count": 2079746103110025132, "row_count": 5199628374650278054}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 661474274246233664, "histo_col_type": "", "name": "__auto__", "null_count": 2853278094128972003, "row_count": 5199628374650278054}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4080624256564803878, "histo_buckets": [{"distinct_range": 0, "num_eq": 6864326871233640742, "num_range": 0, "upper_bound": "\\u0000"}, {"distinct_range": 6000000000, "num_eq": 8000000000, "num_range": 6000000000, "upper_bound": "\\r"}, {"distinct_range": 7000, "num_eq": 9000, "num_range": 7000, "upper_bound": "$"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 6987455288463724967, "upper_bound": ")"}, {"distinct_range": 8380504854299974000, "num_eq": 90000, "num_range": 9043430211428650364, "upper_bound": ","}, {"distinct_range": 10, "num_eq": 2769466880209328946, "num_range": 10, "upper_bound": "@"}, {"distinct_range": 2695383251723764000, "num_eq": 2972130180554443630, "num_range": 6503224168699593537, "upper_bound": "G"}, {"distinct_range": 0, "num_eq": 800, "num_range": 1008734831943060154, "upper_bound": "H"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3243778990592860980, "histo_buckets": [{"distinct_range": 0, "num_eq": 3340357142947607728, "num_range": 0, "upper_bound": "-0.996345043182373"}, {"distinct_range": 0, "num_eq": 318269413938382587, "num_range": 400, "upper_bound": "0.22846195101737976"}, {"distinct_range": 7510381195608619000, "num_eq": 4329379104429284712, "num_range": 7510381195608618932, "upper_bound": "1.5561668872833252"}, {"distinct_range": 0, "num_eq": 40000000, "num_range": 0, "upper_bound": "1.909018635749817"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 3321167507102283624, "row_count": 5199628374650278054}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2858653224794659774, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2926292250638897296, "histo_col_type": "", "name": "__auto__", "null_count": 1126148562158090317, "row_count": 5199628374650278054}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3743378145890368588, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000, "num_range": 0, "upper_bound": "-21 years -3 mons -606 days -19:33:39.703507"}, {"distinct_range": 400, "num_eq": 80, "num_range": 400, "upper_bound": "32 years 820 days 08:07:25.460106"}, {"distinct_range": 400000000, "num_eq": 800000000, "num_range": 400000000, "upper_bound": "46 years 2 mons 147 days 10:21:25.822362"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2125097173369670002, "histo_buckets": [{"distinct_range": 0, "num_eq": 4536596720535466297, "num_range": 0, "upper_bound": "\\\\x560472ec"}, {"distinct_range": 3571303579309428000, "num_eq": 8729607126078628685, "num_range": 3571303579309428112, "upper_bound": "\\\\x73170ad6"}, {"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "\\\\xda0ebdd0"}, {"distinct_range": 1566453204192398000, "num_eq": 40000, "num_range": 3359953608694962586, "upper_bound": "\\\\xe29883"}, {"distinct_range": 0, "num_eq": 2102716452193664585, "num_range": 7733901634521322132, "upper_bound": "\\\\xf3cf02c1eb00a7"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2182926211716635728, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000, "num_range": 0, "upper_bound": "-6933678914393572793"}, {"distinct_range": 0, "num_eq": 40000000000, "num_range": 500000, "upper_bound": "-4137696948812116949"}, {"distinct_range": 0, "num_eq": 1224387302429206869, "num_range": 4853240458479118244, "upper_bound": "-718306023057935152"}, {"distinct_range": 2540237732.6871767, "num_eq": 400, "num_range": 5000000000, "upper_bound": "2907389234408758432"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1332669008943452277, "histo_col_type": "", "name": "__auto__", "null_count": 5037044998341801366, "row_count": 5199628374650278054}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2112473813313308044, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3768942300789952948, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5199628374650278054}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('od', 'wtgo');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('ycmhl', 'scesva');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('qn');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('lj', 'p');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3105844698189257312, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5210799177531854025}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2052785725486824324, "histo_col_type": "", "name": "__auto__", "null_count": 784296999578187439, "row_count": 5210799177531854025}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5025610404746397292, "histo_col_type": "", "name": "__auto__", "null_count": 2426987385187261253, "row_count": 5210799177531854025}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2381070842600051963, "histo_col_type": "", "name": "__auto__", "null_count": 3116985316265817833, "row_count": 5210799177531854025}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2069539835355419255, "histo_col_type": "", "name": "__auto__", "null_count": 3147139023514529167, "row_count": 5210799177531854025}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 524855357534571297, "histo_col_type": "", "name": "__auto__", "null_count": 281722621942793818, "row_count": 5210799177531854025}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4831988643370887959, "histo_col_type": "", "name": "__auto__", "null_count": 433043971175510831, "row_count": 5210799177531854025}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 303585976422498835, "histo_buckets": [{"distinct_range": 0, "num_eq": 400, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 6545776365324089000, "num_eq": 8612223428004965893, "num_range": 6545776365324089817, "upper_bound": "236300856"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 1179014318621486839, "upper_bound": "878401008"}, {"distinct_range": 1732307927251011800, "num_eq": 80000000000, "num_range": 1732307927251011811, "upper_bound": "1808827871"}, {"distinct_range": 0, "num_eq": 8660180440600715677, "num_range": 9000000, "upper_bound": "2461886612"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "3777584469"}, {"distinct_range": 0, "num_eq": 186650845008029323, "num_range": 800, "upper_bound": "3928002197"}, {"distinct_range": 3000000, "num_eq": 30000000, "num_range": 3000000, "upper_bound": "4037838762"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 5210799177531854025}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3837209359423280284, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5210799177531854025}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1565828100433650748, "histo_col_type": "", "name": "__auto__", "null_count": 1862928352668608239, "row_count": 5210799177531854025}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3462385298020905278, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5210799177531854025}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4510482671692550020, "histo_col_type": "", "name": "__auto__", "null_count": 3498714792096086217, "row_count": 5210799177531854025}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27623436308428316, "histo_col_type": "", "name": "__auto__", "null_count": 1835411345817759114, "row_count": 5210799177531854025}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3182337206137042336, "histo_buckets": [{"distinct_range": 0, "num_eq": 40, "num_range": 0, "upper_bound": "K\\u0008M\\u0003,Nu\\u0011"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 5210799177531854025}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2871468642777014058, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5210799177531854025}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 29, "histo_col_type": "", "name": "__auto__", "null_count": 21, "row_count": 50}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 49, "histo_col_type": "", "name": "__auto__", "null_count": 34, "row_count": 50}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 46, "histo_buckets": [{"distinct_range": 0, "num_eq": 3917429160026904108, "num_range": 0, "upper_bound": "160.106.28.162/5"}, {"distinct_range": 43520400382387620, "num_eq": 1210838881280910485, "num_range": 43520400382387620, "upper_bound": "244.209.117.32/5"}, {"distinct_range": 2777524802741401600, "num_eq": 3000000000, "num_range": 2777524802741401596, "upper_bound": "86.163.111.204/19"}, {"distinct_range": 1364588187039300600, "num_eq": 3081557716790379377, "num_range": 2965074655199408982, "upper_bound": "226.22.208.198/19"}, {"distinct_range": 80000, "num_eq": 3316402422590680633, "num_range": 80000, "upper_bound": "b25e:b0d7:58df:5fe5:e8f5:d5d9:5b1b:8d18/35"}, {"distinct_range": 7000000000, "num_eq": 8683834739334170465, "num_range": 7000000000, "upper_bound": "e4c6:65ea:6317:5163:8e40:f328:e6ef:4ddc/50"}, {"distinct_range": 0, "num_eq": 7413730205567588575, "num_range": 616173054237806220, "upper_bound": "bcc8:36e1:7c56:e804:c2f9:7a59:b0ce:3f49/124"}, {"distinct_range": 4165279624649792000, "num_eq": 3000, "num_range": 4165279624649791766, "upper_bound": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 40, "row_count": 50}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 34, "histo_col_type": "", "name": "__auto__", "null_count": 36, "row_count": 50}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31, "histo_col_type": "", "name": "__auto__", "null_count": 14, "row_count": 50}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18, "histo_col_type": "", "name": "__auto__", "null_count": 10, "row_count": 50}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26, "histo_col_type": "", "name": "__auto__", "null_count": 6, "row_count": 50}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14, "histo_col_type": "", "name": "__auto__", "null_count": 45, "row_count": 50}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 29, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 47, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1687065469"}, {"distinct_range": 0, "num_eq": 8000000, "num_range": 2144506021042626046, "upper_bound": "2933560310"}, {"distinct_range": 347263647854186900, "num_eq": 3884645023552614417, "num_range": 433423142178448114, "upper_bound": "3898017228"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 34, "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000000, "num_range": 0, "upper_bound": "907002861"}, {"distinct_range": 493809.54088524455, "num_eq": 895312170646976413, "num_range": 1000000, "upper_bound": "1212830665"}, {"distinct_range": 0, "num_eq": 9169307801085413332, "num_range": 7637674365235846659, "upper_bound": "1375781025"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 50}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 47, "histo_col_type": "", "name": "__auto__", "null_count": 11, "row_count": 50}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 228104, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 272659, "histo_col_type": "", "name": "__auto__", "null_count": 607828, "row_count": 700000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 199010, "histo_col_type": "", "name": "__auto__", "null_count": 545612, "row_count": 700000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 122978, "histo_col_type": "", "name": "__auto__", "null_count": 415963, "row_count": 700000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19272, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 295808, "histo_col_type": "", "name": "__auto__", "null_count": 253556, "row_count": 700000}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 359155, "histo_col_type": "", "name": "__auto__", "null_count": 73386, "row_count": 700000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 354407, "histo_col_type": "", "name": "__auto__", "null_count": 304073, "row_count": 700000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 364671, "histo_col_type": "", "name": "__auto__", "null_count": 245500, "row_count": 700000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 403183, "histo_col_type": "", "name": "__auto__", "null_count": 34938, "row_count": 700000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 652458, "histo_col_type": "", "name": "__auto__", "null_count": 342129, "row_count": 700000}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 345285, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 6026707592557398000, "num_eq": 7663606455560514520, "num_range": 6026707592557398078, "upper_bound": "351159044"}, {"distinct_range": 1446254945092297200, "num_eq": 7580097202282775762, "num_range": 3226991563528893807, "upper_bound": "875257229"}, {"distinct_range": 2619177925612460500, "num_eq": 90000, "num_range": 2619177925612460512, "upper_bound": "886869728"}, {"distinct_range": 700371086431750300, "num_eq": 5000, "num_range": 1225821942833881414, "upper_bound": "1310788416"}, {"distinct_range": 800000, "num_eq": 8000, "num_range": 800000, "upper_bound": "1933025044"}, {"distinct_range": 0, "num_eq": 7676726870155734510, "num_range": 900000000, "upper_bound": "3270054035"}, {"distinct_range": 0, "num_eq": 7022354399346596716, "num_range": 6992603168693949327, "upper_bound": "3858746940"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 700000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 52900, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "1959734652"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 700000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 358173, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 184874, "histo_col_type": "", "name": "__auto__", "null_count": 582432, "row_count": 700000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 218009, "histo_col_type": "", "name": "__auto__", "null_count": 541860, "row_count": 700000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 114675, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 424937, "histo_col_type": "", "name": "__auto__", "null_count": 4377, "row_count": 700000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 79936, "histo_col_type": "", "name": "__auto__", "null_count": 266128, "row_count": 700000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "-4300175675840645749"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 80000000, "upper_bound": "6311355126670962916"}, {"distinct_range": 3221655232902710000, "num_eq": 1825465387706285893, "num_range": 3221655232902709555, "upper_bound": "7844918945890700468"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 5191227085302201781, "num_range": 0, "upper_bound": "-1.800526738166809"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 0, "upper_bound": "-1.4348584413528442"}, {"distinct_range": 1000000, "num_eq": 7766174369418226376, "num_range": 1000000, "upper_bound": "-1.2732161283493042"}, {"distinct_range": 0, "num_eq": 70000000000, "num_range": 7782363801169605701, "upper_bound": "-0.4371127486228943"}, {"distinct_range": 0, "num_eq": 7413609950510324286, "num_range": 9221476367997660399, "upper_bound": "-0.19088159501552582"}, {"distinct_range": 0, "num_eq": 0, "num_range": 4706876985833377179, "upper_bound": "0.05055299028754234"}, {"distinct_range": 7376861956021766000, "num_eq": 0, "num_range": 7376861956021765746, "upper_bound": "0.5553134083747864"}, {"distinct_range": 0, "num_eq": 60, "num_range": 4531659836346184706, "upper_bound": "0.5761203169822693"}, {"distinct_range": 0, "num_eq": 20000000, "num_range": 70, "upper_bound": "1.4382203817367554"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 7189641831151523998, "num_range": 0, "upper_bound": "\\u000f"}, {"distinct_range": 139425107468411650, "num_eq": 1000000, "num_range": 3306511791898268628, "upper_bound": "\\u001e"}, {"distinct_range": 693008797135485700, "num_eq": 90000000000, "num_range": 4101894741101822774, "upper_bound": "("}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 20, "upper_bound": ","}, {"distinct_range": 579944.1461018992, "num_eq": 3819667481550828968, "num_range": 1000000, "upper_bound": "2"}, {"distinct_range": 3790975792290349000, "num_eq": 2433044522317061686, "num_range": 3790975792290348914, "upper_bound": "6"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 7000, "upper_bound": "B"}, {"distinct_range": 2972870437768804400, "num_eq": 965668007750480321, "num_range": 2972870437768804316, "upper_bound": "^"}, {"distinct_range": 0, "num_eq": 70000000000, "num_range": 400, "upper_bound": "q"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "\\\\x31"}, {"distinct_range": 7.963245767691492, "num_eq": 90000, "num_range": 10, "upper_bound": "\\\\x58"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": "-70 years -6 mons -521 days -08:34:24.451758"}, {"distinct_range": 68279.9078051028, "num_eq": 50, "num_range": 600000, "upper_bound": "-59 years -8 mons -803 days -21:02:03.870465"}, {"distinct_range": 5000000, "num_eq": 700000, "num_range": 5000000, "upper_bound": "-56 years -5 mons -585 days -08:50:30.14414"}, {"distinct_range": 0, "num_eq": 20, "num_range": 4000, "upper_bound": "-15 years -9 mons -533 days -12:59:35.067513"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 3078167126550242017, "upper_bound": "-7 years -10 mons -96 days -23:30:59.078506"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 10, "upper_bound": "1 mon 1 day"}, {"distinct_range": 3114503033088425500, "num_eq": 3359781873147761877, "num_range": 6093163123775594901, "upper_bound": "40 years 2 mons 797 days 08:03:39.898451"}, {"distinct_range": 90700.6919737249, "num_eq": 8254388348214622449, "num_range": 5000000, "upper_bound": "68 years 9 mons 666 days 11:39:59.767677"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_7) REFERENCES table3 (col3_13) ON DELETE CASCADE;
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2656389, "histo_col_type": "", "name": "__auto__", "null_count": 2247296, "row_count": 7000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 386459, "histo_buckets": [{"distinct_range": 0, "num_eq": 4123103456628929094, "num_range": 0, "upper_bound": "883342996"}, {"distinct_range": 3103709151762958300, "num_eq": 800000, "num_range": 3103709151762958289, "upper_bound": "1841020764"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 104288110897131280, "upper_bound": "2895022305"}, {"distinct_range": 2112.7459530971764, "num_eq": 580398850124513662, "num_range": 100000, "upper_bound": "3232606739"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 232021, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 499207, "histo_col_type": "", "name": "__auto__", "null_count": 2343812, "row_count": 7000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1264663, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3739498, "histo_col_type": "", "name": "__auto__", "null_count": 4317947, "row_count": 7000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6854588, "histo_col_type": "", "name": "__auto__", "null_count": 2481279, "row_count": 7000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1944265, "histo_col_type": "", "name": "__auto__", "null_count": 5111056, "row_count": 7000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4443815, "histo_col_type": "", "name": "__auto__", "null_count": 5014211, "row_count": 7000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1802297, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1802059, "histo_col_type": "", "name": "__auto__", "null_count": 2987612, "row_count": 7000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1737513, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 181328, "histo_col_type": "", "name": "__auto__", "null_count": 5269420, "row_count": 7000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4904557, "histo_col_type": "", "name": "__auto__", "null_count": 488154, "row_count": 7000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67938, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000, "num_range": 0, "upper_bound": "\\u000cC;\\u0004"}, {"distinct_range": 9091590506753330000, "num_eq": 844766662799790499, "num_range": 9091590506753330056, "upper_bound": "\\u000e[)\\u000b\\"ZZ\\u0005\\u0010"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 1450623657369868825, "upper_bound": "@9"}, {"distinct_range": 913852170110507800, "num_eq": 8921192559492211164, "num_range": 913852170110507752, "upper_bound": "Wh\\u0005\\u0013)L-T "}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 5892124824012194198, "upper_bound": "cf\\u001a\\u001d]\\u0008 |Z"}, {"distinct_range": 2446970.3713247855, "num_eq": 0, "num_range": 20000000, "upper_bound": "g"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 7000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2262913895, "histo_col_type": "", "name": "__auto__", "null_count": 788995001, "row_count": 6000000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 618680966, "histo_col_type": "", "name": "__auto__", "null_count": 5798730877, "row_count": 6000000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4528992449, "histo_col_type": "", "name": "__auto__", "null_count": 3459057817, "row_count": 6000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3571380342, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4809738915, "histo_buckets": [{"distinct_range": 0, "num_eq": 1879771782562152978, "num_range": 0, "upper_bound": "146093408"}, {"distinct_range": 3778507858511263000, "num_eq": 400, "num_range": 4786697231338647741, "upper_bound": "227964229"}, {"distinct_range": 3000000000, "num_eq": 1460135118386265113, "num_range": 3000000000, "upper_bound": "437839566"}, {"distinct_range": 0, "num_eq": 700, "num_range": 2860703894933453155, "upper_bound": "2877272769"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4886417907, "histo_col_type": "", "name": "__auto__", "null_count": 4813203274, "row_count": 6000000000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5257851130, "histo_buckets": [{"distinct_range": 0, "num_eq": 3780728054013309592, "num_range": 0, "upper_bound": "101.24.172.35/5"}, {"distinct_range": 4536361036214279000, "num_eq": 1745438348958074456, "num_range": 4536361036214279148, "upper_bound": "174.127.161.99/5"}, {"distinct_range": 6787968120634250000, "num_eq": 200000, "num_range": 6787968120634249982, "upper_bound": "88.154.102.98/12"}, {"distinct_range": 0, "num_eq": 345412384011578197, "num_range": 80000000, "upper_bound": "f078:bb34:c198:b98e:7ddc:4d05:a256:b6a/5"}, {"distinct_range": 4454.569711103344, "num_eq": 900000000, "num_range": 9000, "upper_bound": "b901:a361:91db:b419:6c6b:fb31:b7c3:7e58/12"}, {"distinct_range": 16.663922883004826, "num_eq": 80, "num_range": 800, "upper_bound": "7c4c:4ae9:49:bcc9:f749:9589:5c78:3ffe/91"}, {"distinct_range": 1535798177732588000, "num_eq": 100000000, "num_range": 3295450010984182787, "upper_bound": "507:9229:9ed5:568e:f9af:9ff:e089:1bce/102"}, {"distinct_range": 0, "num_eq": 70, "num_range": 1000, "upper_bound": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 5245344734, "row_count": 6000000000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4554515418, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1437033768, "histo_buckets": [{"distinct_range": 0, "num_eq": 60, "num_range": 0, "upper_bound": "109896694"}, {"distinct_range": 0, "num_eq": 1387939743712978943, "num_range": 700000, "upper_bound": "136090738"}, {"distinct_range": 3000000000, "num_eq": 4603820733826638467, "num_range": 3000000000, "upper_bound": "340072793"}, {"distinct_range": 633282086425310600, "num_eq": 6172397043542388473, "num_range": 1512037716992040817, "upper_bound": "420297050"}, {"distinct_range": 3979202949028119600, "num_eq": 400, "num_range": 3979202949028119577, "upper_bound": "581247694"}, {"distinct_range": 0, "num_eq": 1209033941513777327, "num_range": 4384582945079902882, "upper_bound": "3489850836"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 972365060, "histo_col_type": "", "name": "__auto__", "null_count": 1266130369, "row_count": 6000000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3085278289, "histo_col_type": "", "name": "__auto__", "null_count": 3589194387, "row_count": 6000000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3293604098, "histo_col_type": "", "name": "__auto__", "null_count": 3868815891, "row_count": 6000000000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5638321632, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 285851589, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1405561913, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "2105993303"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5681361804, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3718762701, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4101146296, "histo_col_type": "", "name": "__auto__", "null_count": 590836537, "row_count": 6000000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3045384441069141974, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "00000000-0000-0000-0000-000000000000"}, {"distinct_range": 1076897215532515100, "num_eq": 8000000000, "num_range": 3801277233886133133, "upper_bound": "475064f1-d189-4642-82ba-7fb6c89c6bd4"}, {"distinct_range": 2212518541697542000, "num_eq": 80, "num_range": 2212518541697541898, "upper_bound": "581f2ed8-3d0e-44d3-8e44-28126874ff5a"}, {"distinct_range": 0, "num_eq": 30, "num_range": 8000000000, "upper_bound": "6e5ede61-47b5-409d-8d29-428babc0e993"}, {"distinct_range": 214475732184254700, "num_eq": 700, "num_range": 2681581744162904262, "upper_bound": "6fc64af9-197b-459f-88a9-153279b12432"}, {"distinct_range": 70000, "num_eq": 0, "num_range": 70000, "upper_bound": "7410d951-4bc6-4974-a5ac-061446a50f89"}, {"distinct_range": 5402335893784356000, "num_eq": 400, "num_range": 8617198378518160143, "upper_bound": "aac950d1-12d2-4c33-8c3a-357bef91772c"}, {"distinct_range"
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@5d9026c85bb9b762d7d02e2710ec36c31c641a81:

        cockroach2_1  | webui:               http://cockroach2:8080
        cockroach2_1  | sql:                 postgresql://root@cockroach2:26257?sslmode=disable
        cockroach2_1  | RPC client flags:    /cockroach/cockroach <client cmd> --host=cockroach2:26257 --insecure
        cockroach2_1  | logs:                /cockroach-data/logs
        cockroach2_1  | temp dir:            /cockroach-data/cockroach-temp217673188
        cockroach2_1  | external I/O path:   /cockroach-data/extern
        cockroach2_1  | store[0]:            path=/cockroach-data
        cockroach2_1  | storage engine:      pebble
        cockroach2_1  | status:              initialized new cluster
        cockroach2_1  | clusterID:           5e8ab714-489b-4b6d-b362-b216cc46845e
        cockroach2_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | 2020-12-11 06:13:56.102 UTC [48] LOG:  received fast shutdown request
        postgres_1    | waiting for server to shut down....2020-12-11 06:13:56.105 UTC [48] LOG:  aborting any active transactions
        postgres_1    | 2020-12-11 06:13:56.106 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
        postgres_1    | 2020-12-11 06:13:56.112 UTC [50] LOG:  shutting down
        postgres_1    | 2020-12-11 06:13:56.232 UTC [48] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-11 06:13:56.313 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-11 06:13:56.313 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-11 06:13:56.318 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-11 06:13:56.332 UTC [85] LOG:  database system was shut down at 2020-12-11 06:13:56 UTC
        postgres_1    | 2020-12-11 06:13:56.337 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (601.46s)
        test_1        |     --- FAIL: TestCompare/postgres (0.81s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@960b4cfc54c8b78df56e62f07d7a07b986ceacff:

        postgres_1    |     CREATE INDEX ON table5 (col5_1 ASC, col5_6) INCLUDE (col5_0, col5_2, col5_7, col5_8, col5_10, col5_11, col5_13, col5_14, col5_17);
        postgres_1    |     CREATE TYPE rand_typ_0 AS ENUM ('u', 'akh', 'nv', 'il');
        postgres_1    |     CREATE TYPE rand_typ_1 AS ENUM ('xcwuh', 'le', 'oaotz');
        postgres_1    |     CREATE TYPE rand_typ_2 AS ENUM ('u', 'hbcpln');
        postgres_1    |     
        test_1        | --- FAIL: TestCompare (605.14s)
        test_1        |     --- FAIL: TestCompare/postgres (3.71s)
        test_1        |         compare_test.go:129: CREATE TABLE table1 (col1_0 FLOAT8 NOT NULL, col1_1 DECIMAL, col1_2 BOX2D NOT NULL, col1_3 REGPROC NOT NULL, col1_4 INT8 NOT NULL, col1_5 REGTYPE NOT NULL, col1_6 VARCHAR NOT NULL, col1_7 UUID NOT NULL, col1_8 REGTYPE NULL, col1_9 FLOAT8 NOT NULL, col1_10 TEXT, col1_11 BYTEA, PRIMARY KEY (col1_3, col1_5, col1_0, col1_4, col1_9));
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_6 ASC, col1_1, col1_2, col1_10 ASC, col1_7 ASC, col1_3, col1_5 ASC, col1_9 ASC, col1_0 ASC, col1_8, col1_11 ASC, col1_4 ASC);
        test_1        |             CREATE INDEX ON table1 (col1_5 DESC, col1_3 ASC, col1_8 ASC, col1_1 ASC, col1_2 ASC, col1_9 DESC, col1_10 ASC, col1_11, col1_0, col1_7 ASC, col1_4 DESC) INCLUDE (col1_6);
        test_1        |             CREATE INDEX ON table1 (col1_11, col1_2 DESC, col1_0 DESC, col1_10 DESC, col1_5) INCLUDE (col1_6, col1_7);
        test_1        |             CREATE INDEX ON table1 (col1_1 ASC, col1_8);
        test_1        |             CREATE INDEX ON table1 (col1_4 DESC, col1_6 ASC, col1_0, col1_2 DESC, col1_9);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_11, col1_5 DESC, col1_3 ASC, col1_1 ASC, col1_0 DESC, col1_10 DESC, col1_6 DESC, col1_4 DESC, col1_9, col1_8 ASC, col1_2) INCLUDE (col1_7);
        test_1        |             CREATE INDEX ON table1 (col1_2, col1_7 DESC, col1_6);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_1 DESC, col1_10 DESC, col1_0 DESC, col1_9, col1_6 ASC, col1_7 ASC, col1_8 DESC);
        test_1        |             CREATE INDEX ON table1 (col1_7 DESC, col1_8 DESC, col1_5, col1_9 DESC, col1_6 DESC, col1_4 ASC);
        test_1        |             CREATE TABLE table2 (col1_3 REGPROC NOT NULL, col1_5 REGTYPE NOT NULL, col1_0 FLOAT8 NOT NULL, col1_4 INT8 NOT NULL, col1_9 FLOAT8 NOT NULL, col2_5 BYTEA NULL, col2_6 REGPROC, col2_7 FLOAT8 NOT NULL, col2_8 REGCLASS, col2_9 TIMESTAMP, col2_10 "char" NOT NULL, col2_11 CHAR, col2_12 DATE, col2_13 DATE NULL, col2_14 TIMESTAMP, col2_15 INET, col2_16 REGNAMESPACE NOT NULL, col2_17 BIT(2), col2_18 REGPROC NOT NULL, col2_19 INET NULL, col2_20 REGPROCEDURE, PRIMARY KEY (col1_3, col1_5, col1_0, col1_4, col1_9, col2_16, col2_17, col2_18, col2_5, col2_11, col2_13, col2_15, col2_10, col2_12, col2_9, col2_14, col2_20));
        test_1        |             CREATE INDEX ON table2 (col2_10 DESC, col2_8 ASC, col2_17 DESC, col1_0 ASC, col2_6, col1_9 ASC, col2_7 DESC, col2_18 DESC, col2_16 DESC, col2_9, col2_14 DESC, col1_4 ASC, col2_20 DESC, col2_19);
        test_1        |             CREATE INDEX ON table2 (col2_13 DESC, col1_3 ASC, col1_0 ASC, col2_12, col2_15, col2_11, col2_5, col2_14 DESC, col2_10 ASC, col2_18 ASC, col1_9, col2_19);
        test_1        |             CREATE INDEX ON table2 (col2_13 ASC, col2_19 DESC, col1_0 DESC, col2_16 ASC, col2_20 ASC, col1_9 ASC, col2_5, col2_17 ASC) INCLUDE (col2_7);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_7 ASC, col2_8 DESC, col2_5 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_7);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_19 ASC, col1_0, col1_5 ASC, col2_16, col1_9, col2_15 DESC, col2_13, col2_10 ASC, col2_8 ASC, col1_4, col2_11 DESC, col2_9 DESC, col2_12, col2_20 ASC, col2_18 DESC, col2_14, col1_3 DESC, col2_6 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_3 DESC, col2_19, col1_4 ASC, col2_17 ASC, col2_20 ASC, col2_10, col2_18, col2_6 ASC);
        test_1        |             CREATE INDEX ON table2 (col2_11 ASC, col2_10 ASC, col2_16 DESC, col2_9 ASC, col1_4 DESC, col2_13 ASC, col1_0, col2_8, col2_7, col1_9 DESC, col2_5 DESC, col1_3 ASC, col2_12, col2_15, col2_19 ASC, col2_18 ASC, col2_17 DESC, col1_5 DESC, col2_20);
        test_1        |             CREATE INDEX ON table2 (col2_11, col1_9 ASC, col2_6 ASC) INCLUDE (col2_19);
        test_1        |             CREATE TABLE table3 (col1_3 REGPROC NOT NULL, col1_5 REGTYPE NOT NULL, col1_0 FLOAT8 NOT NULL, col1_4 INT8 NOT NULL, col1_9 FLOAT8 NOT NULL, col2_16 REGNAMESPACE NOT NULL, col2_17 BIT(2), col2_18 REGPROC NOT NULL, col2_5 BYTEA NULL, col2_11 CHAR, col2_13 DATE NULL, col2_15 INET, col2_10 "char" NOT NULL, col2_12 DATE, col2_9 TIMESTAMP, col2_14 TIMESTAMP, col2_20 REGPROCEDURE, col3_17 TIMESTAMPTZ NOT NULL, PRIMARY KEY (col1_3, col1_5, col1_0, col1_4, col1_9, col2_16, col2_17, col2_18, col2_5, col2_11, col2_13, col2_15, col2_10, col2_12, col2_9, col2_14, col2_20));
        test_1        |             CREATE UNIQUE INDEX ON table3 (col2_11, col2_17);
        test_1        |             CREATE INDEX ON table3 (col1_9 ASC) INCLUDE (col3_17);
        test_1        |             CREATE TABLE table4 (col4_0 "char" NOT NULL, col4_1 OID, col4_2 INTERVAL NULL, col4_3 DATE NOT NULL, col4_4 TEXT NULL, col4_5 INT8 NULL);
        test_1        |             CREATE TABLE table5 (col5_0 REGNAMESPACE NULL, col5_1 DATE NULL, col5_2 REGTYPE NULL, col5_3 INT8 NULL, col5_4 TIME, col5_5 BOX2D NULL, col5_6 TIME, col5_7 TIME, col5_8 NAME, col5_9 VARCHAR NOT NULL, col5_10 "char" NULL, col5_11 VARCHAR NULL, col5_12 TIMESTAMP NULL, col5_13 BOOL NULL, col5_14 BOX2D NOT NULL, col5_15 DECIMAL NOT NULL, col5_16 TIMESTAMPTZ NULL, col5_17 REGNAMESPACE);
        test_1        |             CREATE INDEX ON table5 (col5_12 ASC, col5_15) INCLUDE (col5_5, col5_6, col5_10, col5_14, col5_17);
        test_1        |             CREATE INDEX ON table5 (col5_1 ASC, col5_6) INCLUDE (col5_0, col5_2, col5_7, col5_8, col5_10, col5_11, col5_13, col5_14, col5_17);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('u', 'akh', 'nv', 'il');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('xcwuh', 'le', 'oaotz');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('u', 'hbcpln');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@53b08837cf5e76504e437bad80c97e05989d2c60:

        postgres_1    | You can change this by editing pg_hba.conf or using the option -A, or
        postgres_1    | --auth-local and --auth-host, the next time you run initdb.
        postgres_1    | waiting for server to start....2020-12-14 06:14:39.209 UTC [49] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-14 06:14:39.224 UTC [50] LOG:  database system was shut down at 2020-12-14 06:14:39 UTC
        postgres_1    | 2020-12-14 06:14:39.229 UTC [49] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | 2020-12-14 06:14:42.086 UTC [49] LOG:  received fast shutdown request
        postgres_1    | waiting for server to shut down....2020-12-14 06:14:42.088 UTC [49] LOG:  aborting any active transactions
        postgres_1    | 2020-12-14 06:14:42.090 UTC [49] LOG:  background worker "logical replication launcher" (PID 56) exited with exit code 1
        postgres_1    | 2020-12-14 06:14:42.096 UTC [51] LOG:  shutting down
        postgres_1    | 2020-12-14 06:14:42.217 UTC [49] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-14 06:14:42.297 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-14 06:14:42.298 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-14 06:14:42.304 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-14 06:14:42.317 UTC [86] LOG:  database system was shut down at 2020-12-14 06:14:42 UTC
        postgres_1    | 2020-12-14 06:14:42.322 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.68s)
        test_1        |     --- FAIL: TestCompare/postgres (1.47s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.2:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@3018f66208f68fb90c77e3fad01f395a8f10ca8b:

        test_1        |             CREATE INDEX ON table1 (col1_9 ASC, col1_2 ASC);
        test_1        |             CREATE INDEX ON table1 (col1_8, col1_7, col1_6 ASC, col1_10) INCLUDE (col1_1);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_7, col1_0 ASC, col1_3 DESC, col1_2 ASC, col1_10, col1_4, col1_9 DESC, col1_1 ASC, col1_5 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_5, col1_9);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_5);
        test_1        |             CREATE TABLE table2 (col1_9 BOX2D NOT NULL, col1_5 INT8 NOT NULL, col1_7 FLOAT8 NOT NULL, col1_0 INET NOT NULL, col1_6 TIME NOT NULL, col2_5 CHAR NOT NULL, col2_6 INTERVAL NULL, col2_7 REGTYPE NULL, col2_8 BOX2D, col2_9 CHAR NOT NULL, col2_10 REGPROCEDURE NOT NULL, col2_11 REGPROCEDURE NOT NULL, col2_12 INET NOT NULL, col2_13 INT8 NOT NULL, col2_14 BOOL, col2_15 INT8 NULL, col2_16 REGCLASS, col2_17 VARCHAR NULL, PRIMARY KEY (col1_9, col1_5, col1_7, col1_0, col1_6, col2_15));
        test_1        |             CREATE INDEX ON table2 (col2_17, col2_10, col2_9, col2_11, col1_5 ASC, col2_15, col2_12 ASC, col1_6, col2_13 ASC, col2_5, col1_0, col1_7 DESC, col2_16, col2_7 DESC, col2_8 ASC, col2_14, col2_6 DESC, col1_9 ASC);
        test_1        |             CREATE INDEX ON table2 (col2_8 DESC, col2_12 ASC, col2_14, col1_7 ASC, col1_5, col2_13 ASC, col1_0 DESC, col1_9, col2_5 DESC, col2_17 ASC, col2_11, col2_9 DESC, col2_15 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_16, col1_7 ASC, col2_9) INCLUDE (col2_5, col2_10, col2_11, col2_12, col2_14);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_7 ASC, col2_17 ASC, col2_10 DESC, col2_9 DESC, col1_5 ASC, col2_11, col2_16, col2_14 ASC) INCLUDE (col2_7, col2_8, col2_12);
        test_1        |             CREATE TABLE table3 (col3_0 TEXT NOT NULL, col3_1 INT8, PRIMARY KEY (col3_0));
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_1 ASC, col3_0 DESC);
        test_1        |             CREATE INDEX ON table3 (col3_0 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_0);
        test_1        |             CREATE INDEX ON table3 (col3_0, col3_1 ASC);
        test_1        |             CREATE TABLE table4 (col4_0 UUID, col4_1 INT8 NOT NULL, col4_2 REGPROC NOT NULL, col4_3 NAME NULL, col4_4 VARCHAR NULL, col4_5 REGNAMESPACE NULL, col4_6 INT8 NOT NULL, col4_7 OID NOT NULL, col4_8 BOX2D NOT NULL, col4_9 DATE NOT NULL, col4_10 TEXT NOT NULL, col4_11 DATE NULL, col4_12 REGTYPE NOT NULL, col4_13 "char" NOT NULL, col4_14 CHAR, col4_15 BIT(21), col4_16 TIME, PRIMARY KEY (col4_6, col4_9, col4_13, col4_2, col4_7));
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_12 ASC, col4_13 ASC, col4_0 ASC) INCLUDE (col4_3, col4_5, col4_8, col4_14, col4_16);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_1 DESC, col4_16 ASC, col4_9 ASC, col4_11);
        test_1        |             CREATE INDEX ON table4 (col4_3 DESC, col4_11 DESC, col4_15 DESC, col4_10 DESC, col4_12 ASC, col4_0 ASC, col4_9, col4_16) INCLUDE (col4_1, col4_4, col4_5, col4_14);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_9 DESC, col4_0 DESC, col4_3 ASC, col4_16 ASC, col4_7 DESC, col4_5, col4_1 DESC, col4_8, col4_14 DESC, col4_13, col4_6 ASC, col4_15, col4_12 ASC, col4_2 ASC, col4_10 DESC, col4_11 DESC, col4_4 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_1) INCLUDE (col4_5, col4_8, col4_11, col4_14, col4_16);
        test_1        |             CREATE INDEX ON table4 (col4_10, col4_4 DESC, col4_14, col4_16 ASC) INCLUDE (col4_3, col4_5, col4_8, col4_11);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_12 ASC, col4_16);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_9 ASC, col4_1 ASC, col4_15 DESC, col4_2 DESC, col4_10 DESC) INCLUDE (col4_3, col4_4, col4_5, col4_8, col4_11, col4_12, col4_14, col4_16);
        test_1        |             CREATE INDEX ON table4 (col4_10, col4_16 DESC, col4_15 DESC, col4_13 ASC, col4_8 DESC, col4_14 DESC, col4_6 DESC, col4_11 ASC, col4_0 ASC, col4_1 DESC, col4_2 ASC);
        test_1        |             CREATE TABLE table5 (col5_0 "char", col5_1 INT8 NOT NULL, col5_2 REGPROC, col5_3 DECIMAL NULL, col5_4 VARCHAR, col5_5 NAME NOT NULL, col5_6 BOX2D, col5_7 VARCHAR[]);
        test_1        |             CREATE INDEX ON table5 (col5_6 ASC);
        test_1        |             CREATE INDEX ON table5 (col5_6 DESC, col5_3 DESC) INCLUDE (col5_0, col5_1);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_1 ASC, col5_2, col5_5 DESC, col5_4 DESC, col5_3);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_2 ASC, col5_0, col5_5 DESC, col5_1 ASC, col5_6 ASC, col5_4 DESC) INCLUDE (col5_7);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_0 DESC, col5_1 ASC) INCLUDE (col5_4, col5_5);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_5 ASC, col5_1, col5_6 DESC, col5_2, col5_0 ASC);
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col1_5, col2_8) REFERENCES table1 (col1_5, col1_9);
        test_1        |             ALTER TABLE table5 ADD FOREIGN KEY (col5_1) REFERENCES table1 (col1_5) ON DELETE CASCADE ON UPDATE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('jrkc', 'jf', 'h', 'j');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('mo', 'arsuz', 'g', 'bd');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('ojpp', 'nn');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@de91557c0634ab3797356d445ba39e37d45d8205:

        postgres_1    | 2020-12-16 06:13:43.772 UTC [49] LOG:  database system was shut down at 2020-12-16 06:13:43 UTC
        postgres_1    | 2020-12-16 06:13:43.777 UTC [48] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        test_1        | --- FAIL: TestCompare (2.39s)
        test_1        |     --- FAIL: TestCompare/postgres (1.66s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.2:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.74s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 OID NOT NULL, col1_1 TIMESTAMP, col1_2 INT4 NULL, col1_3 "char" NOT NULL, col1_4 "char" NULL, col1_5 VARCHAR, col1_6 INT4, col1_7 DECIMAL NOT NULL, col1_8 NAME NOT NULL, col1_9 TIMESTAMPTZ, col1_10 DATE NOT NULL, col1_11 REGPROCEDURE NOT NULL, col1_12 BIT(16) NULL, col1_13 BIT(24) NULL, PRIMARY KEY (col1_11 ASC, col1_7 DESC, col1_8, col1_10, col1_0 ASC), FAMILY (col1_13), FAMILY (col1_11), FAMILY (col1_4), FAMILY (col1_6, col1_0, col1_5, col1_2, col1_1), FAMILY (col1_10, col1_9, col1_12), FAMILY (col1_8, col1_7, col1_3));
        test_1        |             CREATE TABLE table2 (col1_11 REGPROCEDURE NOT NULL, col1_7 DECIMAL NOT NULL, col1_8 NAME NOT NULL, col1_10 DATE NOT NULL, col1_0 OID NOT NULL, col2_5 REGNAMESPACE NOT NULL, col2_6 BYTES NOT NULL, col2_7 REGPROCEDURE, col2_8 DATE NULL, col2_9 BIT(49) NULL, col2_10 BYTES NULL, col2_11 TIMESTAMP NOT NULL, col2_12 DECIMAL NOT NULL, col2_13 DATE NULL, col2_14 UUID NULL, col2_15 FLOAT8 NOT NULL, col2_16 BIT(28), col2_17 STRING NULL, col2_18 TIMESTAMP NULL, col2_19 INT8 NOT NULL, col2_20 DATE NOT NULL, col2_21 REGTYPE NULL, col2_22 TIMETZ, PRIMARY KEY (col1_11 ASC, col1_7 DESC, col1_8, col1_10, col1_0 ASC, col2_19 DESC, col2_13 DESC, col2_21 ASC), INDEX (col1_7 ASC) WHERE (((table2.col2_15 < 1.0:::FLOAT8) AND (table2.col2_18 = '-4713-11-24 00:00:00':::TIMESTAMP)) AND (table2.col1_10 < '-infinity':::DATE)) OR (table2.col2_12 >= (-1.234E+401):::DECIMAL), INDEX (col2_15 ASC, col2_16, col1_8 DESC, col1_7, col2_10 ASC, col2_12 ASC, col2_11 ASC, col2_5, col2_6 ASC, col2_18 DESC, col1_10, col1_11 DESC, col2_9 DESC, col2_21, col2_7, col2_20, col1_0 ASC, col2_13, col2_14 DESC, col2_8, col2_22 DESC, col2_17 DESC, col2_19 DESC) WHERE (((table2.col2_8 <= 'infinity') AND (table2.col2_17 > e'\x00')) OR (table2.col1_7 >= -Infinity)) OR (table2.col2_22 >= '24:00:00-15:59:00'), INDEX (col2_16 DESC, col2_6) STORING (col2_8, col2_12, col2_14, col2_17, col2_18, col2_22) WHERE ((table2.col2_13 > '1970-01-01':::DATE) OR (table2.col2_10 >= e'\\x27':::BYTES)) OR (table2.col2_19 != (-9223372036854775807):::INT8), UNIQUE (col2_17 DESC, col2_21, col2_11 ASC, col2_6 ASC, col2_15 ASC, col2_16 DESC) STORING (col2_8, col2_9, col2_14, col2_18, col2_20, col2_22) WHERE ((((((((((((((table2.col2_8 != '1970-01-01':::DATE) AND (table2.col2_6 <= e'\\x00':::BYTES)) OR (table2.col2_19 != 127:::INT8)) AND (table2.col2_11 > '0001-01-01 00:00:00':::TIMESTAMP)) OR (table2.col1_7 != (-1.234E+401):::DECIMAL)) AND (table2.col2_17 = '"':::STRING)) OR (table2.col1_10 != '1970-01-01':::DATE)) OR (table2.col2_20 <= '4714-11-24 BC':::DATE)) AND (table2.col2_12 <= 'Infinity':::DECIMAL)) OR (table2.col1_8 >= e'\U00002603':::STRING)) AND (table2.col2_18 < '-2000-01-01 00:00:00':::TIMESTAMP)) OR (table2.col2_10 <= e'\\x22':::BYTES)) AND (table2.col2_13 > '4714-11-24 BC':::DATE)) OR (table2.col2_22 = '24:00:00-15:59:00':::TIMETZ)) OR (table2.col2_15 < 0.0:::FLOAT8), INDEX (col2_5 ASC, col2_15 ASC, col2_17 DESC, col2_9 DESC, col2_7 ASC, col1_8 ASC, col2_19, col1_10 ASC, col2_6 DESC, col1_0, col2_18, col2_14, col2_12 DESC, col2_10, col2_11) STORING (col2_8, col2_22) WHERE ((((((((((((((table2.col2_11 = '-4713-11-24 00:00:00':::TIMESTAMP) AND (table2.col2_15 != '-Inf':::FLOAT8)) AND (table2.col1_7 != 'NaN':::DECIMAL)) OR (table2.col2_6 <= e'\\x58':::BYTES)) AND (table2.col1_8 < e'\U00002603':::STRING)) AND (table2.col2_8 <= '1970-01-01':::DATE)) AND (table2.col2_12 < 'NaN':::DECIMAL)) AND (table2.col2_17 != e'\x00':::STRING)) OR (table2.col1_10 != '4714-11-24 BC':::DATE)) OR (table2.col2_22 > '24:00:00-15:59:00':::TIMETZ)) AND (table2.col2_13 > '5874897-12-31':::DATE)) AND (table2.col2_20 <= '-infinity':::DATE)) OR (table2.col2_10 >= e'\\x00':::BYTES)) OR (table2.col2_18 < '-2000-01-01 00:00:00':::TIMESTAMP)) OR (table2.col2_19 != (-9223372036854775807):::INT8), UNIQUE (col1_10 DESC, col2_12 DESC, col2_20 ASC, col2_5, col1_8, col2_11 DESC, col2_9 DESC, col2_15 DESC, col2_13 DESC, col1_0 DESC) STORING (col2_8, col2_14, col2_16, col2_18, col2_22) WHERE table2.col1_7 <= 0:::DECIMAL, FAMILY (col2_11, col2_12, col2_20), FAMILY (col2_6, col2_17), FAMILY (col2_9), FAMILY (col2_18, col2_19, col2_13, col2_14), FAMILY (col1_0, col1_7), FAMILY (col1_10), FAMILY (col2_5), FAMILY (col1_11), FAMILY (col2_15, col2_16, col2_22), FAMILY (col2_10), FAMILY (col2_7, col1_8, col2_21, col2_8)) INTERLEAVE IN PARENT table1 (col1_11, col1_7, col1_8, col1_10, col1_0);
        test_1        |             CREATE TABLE table3 (col1_11 REGPROCEDURE NOT NULL, col1_7 DECIMAL NOT NULL, col1_8 NAME NOT NULL, col1_10 DATE NOT NULL, col1_0 OID NOT NULL, col3_5 TIMESTAMP NULL, PRIMARY KEY (col1_11 ASC, col1_7 DESC, col1_8, col1_10, col1_0 ASC), UNIQUE (col1_10 ASC, col1_7, col1_0, col1_8, col3_5, col1_11 DESC) WHERE (((table3.col1_8 != e'\'') AND (table3.col1_7 <= 0)) OR (table3.col1_10 = '1970-01-01')) OR (table3.col3_5 <= '294276-12-31 23:59:59.999999'), UNIQUE (col1_11 DESC, col1_10 ASC, col1_8, col1_0, col3_5 DESC, col1_7 DESC) WHERE table3.col1_7 < 1:::DECIMAL, UNIQUE (col1_10, col1_0, col1_8 ASC), UNIQUE (col1_8 ASC, col1_0) WHERE (((table3.col3_5 = '0001-01-01 00:00:00') AND (table3.col1_7 >= NaN)) AND (table3.col1_8 > '')) AND (table3.col1_10 = '-infinity'), UNIQUE (col1_11 ASC, col1_10 ASC, col1_0 DESC, col3_5 ASC) WHERE (((table3.col3_5 >= '-2000-01-01 00:00:00') AND (table3.col1_8 <= '"')) OR (table3.col1_7 > -1)) OR (table3.col1_10 >= 'infinity'), INDEX (col1_0 DESC, col1_11, col1_8, col1_10 ASC, col3_5) WHERE (table3.col1_7 != '-Infinity':::DECIMAL) OR (table3.col1_8 < '"':::STRING), UNIQUE (col1_8, col1_11 ASC) WHERE (((table3.col1_7 = 0) OR (table3.col3_5 >= '0001-01-01 00:00:00')) OR (table3.col1_10 <= 'infinity')) AND (table3.col1_8 <= ''), FAMILY (col1_10, col1_8, col3_5, col1_11), FAMILY (col1_0, col1_7)) INTERLEAVE IN PARENT table1 (col1_11, col1_7, col1_8, col1_10, col1_0);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 8036459888293242401, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 6917109217884090000, "num_eq": 6000, "num_range": 6917109217884090459, "upper_bound": "453910582"}, {"distinct_range": 0, "num_eq": 727154959791150425, "num_range": 2950241818429107490, "upper_bound": "1037730769"}, {"distinct_range": 10000000, "num_eq": 3461763593405147847, "num_range": 10000000, "upper_bound": "2021128297"}, {"distinct_range": 0, "num_eq": 700878624607314533, "num_range": 7533040708818477843, "upper_bound": "2207093267"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 64, "histo_col_type": "", "name": "__auto__", "null_count": 29, "row_count": 100}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 6997135201592973605, "num_range": 0, "upper_bound": "1110001010101000010001101100"}], "histo_col_type": "BIT(28)", "name": "__auto__", "null_count": 52, "row_count": 100}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 91, "histo_buckets": [{"distinct_range": 0, "num_eq": 2066692957319723849, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 0, "num_range": 8000000, "upper_bound": "\\n\\r\\u0012\\u000e?"}, {"distinct_range": 1968261036.817643, "num_eq": 6335723663294860463, "num_range": 7000000000, "upper_bound": "\\u0019.q"}, {"distinct_range": 50000000000, "num_eq": 400, "num_range": 50000000000, "upper_bound": "\'"}, {"distinct_range": 8060227302509070000, "num_eq": 1985353329394541352, "num_range": 8060227302509070404, "upper_bound": ";\\"\\n\\u000c\\u0019~X"}, {"distinct_range": 8636779839583613000, "num_eq": 500000000, "num_range": 8636779839583613177, "upper_bound": "=6V+\\u0019!"}, {"distinct_range": 0, "num_eq": 5000000000, "num_range": 600000, "upper_bound": "RS.>"}, {"distinct_range": 2168725959412066600, "num_eq": 9197076923214913856, "num_range": 3655223188261661699, "upper_bound": "z{H[\\u001aZ"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 3, "row_count": 100}, {"columns": ["col2_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 59, "histo_col_type": "", "name": "__auto__", "null_count": 42, "row_count": 100}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 61, "histo_buckets": [{"distinct_range": 0, "num_eq": 5976513543747090288, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 1907046075403185200, "num_eq": 40000000000, "num_range": 1907046075403185075, "upper_bound": "744600430"}, {"distinct_range": 0, "num_eq": 2152304620393918985, "num_range": 400000000, "upper_bound": "1166631286"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 51, "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39, "histo_col_type": "", "name": "__auto__", "null_count": 24, "row_count": 100}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19, "histo_col_type": "", "name": "__auto__", "null_count": 29, "row_count": 100}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 90, "histo_col_type": "", "name": "__auto__", "null_count": 99, "row_count": 100}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 77, "histo_col_type": "", "name": "__auto__", "null_count": 75, "row_count": 100}, {"columns": ["col2_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": "1973-07-27"}, {"distinct_range": 3074507818878155000, "num_eq": 8000000000, "num_range": 7350114761302582242, "upper_bound": "1977-03-08"}, {"distinct_range": 2032648233457322200, "num_eq": 7365843414150568885, "num_range": 2032648233457322271, "upper_bound": "1977-03-20"}, {"distinct_range": 715828308507341200, "num_eq": 5000, "num_range": 715828308507341190, "upper_bound": "1982-11-17"}, {"distinct_range": 7511401180325010000, "num_eq": 5000000000, "num_range": 7511401180325010755, "upper_bound": "1989-07-04"}, {"distinct_range": 100, "num_eq": 6000, "num_range": 100, "upper_bound": "1990-01-25"}, {"distinct_range": 400, "num_eq": 7000, "num_range": 400, "upper_bound": "1996-11-07"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 82, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18, "histo_col_type": "", "name": "__auto__", "null_count": 80, "row_count": 100}, {"columns": ["col2_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 70, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 79, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_buckets": [{"distinct_range": 0, "num_eq": 4574556078965823835, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 157265116339972930, "num_eq": 40, "num_range": 157265116339972942, "upper_bound": "1127715467"}, {"distinct_range": 0, "num_eq": 8000000, "num_range": 1178665919046340630, "upper_bound": "1288828014"}, {"distinct_range": 910477490350365600, "num_eq": 0, "num_range": 5630499297577407346, "upper_bound": "2023142766"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 400, "upper_bound": "3242287654"}, {"distinct_range": 2877439.822699517, "num_eq": 1000000, "num_range": 10000000, "upper_bound": "3720944708"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 84, "histo_col_type": "", "name": "__auto__", "null_count": 26, "row_count": 100}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2, "histo_col_type": "", "name": "__auto__", "null_count": 43, "row_count": 100}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 94, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": "1.0"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 100}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22429, "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20493, "histo_col_type": "", "name": "__auto__", "null_count": 20576, "row_count": 50000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7742, "histo_buckets": [{"distinct_range": 0, "num_eq": 8775254093223116758, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 9000000, "num_eq": 900, "num_range": 9000000, "upper_bound": "584806106"}, {"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "678211544"}, {"distinct_range": 50000, "num_eq": 8505169656560523606, "num_range": 50000, "upper_bound": "1578312330"}, {"distinct_range": 400000, "num_eq": 7458888096730686014, "num_range": 400000, "upper_bound": "2275521768"}, {"distinct_range": 0, "num_eq": 1923780521579769761, "num_range": 3894422305202222292, "upper_bound": "3226408436"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25994, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27603, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 18820.387479862824, "num_eq": 6773515366670627694, "num_range": 1000000, "upper_bound": "\\u0004=D"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 400000000, "upper_bound": "\\""}, {"distinct_range": 7737708251008981000, "num_eq": 4596694025555419258, "num_range": 7737708251008980842, "upper_bound": "J\\u0018Xi\\u000c"}, {"distinct_range": 2399.82282000504, "num_eq": 1785485723840775200, "num_range": 3000, "upper_bound": "\U00002603"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 40369, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "-infinity"}, {"distinct_range": 0, "num_eq": 6222116575260822368, "num_range": 2932562551279989542, "upper_bound": "1971-09-21"}, {"distinct_range": 0, "num_eq": 0, "num_range": 300000, "upper_bound": "1980-08-20"}, {"distinct_range": 77114534.47444135, "num_eq": 0, "num_range": 80000000, "upper_bound": "1984-04-24"}, {"distinct_range": 17722027.002710674, "num_eq": 900000, "num_range": 30000000, "upper_bound": "1987-05-06"}, {"distinct_range": 3806129710493515000, "num_eq": 90000, "num_range": 6690078365807290794, "upper_bound": "1994-01-16"}, {"distinct_range": 100, "num_eq": 2221539879822885464, "num_range": 100, "upper_bound": "1994-07-12"}, {"distinct_range": 9811384.386337416, "num_eq": 8101020295446569702, "num_range": 10000000, "upper_bound": "infinity"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 50000}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('oimqtk', 'jjnpp', 'qjxgf', 'i', 'wylf', 'dgsfal');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('qxcumx', 'aq');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('akq', 'cg', 'yrebov', 'sxdlj', 'ommeg', 'btpd');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('tryod', 'dt', 'rvk');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('y');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1955487896265159565, "histo_col_type": "", "name": "__auto__", "null_count": 3062650810536020451, "row_count": 5166184528567486064}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2957103579215945354, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5166184528567486064}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4246070317401832973, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5166184528567486064}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2823917273688401836, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5166184528567486064}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4201773785054317650, "histo_col_type": "", "name": "__auto__", "null_count": 3356394156062182294, "row_count": 5166184528567486064}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3029653466531004738, "histo_buckets": [{"distinct_range": 0, "num_eq": 582855521411344029, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 153031221.28978842, "num_eq": 6347246290260350918, "num_range": 5000000000, "upper_bound": "636037008"}, {"distinct_range": 2061102750675015700, "num_eq": 2000, "num_range": 6368613914447477371, "upper_bound": "1343700112"}, {"distinct_range": 3669406906.038599, "num_eq": 4000000, "num_range": 6000000000, "upper_bound": "2042180822"}, {"distinct_range": 90000, "num_eq": 675475137625964806, "num_range": 90000, "upper_bound": "2237505063"}, {"distinct_range": 198.77418993616374, "num_eq": 300000, "num_range": 200, "upper_bound": "2347557381"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 5166184528567486064}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2746745787404898779, "histo_col_type": "", "name": "__auto__", "null_count": 3931161595539650707, "row_count": 5166184528567486064}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 854263942253157661, "histo_col_type": "", "name": "__auto__", "null_count": 2667840721671093984, "row_count": 5166184528567486064}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 205737863288280688, "histo_col_type": "", "name": "__auto__", "null_count": 2634415426127603400, "row_count": 5166184528567486064}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4572098302070725398, "histo_col_type": "", "name": "__auto__", "null_count": 2214623596758582339, "row_count": 5166184528567486064}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4905410892753608159, "histo_col_type": "", "name": "__auto__", "null_count": 4683559144071770098, "row_count": 5166184528567486064}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2068403793099383608, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5166184528567486064}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2464308379653052176, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5166184528567486064}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3174614376616019056, "histo_col_type": "", "name": "__auto__", "null_count": 1812815187408203673, "row_count": 5166184528567486064}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3222333219265715938, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "-4.254298760862531487E+34"}, {"distinct_range": 0, "num_eq": 6974718091446164259, "num_range": 40, "upper_bound": "-1833567195.90121283"}, {"distinct_range": 4115765068858016300, "num_eq": 0, "num_range": 4115765068858016353, "upper_bound": "-0.8224352423773615722"}, {"distinct_range": 0, "num_eq": 8628579138166659820, "num_range": 8407796026361198664, "upper_bound": "113004.803258306527"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 70000000000, "upper_bound": "5.94194138180695364E+31"}, {"distinct_range": 0, "num_eq": 6751682371396381957, "num_range": 60000000, "upper_bound": "Infinity"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2080957113164491870, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3504411092831367472, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6497844865933898149, "histo_col_type": "", "name": "__auto__", "null_count": 863347753201448986, "row_count": 6938749918561325818}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3262597132978197633, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 915778280761067699, "histo_buckets": [{"distinct_range": 0, "num_eq": 968240271037626193, "num_range": 0, "upper_bound": "0000000000000000000000000000"}, {"distinct_range": 4679285228492117000, "num_eq": 0, "num_range": 8942732008215451522, "upper_bound": "1000000010110001111111001101"}, {"distinct_range": 1878405593450404000, "num_eq": 853439270437848171, "num_range": 1878405593450404043, "upper_bound": "1010000110101111000000010101"}, {"distinct_range": 5579750718012533000, "num_eq": 8560360214637991921, "num_range": 5579750718012532870, "upper_bound": "1110000000100010100100111011"}], "histo_col_type": "BIT(28)", "name": "__auto__", "null_count": 4214943207305400203, "row_count": 6938749918561325818}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1135796730433484177, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "376624259"}, {"distinct_range": 0, "num_eq": 800, "num_range": 8652721396332701328, "upper_bound": "423240452"}, {"distinct_range": 0, "num_eq": 6980202182139271162, "num_range": 300000000, "upper_bound": "1242477165"}, {"distinct_range": 9035625838454678000, "num_eq": 503279255630103786, "num_range": 9214926295535876728, "upper_bound": "1551900671"}, {"distinct_range": 0, "num_eq": 60000, "num_range": 2000, "upper_bound": "3027628281"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3333351414295919002, "histo_col_type": "", "name": "__auto__", "null_count": 6461062366122246349, "row_count": 6938749918561325818}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4751327406307002844, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1365832246500232197, "histo_col_type": "", "name": "__auto__", "null_count": 4322881514883095157, "row_count": 6938749918561325818}, {"columns": ["col2_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4805227984963841173, "histo_col_type": "", "name": "__auto__", "null_count": 3915191254425275906, "row_count": 6938749918561325818}, {"columns": ["col2_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1871538839248870898, "histo_col_type": "", "name": "__auto__", "null_count": 1245148843689068106, "row_count": 6938749918561325818}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3525253472752142744, "histo_col_type": "", "name": "__auto__", "null_count": 4084567802093211185, "row_count": 6938749918561325818}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5939483050734564241, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5117114531288672382, "histo_col_type": "", "name": "__auto__", "null_count": 4215569375957242610, "row_count": 6938749918561325818}, {"columns": ["col2_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5142834602600948433, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1955745672384177240, "histo_buckets": [{"distinct_range": 0, "num_eq": 7409555475779794945, "num_range": 0, "upper_bound": "4714-11-24 BC"}, {"distinct_range": 0, "num_eq": 1831220331426972344, "num_range": 900000, "upper_bound": "1971-04-27"}, {"distinct_range": 8000, "num_eq": 1712901173054517111, "num_range": 8000, "upper_bound": "1978-02-24"}, {"distinct_range": 0, "num_eq": 0, "num_range": 8743261509246629620, "upper_bound": "1982-05-24"}, {"distinct_range": 5070723929520482000, "num_eq": 900, "num_range": 5070723929520482413, "upper_bound": "1983-05-19"}, {"distinct_range": 1014020.8388609985, "num_eq": 0, "num_range": 10000000, "upper_bound": "1987-04-02"}, {"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "1987-04-16"}, {"distinct_range": 0, "num_eq": 7052909795999327378, "num_range": 760310434395694157, "upper_bound": "1991-06-26"}, {"distinct_range": 3460047100.86752, "num_eq": 0, "num_range": 80000000000, "upper_bound": "1996-02-03"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 801401415141472159, "histo_col_type": "", "name": "__auto__", "null_count": 630109117462436145, "row_count": 6938749918561325818}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3604904001032685658, "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1360393297004729702, "histo_col_type": "STRING", "name": "__auto__", "null_count": 6734540409966721742, "row_count": 6938749918561325818}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3245721748471300846, "histo_col_type": "", "name": "__auto__", "null_count": 5812373885901024568, "row_count": 6938749918561325818}, {"columns": ["col2_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6822799099891524634, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1699507341768656504, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "2217374998"}, {"distinct_range": 0, "num_eq": 5912414886626636234, "num_range": 0, "upper_bound": "3261620702"}, {"distinct_range": 37483.1813579805, "num_eq": 2114360999530717833, "num_range": 400000, "upper_bound": "3838858838"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 6938749918561325818}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 563072466621808223, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "869129310"}, {"distinct_range": 70, "num_eq": 702573335782774877, "num_range": 70, "upper_bound": "1883936363"}, {"distinct_range": 0, "num_eq": 2978479469742322975, "num_range": 4000000000, "upper_bound": "2382889006"}, {"distinct_range": 200000, "num_eq": 3538666742734452089, "num_range": 200000, "upper_bound": "2736428041"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 10000, "upper_bound": "3028068726"}, {"distinct_range": 7098610.709478596, "num_eq": 700000, "num_range": 8000000, "upper_bound": "4020986115"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 4915149910053127489}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2183195136336073077, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4915149910053127489}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 494857235195557216, "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 4915149910053127489}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2749735345064298377, "histo_buckets": [{"distinct_range": 0, "num_eq": 3766743020709272464, "num_range": 0, "upper_bound": "1994-09-30"}, {"distinct_range": 5327871530483262000, "num_eq": 8000000000, "num_range": 5327871530483262557, "upper_bound": "5874897-12-31"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 4915149910053127489}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1516018857056651981, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 3755179635290728400, "num_eq": 6757986591615284632, "num_range": 3755179635290728496, "upper_bound": "1285345731"}, {"distinct_range": 0.7095054762384649, "num_eq": 10000000000, "num_range": 20, "upper_bound": "1581028634"}, {"distinct_range": 0, "num_eq": 8053999514150478956, "num_range": 400000, "upper_bound": "2178426552"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 4915149910053127489}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1633235855146400643, "histo_col_type": "", "name": "__auto__", "null_count": 3975172143217869434, "row_count": 4915149910053127489}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2911844226462562741, "histo_col_type": "", "name": "__auto__", "null_count": 2232084870889299782, "row_count": 4616939072389134329}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2993422212660832786, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4616939072389134329}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2692836811463320323, "histo_col_type": "", "name": "__auto__", "null_count": 3308879826294666334, "row_count": 4616939072389134329}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1963085775233660943, "histo_col_type": "", "name": "__auto__", "null_count": 2255916432519713531, "row_count": 4616939072389134329}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4476532253122228195, "histo_col_type": "", "name": "__auto__", "null_count": 2426334328377036833, "row_count": 4616939072389134329}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 136864535363350964, "histo_col_type": "", "name": "__auto__", "null_count": 894940344501119040, "row_count": 4616939072389134329}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2451186964595277904, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4616939072389134329}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1974639793202456954, "histo_col_type": "", "name": "__auto__", "null_count": 1844826155124979884, "row_count": 4616939072389134329}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3794742131774766368, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4616939072389134329}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2589390419881610106, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4616939072389134329}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 613038822193890911, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000000, "num_range": 0, "upper_bound": "91743677"}, {"distinct_range": 0, "num_eq": 689846656535625890, "num_range": 6635823551969782334, "upper_bound": "1883843158"}, {"distinct_range": 0, "num_eq": 8379930776999849036, "num_range": 0, "upper_bound": "4172049660"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 4616939072389134329}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 697659484642351156, "histo_col_type": "", "name": "__auto__", "null_count": 1960479627791389709, "row_count": 4616939072389134329}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3300456871927417307, "histo_col_type": "", "name": "__auto__", "null_count": 3109443644023755290, "row_count": 4616939072389134329}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2409871898263787110, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4616939072389134329}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 89801, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 135694, "histo_col_type": "", "name": "__auto__", "null_count": 28297, "row_count": 900000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 302848, "histo_col_type": "", "name": "__auto__", "null_count": 95044, "row_count": 900000}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 89593, "histo_col_type": "", "name": "__auto__", "null_count": 850866, "row_count": 900000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 725251, "histo_col_type": "", "name": "__auto__", "null_count": 19188, "row_count": 900000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 899534, "histo_col_type": "", "name": "__auto__", "null_count": 839329, "row_count": 900000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 213715, "histo_col_type": "BIT(28)", "name": "__auto__", "null_count": 410135, "row_count": 900000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 609801, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "\\u000c/K"}, {"distinct_range": 0, "num_eq": 6553553871818454208, "num_range": 4108874359119099632, "upper_bound": "\\u0017\\u0018$\\"\\u0018]19h"}, {"distinct_range": 6912174615927837000, "num_eq": 8277282654681805467, "num_range": 6912174615927836509, "upper_bound": "DN"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 258998, "row_count": 900000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 449006, "histo_buckets": [{"distinct_range": 0, "num_eq": 6105368595489059960, "num_range": 0, "upper_bound": "2180468897"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 594673, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 793239, "histo_col_type": "", "name": "__auto__", "null_count": 514399, "row_count": 900000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 285777, "histo_col_type": "", "name": "__auto__", "null_count": 123241, "row_count": 900000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 752084, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 414357, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 626142, "histo_buckets": [{"distinct_range": 0, "num_eq": 8328962313541619865, "num_range": 0, "upper_bound": "-1.884348252866331"}, {"distinct_range": 5319926843118856000, "num_eq": 8000000000, "num_range": 5319926843118855775, "upper_bound": "-0.8073718287004887"}, {"distinct_range": 0, "num_eq": 6888648111331349817, "num_range": 0, "upper_bound": "-0.7058420221980608"}, {"distinct_range": 3480767230701974000, "num_eq": 500000, "num_range": 3480767230701974097, "upper_bound": "0.0"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 0, "upper_bound": "0.34180346432832914"}, {"distinct_range": 5222971835184723000, "num_eq": 4000, "num_range": 5222971835184722709, "upper_bound": "0.3565907003227451"}, {"distinct_range": 49384559.93287563, "num_eq": 0, "num_range": 50000000, "upper_bound": "1.0906173483097243"}, {"distinct_range": 500, "num_eq": 2734801500411353054, "num_range": 500, "upper_bound": "+Inf"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 768031, "histo_col_type": "", "name": "__auto__", "null_count": 422884, "row_count": 900000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 521519, "histo_buckets": [{"distinct_range": 0, "num_eq": 7427350530265519751, "num_range": 0, "upper_bound": "0.08920821931310823377"}, {"distinct_range": 0, "num_eq": 8046651555369898817, "num_range": 200000000, "upper_bound": "82209808.91844787716"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 513633, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 243338, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24734, "histo_col_type": "", "name": "__auto__", "null_count": 215865, "row_count": 900000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 744361, "histo_buckets": [{"distinct_range": 0, "num_eq": 6689920101809005785, "num_range": 0, "upper_bound": "1992-12-23"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 783410, "histo_buckets": [{"distinct_range": 0, "num_eq": 7049625876869579343, "num_range": 0, "upper_bound": "23838588"}, {"distinct_range": 0, "num_eq": 0, "num_range": 500000, "upper_bound": "434414567"}, {"distinct_range": 0, "num_eq": 6279540507758820817, "num_range": 1790623448795176935, "upper_bound": "593910348"}, {"distinct_range": 225177536.77040485, "num_eq": 7000000000, "num_range": 300000000, "upper_bound": "1521277359"}, {"distinct_range": 5148465557295506000, "num_eq": 1000, "num_range": 5148465557295506572, "upper_bound": "2207434390"}, {"distinct_range": 2286966072834636000, "num_eq": 6146301038448006235, "num_range": 5969007582697496029, "upper_bound": "3558610242"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 900000}, {"columns": ["col2_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 730417, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4062176291, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "1970-01-01"}, {"distinct_range": 84356357209311400, "num_eq": 700, "num_range": 753588692122395101, "upper_bound": "1970-09-10"}, {"distinct_range": 1862804257.046753, "num_eq": 50, "num_range": 8000000000, "upper_bound": "1978-12-24"}, {"distinct_range": 10000000000, "num_eq": 1000, "num_range": 10000000000, "upper_bound": "1986-10-17"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 80000, "upper_bound": "1988-09-04"}, {"distinct_range": 3187450580228798000, "num_eq": 6000, "num_range": 3187450580228798204, "upper_bound": "1990-08-14"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 50, "upper_bound": "1994-01-26"}, {"distinct_range": 0, "num_eq": 4000000, "num_range": 8418141355430593186, "upper_bound": "5874897-12-31"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5620717498, "histo_buckets": [{"distinct_range": 0, "num_eq": 4230570029692264583, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 9892240.414656298, "num_eq": 607000241458006580, "num_range": 80000000, "upper_bound": "1172697525"}, {"distinct_range": 0, "num_eq": 3062647759475701256, "num_range": 4772698740021793911, "upper_bound": "1426548278"}, {"distinct_range": 2000, "num_eq": 954671101783546210, "num_range": 2000, "upper_bound": "1720486911"}, {"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "2217488128"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1902305529, "histo_col_type": "", "name": "__auto__", "null_count": 3332060791, "row_count": 7000000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2065535467, "histo_buckets": [{"distinct_range": 0, "num_eq": 6110133160429068524, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 1879634479697669414, "num_range": 7000000000, "upper_bound": "96806874"}, {"distinct_range": 836705.1951247196, "num_eq": 3072291385010835471, "num_range": 1000000, "upper_bound": "96875077"}, {"distinct_range": 200000, "num_eq": 2000000000, "num_range": 200000, "upper_bound": "247568506"}, {"distinct_range": 0, "num_eq": 400000000, "num_range": 2020262383169270336, "upper_bound": "365924864"}, {"distinct_range": 1080824148877960700, "num_eq": 4750321596035762242, "num_range": 1080824148877960675, "upper_bound": "1376998021"}, {"distinct_range": 1240814916009849600, "num_eq": 100000, "num_range": 8636616734810711303, "upper_bound": "3124632489"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6017008394, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1290331948, "histo_buckets": [{"distinct_range": 0, "num_eq": 5901787091549153673, "num_range": 0, "upper_bound": "\\u000e)g"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "\'bDpU)Sc\\u0008"}, {"distinct_range": 61.01019929763109, "num_eq": 500000, "num_range": 80, "upper_bound": ".Ox\\"t\\u0011n\\n0"}, {"distinct_range": 2321317193242812400, "num_eq": 3133626183078059593, "num_range": 3309321081305619762, "upper_bound": "/\\u0007"}, {"distinct_range": 28347405829655800, "num_eq": 3000000, "num_range": 68416005765342191, "upper_bound": "9J~p\\u0005<n "}, {"distinct_range": 0, "num_eq": 400000, "num_range": 900000, "upper_bound": "cv\\u0003;}\' "}, {"distinct_range": 4667656819258533000, "num_eq": 3276460376844046537, "num_range": 8286756899980500362, "upper_bound": "r\\u0015q"}, {"distinct_range": 24.801804223065442, "num_eq": 2002597856571350382, "num_range": 40, "upper_bound": "{"}, {"distinct_range": 1627860027573153300, "num_eq": 10000, "num_range": 1627860027573153401, "upper_bound": "}a\\u0002"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 7000000000}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "infinity" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        postgres_1    | CREATE EXTENSION
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@eda9189cecbbc279f1857f6e6b992bdfd363397e:

        postgres_1    |     pg_ctl -D /var/lib/postgresql/data -l logfile start
        postgres_1    | 
        postgres_1    | waiting for server to start....2020-12-17 06:15:15.629 UTC [48] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-17 06:15:15.644 UTC [49] LOG:  database system was shut down at 2020-12-17 06:15:15 UTC
        postgres_1    | 2020-12-17 06:15:15.648 UTC [48] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2020-12-17 06:15:18.538 UTC [48] LOG:  received fast shutdown request
        postgres_1    | .2020-12-17 06:15:18.541 UTC [48] LOG:  aborting any active transactions
        postgres_1    | 2020-12-17 06:15:18.542 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
        postgres_1    | 2020-12-17 06:15:18.549 UTC [50] LOG:  shutting down
        postgres_1    | 2020-12-17 06:15:18.668 UTC [48] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-17 06:15:18.750 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-17 06:15:18.750 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-17 06:15:18.755 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-17 06:15:18.769 UTC [85] LOG:  database system was shut down at 2020-12-17 06:15:18 UTC
        postgres_1    | 2020-12-17 06:15:18.774 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (601.21s)
        test_1        |     --- FAIL: TestCompare/postgres (0.60s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@46919380225dba7122130c338744b561d7eb6c56:


        test_1        |             CREATE INDEX ON table4 (col1_0 ASC, col1_10, col1_6 ASC, col1_2 DESC, col1_5 DESC, col1_3 DESC, col1_8, col1_9, col4_11, col1_4, col4_10 ASC) INCLUDE (col4_9);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_3 ASC, col1_0 ASC, col4_9 ASC, col1_6, col4_10 ASC, col4_11, col1_2, col1_5, col1_8 DESC, col1_9, col1_10);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_6 ASC, col1_8, col4_10) INCLUDE (col4_11);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_4 DESC, col4_10 DESC, col1_5 DESC, col1_6 ASC, col4_11 DESC, col1_0 DESC, col1_2 DESC, col1_10 DESC);
        test_1        |             CREATE INDEX ON table4 (col4_9, col1_2 ASC, col1_3 DESC, col1_8 ASC, col1_6, col4_11, col1_10 DESC, col4_10 DESC, col1_4 DESC, col1_0 DESC);
        test_1        |             CREATE INDEX ON table4 (col1_5, col4_10 ASC, col1_0, col1_3 ASC, col4_11 DESC, col4_9, col1_2, col1_6 DESC, col1_10, col1_9 DESC, col1_8 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col1_9);
        test_1        |             CREATE TABLE table5 (col5_0 TIMETZ NULL, col5_1 BOOL NOT NULL, col5_2 INTERVAL NOT NULL, col5_3 INTERVAL NOT NULL, col5_4 FLOAT8 NULL, col5_5 TIME, col5_6 TIMESTAMP NULL, col5_7 INTERVAL NULL, col5_8 BOX2D NULL, col5_9 REGTYPE NULL, col5_10 "char" NOT NULL, col5_11 FLOAT8 NOT NULL, PRIMARY KEY (col5_2, col5_11));
        test_1        |             CREATE INDEX ON table5 (col5_11 ASC, col5_2) INCLUDE (col5_0, col5_4, col5_8, col5_9);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_6 ASC, col5_8 ASC, col5_0 DESC, col5_7 DESC, col5_3, col5_2 ASC, col5_5 ASC, col5_1 DESC, col5_4 ASC, col5_11);
        test_1        |             CREATE INDEX ON table5 (col5_9, col5_3 ASC, col5_0, col5_1 DESC, col5_4 DESC, col5_2, col5_5, col5_11 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_10);
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_3) REFERENCES table5 (col5_10);
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_10) REFERENCES table2 (col1_10) ON DELETE RESTRICT ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table5 ADD FOREIGN KEY (col5_7) REFERENCES table4 (col1_9) ON DELETE CASCADE ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_5) REFERENCES table2 (col1_5) ON DELETE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('skwpsp', 'z', 'fy', 'zbacf', 'a', 'fk');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('pxk', 'hemx', 'xkup', 'rblex', 'fhze');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('r', 'jf', 'wyav');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('ar', 'jsgvoy', 'izap', 'xddwwb', 'a', 'eef');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('xihp', 'rnwd', 'wu', 're', 'tckcz');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (0.86s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 DECIMAL NOT NULL, col1_1 DECIMAL NOT NULL, col1_2 CHAR NOT NULL, col1_3 BIT(4) NOT NULL, col1_4 REGCLASS NOT NULL, col1_5 BOOL NOT NULL, col1_6 TIME NOT NULL, col1_7 INT8 NOT NULL, col1_8 TIMESTAMPTZ NOT NULL, col1_9 OID, col1_10 INT8 NOT NULL, col1_11 INT8 NOT NULL, col1_12 TIMESTAMPTZ NOT NULL, col1_13 DECIMAL NOT NULL, col1_14 INTERVAL NOT NULL, col1_15 FLOAT8 NOT NULL, col1_16 VARCHAR NOT NULL, col1_17 REGPROC NOT NULL, col1_18 DATE NOT NULL, PRIMARY KEY (col1_16 DESC, col1_0 DESC, col1_14 DESC, col1_18, col1_15 ASC, col1_3 DESC, col1_1 DESC, col1_5, col1_11 ASC, col1_6 DESC, col1_12 ASC, col1_8, col1_7 DESC, col1_4 DESC, col1_2 DESC, col1_17, col1_13 ASC), UNIQUE (col1_16, col1_0 ASC, col1_9, col1_17, col1_3 ASC, col1_14, col1_10 DESC, col1_5 ASC, col1_13 ASC) WHERE (((((((((((((table1.col1_6 != '24:00:00') OR (table1.col1_1 < Infinity)) OR (table1.col1_8 != '-4713-11-24 00:00:00+00:00')) AND (table1.col1_13 = NaN)) AND (table1.col1_15 < -Inf)) OR table1.col1_5) AND (table1.col1_16 = e'\U00002603')) OR (table1.col1_18 <= '1970-01-01')) OR (table1.col1_12 <= '-4713-11-24 00:00:00+00:00')) AND (table1.col1_7 < 2147483647)) OR (table1.col1_0 <= -1)) AND (table1.col1_2 = '"')) OR (table1.col1_10 != -32768)) AND (table1.col1_11 != -1), UNIQUE (col1_4 DESC, col1_15 DESC, col1_2 ASC, col1_13 DESC, col1_0 ASC, col1_10 ASC, col1_18, col1_8 ASC, col1_6 ASC, col1_11, col1_16, col1_7 DESC, col1_1 ASC, col1_12 DESC, col1_5, col1_3 ASC, col1_9) WHERE table1.col1_15 < 5e-324:::FLOAT8, INDEX (col1_2 ASC, col1_1 DESC) STORING (col1_10), UNIQUE (col1_0 DESC, col1_4 ASC, col1_2 DESC, col1_18 DESC, col1_7 DESC, col1_17 DESC, col1_3 DESC, col1_8, col1_6 ASC, col1_12 DESC, col1_11 DESC, col1_13, col1_14, col1_15 DESC, col1_16) STORING (col1_9), UNIQUE (col1_18 ASC, col1_6 DESC, col1_1 ASC, col1_8 ASC, col1_13 ASC, col1_4 ASC, col1_9 ASC, col1_12, col1_0 DESC, col1_16, col1_5 ASC, col1_15 ASC, col1_11 DESC, col1_3 DESC, col1_2, col1_17 ASC, col1_14, col1_7 ASC) STORING (col1_10) WHERE (table1.col1_7 > (-128):::INT8) AND (table1.col1_10 != (-1):::INT8), UNIQUE (col1_0 DESC, col1_4, col1_14, col1_8 ASC, col1_1, col1_7 ASC, col1_18, col1_5 ASC, col1_17 DESC, col1_9, col1_16, col1_3 DESC, col1_13, col1_10 DESC, col1_2 ASC, col1_11 DESC, col1_12 DESC, col1_6, col1_15 ASC), FAMILY (col1_0), FAMILY (col1_13, col1_12), FAMILY (col1_16, col1_2), FAMILY (col1_11), FAMILY (col1_5), FAMILY (col1_9), FAMILY (col1_10), FAMILY (col1_14), FAMILY (col1_6, col1_8), FAMILY (col1_4, col1_3, col1_18), FAMILY (col1_17, col1_7, col1_1), FAMILY (col1_15));
        test_1        |             CREATE TABLE table2 (col1_16 VARCHAR NOT NULL, col1_0 DECIMAL NOT NULL, col1_14 INTERVAL NOT NULL, col1_18 DATE NOT NULL, col1_15 FLOAT8 NOT NULL, col1_3 BIT(4) NOT NULL, col1_1 DECIMAL NOT NULL, col1_5 BOOL NOT NULL, col1_11 INT8 NOT NULL, col1_6 TIME NOT NULL, col1_12 TIMESTAMPTZ NOT NULL, col1_8 TIMESTAMPTZ NOT NULL, col1_7 INT8 NOT NULL, col1_4 REGCLASS NOT NULL, col1_2 CHAR NOT NULL, col1_17 REGPROC NOT NULL, col1_13 DECIMAL NOT NULL, col2_17 TIMESTAMPTZ, col2_18 BYTES NOT NULL, col2_19 OID, col2_20 INTERVAL NULL, col2_21 STRING NULL, col2_22 TIMESTAMP NULL, col2_23 INT2 NOT NULL, col2_24 VARCHAR, col2_25 REGPROC NULL, col2_26 BIT(43) NOT NULL, col2_27 VARCHAR NOT NULL, col2_28 INET, col2_29 FLOAT4, col2_30 TIME NOT NULL, col2_31 INT4 NULL, col2_32 UUID, col2_33 DECIMAL NOT NULL, PRIMARY KEY (col1_16 DESC, col1_0 DESC, col1_14 DESC, col1_18, col1_15 ASC, col1_3 DESC, col1_1 DESC, col1_5, col1_11 ASC, col1_6 DESC, col1_12 ASC, col1_8, col1_7 DESC, col1_4 DESC, col1_2 DESC, col1_17, col1_13 ASC), UNIQUE (col1_4, col2_28, col1_13 DESC, col1_6 DESC, col1_11 DESC, col1_2, col2_33 ASC, col1_7, col2_17 DESC, col2_24 ASC, col2_31 DESC, col1_5 ASC, col1_3, col1_18 DESC, col2_29 ASC, col2_30 DESC, col1_15 ASC, col1_1 DESC, col2_18 DESC) STORING (col2_21, col2_22, col2_26, col2_27, col2_32) WHERE (((((((((((((((((((((((table2.col1_0 = 'Infinity':::DECIMAL) OR (table2.col1_7 < 32767:::INT8)) OR (table2.col1_15 != 3.4028234663852886e+38:::FLOAT8)) OR (table2.col2_29 >= 1.0:::FLOAT8)) AND (table2.col1_11 > (-9223372036854775807):::INT8)) OR (table2.col2_33 <= 1:::DECIMAL)) AND (table2.col1_16 < e'\'':::STRING)) OR (table2.col2_30 < '24:00:00':::TIME)) OR (NOT table2.col1_5)) OR (table2.col1_12 != '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table2.col2_24 <= 'X':::STRING)) AND (table2.col1_1 >= 'NaN':::DECIMAL)) OR (table2.col2_17 <= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) OR (table2.col2_27 <= e'\x00':::STRING)) OR (table2.col2_31 <= 2147483647:::INT8)) AND (table2.col1_6 = '00:00:00':::TIME)) OR (table2.col1_2 <= e'\'':::STRING)) AND (table2.col2_21 <= 'X':::STRING)) AND (table2.col2_22 > '-2000-01-01 00:00:00':::TIMESTAMP)) AND (table2.col1_13 = (-1):::DECIMAL)) OR (table2.col1_18 >= '1970-01-01':::DATE)) OR (table2.col1_8 < '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table2.col2_23 != (-1):::INT8)) OR (table2.col2_18 < e'\\x00':::BYTES), INDEX (col1_6 ASC, col1_1 DESC, col2_23 ASC, col2_30, col2_21 ASC, col1_11 DESC, col2_17 ASC, col1_5 DESC, col1_2 DESC, col2_22 ASC, col2_31 DESC, col2_20 DESC, col2_25, col2_28, col1_3 DESC, col2_29 ASC, col2_19 DESC, col2_18 ASC, col2_27 DESC, col2_33 ASC, col1_17 ASC) WHERE ((((((((((((((table2.col1_15 > 0.0:::FLOAT8) AND (table2.col1_8 = '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table2.col1_0 >= 'Infinity':::DECIMAL)) AND (table2.col2_33 != (-1):::DECIMAL)) OR (table2.col1_2 > e'\x00':::STRING)) OR (table2.col2_23 > 127:::INT8)) AND (table2.col1_12 != '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table2.col1_18 > '5874897-12-31':::DATE)) OR (table2.col2_27 != '':::STRING)) AND (table2.col1_7 <= 9223372036854775807:::INT8)) OR (table2.col2_29 >= 0.0:::FLOAT8)) OR (table2.col2_21 >= '':::STRING)) OR (table2.col2_22 = '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table2.col1_11 != 127:::INT8)) AND (table2.col1_13 <= (-1.234E+401):::DECIMAL), INDEX (col2_27 ASC, col1_8 DESC, col2_19, col2_33, col1_1 ASC, col2_25 DESC, col1_5, col2_22, col2_23 ASC, col1_11, col2_28 DESC, col2_24 DESC, col1_16 ASC, col2_31 DESC, col1_3 DESC, col2_32 DESC, col2_17 ASC, col1_13 DESC, col1_12, col1_6 ASC, col1_7 DESC, col2_30 ASC, col1_15, col2_18 ASC, col2_26, col2_29 DESC) WHERE (((((((((((((((((((((((table2.col1_0 < (-1):::DECIMAL) OR (table2.col1_11 >= 32767:::INT8)) OR (table2.col1_12 != '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col1_2 != e'\x00':::STRING)) AND (table2.col2_23 > 1:::INT8)) OR (table2.col2_30 <= '24:00:00':::TIME)) OR (table2.col2_24 < e'\'':::STRING)) OR (table2.col2_21 != e'\x00':::STRING)) AND (table2.col1_18 >= '5874897-12-31':::DATE)) OR (table2.col1_6 = '00:00:00':::TIME)) AND (table2.col1_1 <= 1:::DECIMAL)) OR (table2.col2_29 > '+Inf':::FLOAT8)) AND (table2.col1_16 != e'\U00002603':::STRING)) AND (table2.col2_18 >= e'\\x22':::BYTES)) OR (table2.col2_17 != '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col2_22 >= '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table2.col2_33 <= 'NaN':::DECIMAL)) OR (NOT table2.col1_5)) OR (table2.col1_15 = 3.4028234663852886e+38:::FLOAT8)) OR (table2.col2_31 = 127:::INT8)) AND (table2.col1_7 = 0:::INT8)) OR (table2.col1_8 = '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col2_27 < 'X':::STRING)) AND (table2.col1_13 <= 'NaN':::DECIMAL), UNIQUE (col2_32 DESC, col1_1 ASC, col2_19 DESC, col2_17 DESC, col1_16, col2_21) STORING (col2_22, col2_24, col2_25, col2_26, col2_29), UNIQUE (col1_6 DESC, col1_12, col1_8 DESC, col1_0 DESC, col1_5, col1_2, col2_23, col2_20 DESC, col2_17 DESC, col2_29 DESC, col1_14, col2_28 ASC, col1_16 ASC, col2_21 ASC, col2_33 ASC, col1_3, col1_11, col2_24 ASC, col1_13 DESC, col2_22 ASC, col2_26 DESC, col1_4, col2_32 DESC, col2_31) STORING (col2_25), INDEX (col2_25 ASC, col1_17, col1_11 DESC, col2_19 ASC, col2_18 ASC, col2_29, col2_33, col1_7, col1_5 ASC, col2_24 ASC, col1_4 ASC, col2_20 ASC, col1_8 ASC, col2_22 ASC, col2_28, col1_2, col1_6 ASC, col2_23 DESC, col1_0 DESC, col2_26, col1_1 ASC, col2_27, col2_17 ASC, col1_12 ASC, col1_18 DESC, col2_21 DESC) STORING (col2_30) WHERE (((((((((((((((((((((table2.col1_15 = -Inf) AND (table2.col1_7 < -128)) AND (table2.col2_27 <= e'\U00002603')) OR (table2.col1_0 <= -Infinity)) OR (table2.col1_6 > '24:00:00')) OR (table2.col2_17 >= '0001-01-01 00:00:00+00:00')) AND (table2.col1_18 <= '4714-11-24 BC')) OR (table2.col1_16 > e'\U00002603')) OR (table2.col2_33 = Infinity)) AND (table2.col2_21 != e'\U00002603')) AND (table2.col1_8 > '0001-01-01 00:00:00+00:00')) AND (table2.col2_30 != '24:00:00')) AND (table2.col2_18 > '\x58')) OR (table2.col2_29 >= -Inf)) AND table2.col1_5) OR (table2.col1_13 < -Infinity)) OR (table2.col1_1 != -1.234E+401)) AND (table2.col1_11 > 127)) OR (table2.col1_2 != e'\U00002603')) OR (table2.col2_31 < -128)) OR (table2.col2_23 < -1)) AND (table2.col2_24 <= e'\U00002603'), INDEX (col1_2 ASC, col1_18, col1_0, col1_14 DESC, col1_5 ASC, col2_24, col2_23 ASC, col1_1 ASC, col2_22, col1_11 DESC, col2_33 ASC, col1_12 DESC, col1_6, col1_8 DESC, col1_4, col2_26, col2_29, col1_7, col2_31 ASC, col2_28 DESC, col2_27 ASC, col1_13, col2_20 ASC, col2_18 ASC, col2_30 DESC, col1_17 DESC, col2_19, col1_3 DESC, col2_32, col2_21, col1_15 DESC, col2_25 ASC, col1_16 DESC) STORING (col2_17) WHERE (table2.col1_11 > -9223372036854775807) OR (table2.col1_6 != '24:00:00'), FAMILY (col2_26, col2_32), FAMILY (col1_6, col1_0, col1_2, col2_18), FAMILY (col1_4), FAMILY (col1_13, col2_20), FAMILY (col1_18), FAMILY (col1_14), FAMILY (col2_31), FAMILY (col1_1, col2_23, col2_21), FAMILY (col1_16, col1_5, col1_12, col1_17), FAMILY (col2_24), FAMILY (col2_22, col2_19, col1_8), FAMILY (col2_28), FAMILY (col2_33), FAMILY (col2_17, col2_30, col2_29), FAMILY (col1_15), FAMILY (col2_27, col1_3), FAMILY (col1_11), FAMILY (col1_7, col2_25), UNIQUE (col1_0) STORING (col2_19, col2_23, col2_25, col2_27, col2_31, col2_32) WHERE (((((((((((((((((((((((table2.col2_17 <= '3000-01-01 00:00:00+00:00') AND (table2.col2_23 < 0)) OR (NOT table2.col1_5)) OR (table2.col1_18 = 'infinity')) OR (table2.col2_22 = '-2000-01-01 00:00:00')) OR (table2.col1_16 > 'X')) AND (table2.col2_18 > '\x27')) OR (table2.col2_21 != 'X')) AND (table2.col1_11 != 9223372036854775807)) OR (table2.col1_0 <= -Infinity)) OR (table2.col1_6 < '24:00:00')) OR (table2.col1_1 != NaN)) OR (table2.col2_24 > e'\x00')) OR (table2.col1_12 >= '0001-01-01 00:00:00+00:00')) AND (table2.col1_15 >= -1.0)) OR (table2.col2_31 = 1)) OR (table2.col1_13 != -1.234E+401)) AND (table2.col2_27 != e'\U00002603')) OR (table2.col2_30 > '24:00:00')) OR (table2.col1_2 = '"')) AND (table2.col1_8 > '294276-12-31 23:59:59.999999+00:00')) AND (table2.col2_33 <= NaN)) AND (table2.col2_29 <= 0.0)) OR (table2.col1_7 < 1)) INTERLEAVE IN PARENT table1 (col1_16, col1_0, col1_14, col1_18, col1_15, col1_3, col1_1, col1_5, col1_11, col1_6, col1_12, col1_8, col1_7, col1_4, col1_2, col1_17, col1_13);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 702444914830330683, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 758170271210376062, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 287364661010044566, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1398335542415790603, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 325861432473223992, "histo_buckets": [{"distinct_range": 0, "num_eq": 6322725647939632754, "num_range": 0, "upper_bound": "\\u001a"}, {"distinct_range": 0, "num_eq": 8977511524412696794, "num_range": 7890824492680071770, "upper_bound": "\\""}, {"distinct_range": 8477838522522982000, "num_eq": 8642369701702890643, "num_range": 8477838522522982201, "upper_bound": "%"}, {"distinct_range": 0, "num_eq": 4597953061742221276, "num_range": 4010573842738899623, "upper_bound": "("}, {"distinct_range": 0, "num_eq": 0, "num_range": 100000000, "upper_bound": "8"}, {"distinct_range": 0, "num_eq": 50, "num_range": 3997343644448352422, "upper_bound": "D"}, {"distinct_range": 2218132.5386155234, "num_eq": 10, "num_range": 6000000, "upper_bound": "\x7f"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 229513362361680896, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 853534352711987304, "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12821150135806819, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 292752553887024622, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 784451608586551440, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 190750284284473044, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000, "num_range": 0, "upper_bound": "1983-01-09"}, {"distinct_range": 1873.3961318535546, "num_eq": 100, "num_range": 2000, "upper_bound": "infinity"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 853662389702077618, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000, "num_range": 0, "upper_bound": "3.160317326407955154E+19"}, {"distinct_range": 1506630544827895800, "num_eq": 4544572618018688011, "num_range": 7282000765664674063, "upper_bound": "7.241427583397916806E+35"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 909940915633761457, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 276917633557747676, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1178495043989363865, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1338479486936681274, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 484401208303193953, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": ""}, {"distinct_range": 3197914279423130000, "num_eq": 0, "num_range": 3519214432980620658, "upper_bound": "!\\u0012P"}, {"distinct_range": 2452407860.817692, "num_eq": 10, "num_range": 8000000000, "upper_bound": "B1"}, {"distinct_range": 3372584306963503600, "num_eq": 1415120576666408327, "num_range": 3372584306963503822, "upper_bound": "X"}, {"distinct_range": 30000000, "num_eq": 9173210856801547750, "num_range": 30000000, "upper_bound": "^3\\u0015YQ"}, {"distinct_range": 968493872042932200, "num_eq": 6010342345885048583, "num_range": 1721237665656014284, "upper_bound": "p\\u000f*\\t"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 675446224373473202, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1410634875304922900}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1344475061966411169, "histo_col_type": "", "name": "__auto__", "null_count": 991774297373694341, "row_count": 1410634875304922900}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5120063969853967022, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3787504222136955967, "histo_col_type": "", "name": "__auto__", "null_count": 7784823582277100456, "row_count": 8557693454150495240}, {"columns": ["col2_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5300423304646380504, "histo_col_type": "", "name": "__auto__", "null_count": 1553436942079866320, "row_count": 8557693454150495240}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7039306569479356047, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2040672333089470181, "histo_col_type": "", "name": "__auto__", "null_count": 4401767783864136857, "row_count": 8557693454150495240}, {"columns": ["col2_25"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 94653123729067675, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 1931918895192832000, "num_eq": 20, "num_range": 1931918895192831959, "upper_bound": "575418812"}, {"distinct_range": 8814323460417737000, "num_eq": 8082147252050929088, "num_range": 8814323460417736561, "upper_bound": "1240084474"}, {"distinct_range": 164371501855104450, "num_eq": 500000, "num_range": 164371501855104460, "upper_bound": "2325340772"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 5085238651067477630, "row_count": 8557693454150495240}, {"columns": ["col2_27"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 974943664955366434, "histo_buckets": [{"distinct_range": 0, "num_eq": 7779061085237239738, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 90, "num_range": 0, "upper_bound": "T`h\\u0001T$"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_30"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 629123556314294775, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 215474168684403354, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3857417653897552041, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000, "num_range": 0, "upper_bound": "00:03:07.223856"}, {"distinct_range": 6310406932818114000, "num_eq": 5638354747580911400, "num_range": 7281627508110632862, "upper_bound": "03:51:01.702837"}, {"distinct_range": 0, "num_eq": 10, "num_range": 5798650135807650525, "upper_bound": "04:54:36.16542"}, {"distinct_range": 1000000, "num_eq": 900, "num_range": 1000000, "upper_bound": "06:40:32.01709"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_29"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 370410602543540685, "histo_col_type": "", "name": "__auto__", "null_count": 2249067356962706908, "row_count": 8557693454150495240}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3814430310958506835, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6861997775520072669, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1207920017917593292, "histo_col_type": "", "name": "__auto__", "null_count": 568059010540640769, "row_count": 8557693454150495240}, {"columns": ["col2_24"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5984827246175684008, "histo_col_type": "", "name": "__auto__", "null_count": 4024892302384556544, "row_count": 8557693454150495240}, {"columns": ["col2_28"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5947915159932981644, "histo_col_type": "", "name": "__auto__", "null_count": 2645408419131653232, "row_count": 8557693454150495240}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 168445063492812842, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4456667825554802630, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_32"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5102387501581665996, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000, "num_range": 0, "upper_bound": "003c6032-c0bb-4a6d-9fc7-f9c0ee74b4f4"}, {"distinct_range": 700000000, "num_eq": 80, "num_range": 700000000, "upper_bound": "321936f9-3cf7-4eb0-b437-ac3310a9f9b9"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 5000000000, "upper_bound": "3e9e7702-6779-4119-b792-4dc3d900330f"}, {"distinct_range": 8000, "num_eq": 200000, "num_range": 8000, "upper_bound": "8e37206d-f7f0-4c60-95ea-b4692d0759f0"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 2000000, "upper_bound": "d366009b-9131-4ec9-92e2-3e2a9f8b709f"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 1587438226067508345, "upper_bound": "d5bf204c-c99a-421d-945d-522764331532"}, {"distinct_range": 65045356860.6902, "num_eq": 1076030875702382660, "num_range": 80000000000, "upper_bound": "ffffffff-ffff-ffff-ffff-ffffffffffff"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 6376497972753748550, "row_count": 8557693454150495240}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2518148547929587880, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6882552357487932441, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3366005000318478057, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6979288867975548697, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 211913686016064380, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 269288877303095364, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 752963282122758452, "histo_col_type": "", "name": "__auto__", "null_count": 7106940240052105108, "row_count": 8557693454150495240}, {"columns": ["col2_31"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1020106890060989747, "histo_col_type": "", "name": "__auto__", "null_count": 5160192995357949753, "row_count": 8557693454150495240}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5922817297938493420, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 1506917379280774354, "num_range": 10000, "upper_bound": "\\nS\\u0019?J"}, {"distinct_range": 7633038275027558000, "num_eq": 932830771457283812, "num_range": 7633038275027558610, "upper_bound": "\\u0016mn:X,M\\u0019\\u0013"}, {"distinct_range": 0, "num_eq": 718323477477080782, "num_range": 0, "upper_bound": "\\u0018V7B"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3015348519700900290, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_23"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4255444744670698181, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_33"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6410899335607697683, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6409557820719862715, "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col2_26"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1842602622797666731, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4623841728279990697, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8557693454150495240}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('isjsm', 'ykkeyv', 'cr', 'k');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('z', 'sxk', 'epj');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6278255, "histo_buckets": [{"distinct_range": 0, "num_eq": 7309550721551250978, "num_range": 0, "upper_bound": "1971-02-23"}, {"distinct_range": 0, "num_eq": 439509722138561592, "num_range": 485604544492571324, "upper_bound": "1973-09-10"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 6417914331546280005, "upper_bound": "1976-02-22"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 900000, "upper_bound": "1976-03-30"}, {"distinct_range": 16985.04406677651, "num_eq": 0, "num_range": 20000, "upper_bound": "1981-09-15"}, {"distinct_range": 0, "num_eq": 7779948937364448517, "num_range": 400000, "upper_bound": "1981-11-11"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 1839432122814616988, "upper_bound": "1989-11-26"}, {"distinct_range": 5000000000, "num_eq": 4000000000, "num_range": 5000000000, "upper_bound": "1991-11-24"}, {"distinct_range": 0, "num_eq": 8166035422865798475, "num_range": 800000, "upper_bound": "1996-08-24"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1568636, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "0.4226683868864723198"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9320727, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8691965, "histo_buckets": [{"distinct_range": 0, "num_eq": 2582304500325457036, "num_range": 0, "upper_bound": ""}, {"distinct_range": 299567.6586302544, "num_eq": 3790433873860203851, "num_range": 700000, "upper_bound": "\\""}, {"distinct_range": 29531347.983675294, "num_eq": 8135056833188744031, "num_range": 600000000, "upper_bound": "(\\u0005\\u0001\\u00113h"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "BH\\u0003"}, {"distinct_range": 30000000000, "num_eq": 3095530120738320175, "num_range": 30000000000, "upper_bound": "C^1\\u001c2\\u0018?"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5297274, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6674027, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5343139, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9631657, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1634871, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6906552, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3182124, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5490826, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2729244, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2399807, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3744904, "histo_col_type": "", "name": "__auto__", "null_count": 8820675, "row_count": 10000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8137802, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5415229, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6709587, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000, "num_range": 0, "upper_bound": "114706094"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 8574812446105374504, "upper_bound": "1912104560"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "2940780366"}, {"distinct_range": 70000, "num_eq": 1712888989555962450, "num_range": 70000, "upper_bound": "3277799300"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4829830, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30097, "histo_buckets": [{"distinct_range": 0, "num_eq": 606229205941463210, "num_range": 0, "upper_bound": "\\u001b%m;$\\u001c\\u001a,"}, {"distinct_range": 349168.8451309408, "num_eq": 20000000, "num_range": 600000, "upper_bound": "\\u001eT{\\u0013b"}, {"distinct_range": 10000, "num_eq": 3576756799732200980, "num_range": 10000, "upper_bound": "\\""}, {"distinct_range": 563433.6332875746, "num_eq": 10000, "num_range": 1000000, "upper_bound": "Hg\\u0016q\x7f\\u0018"}, {"distinct_range": 1575432.5778700418, "num_eq": 500000, "num_range": 80000000, "upper_bound": "P2L\\u0002a^X"}, {"distinct_range": 9092.792659144654, "num_eq": 100000, "num_range": 10000, "upper_bound": "zlJ!\\u000fNbu"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5376, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11672, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "21:08:19.462655"}, {"distinct_range": 126486609317407980, "num_eq": 9000, "num_range": 3303416117100329190, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26006, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13297, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16331, "histo_col_type": "", "name": "__auto__", "null_count": 26181, "row_count": 40000}, {"columns": ["col2_28"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39683, "histo_col_type": "", "name": "__auto__", "null_count": 11206, "row_count": 40000}, {"columns": ["col2_30"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2296, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17008, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9825, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32550, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_32"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2173, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": "4695f679-30a1-4fe9-a84b-bf1ee484c73f"}, {"distinct_range": 117165516565893310, "num_eq": 7000, "num_range": 497423494850349636, "upper_bound": "8f3ecf30-865e-47a3-912f-229e421d9d71"}, {"distinct_range": 646.2415090368062, "num_eq": 5815650800953868475, "num_range": 700, "upper_bound": "b3c01191-2200-4509-93a7-9e1bc564fcda"}, {"distinct_range": 7620459377322453000, "num_eq": 6301482638628574909, "num_range": 7620459377322453137, "upper_bound": "b93c6bec-aee1-4485-9981-d08daec9f4cc"}, {"distinct_range": 130355084.08173138, "num_eq": 70, "num_range": 1000000000, "upper_bound": "c11ee00a-7026-43a0-a5fb-88d6aa867729"}, {"distinct_range": 0, "num_eq": 8217085790092281036, "num_range": 5573187448210817581, "upper_bound": "e24a44aa-ee10-425c-86fd-c931235d8a82"}, {"distinct_range": 0, "num_eq": 3442125163852144429, "num_range": 100, "upper_bound": "f2753d62-c6d2-4c08-9f31-99b155c517c0"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 36993, "row_count": 40000}, {"columns": ["col2_24"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15477, "histo_col_type": "", "name": "__auto__", "null_count": 24674, "row_count": 40000}, {"columns": ["col2_31"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12232, "histo_col_type": "", "name": "__auto__", "null_count": 94, "row_count": 40000}, {"columns": ["col2_33"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6554, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 33422, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21081, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15786, "histo_col_type": "", "name": "__auto__", "null_count": 39696, "row_count": 40000}, {"columns": ["col2_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22288, "histo_col_type": "", "name": "__auto__", "null_count": 6929, "row_count": 40000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9157, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17049, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 36134, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 36620, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25430, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 77.07708891615187, "num_eq": 3159058680723754269, "num_range": 80, "upper_bound": "1402464377"}, {"distinct_range": 2303562766989857500, "num_eq": 6107590973202122769, "num_range": 4610506159217123680, "upper_bound": "2001812800"}, {"distinct_range": 0, "num_eq": 400000, "num_range": 4000000, "upper_bound": "2462119438"}, {"distinct_range": 16.294083372054203, "num_eq": 377179093375817588, "num_range": 30, "upper_bound": "2739833413"}, {"distinct_range": 2551174086442808000, "num_eq": 6027119729054338816, "num_range": 7582185108918335206, "upper_bound": "3138631895"}, {"distinct_range": 0, "num_eq": 5483377738872680032, "num_range": 1684566416271761670, "upper_bound": "3334676580"}, {"distinct_range": 0, "num_eq": 1642424721472909479, "num_range": 0, "upper_bound": "3520104633"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26083, "histo_buckets": [{"distinct_range": 0, "num_eq": 6997100176110712171, "num_range": 0, "upper_bound": "\\u0004"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9751, "histo_col_type": "", "name": "__auto__", "null_count": 8459, "row_count": 40000}, {"columns": ["col2_23"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35116, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_27"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9953, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_26"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10962, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_29"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35766, "histo_col_type": "", "name": "__auto__", "null_count": 23961, "row_count": 40000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 34773, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22060, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000}, {"columns": ["col2_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23796, "histo_col_type": "", "name": "__auto__", "null_count": 1448, "row_count": 40000}, {"columns": ["col2_25"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2352, "histo_buckets": [{"distinct_range": 0, "num_eq": 1163464636355977005, "num_range": 0, "upper_bound": "1025744217"}, {"distinct_range": 0, "num_eq": 3566610533305192403, "num_range": 1000000000, "upper_bound": "1538508247"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 4076416080952869640, "upper_bound": "1892661330"}, {"distinct_range": 184621.47000851217, "num_eq": 3155092669137156617, "num_range": 800000, "upper_bound": "3305277709"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 13154, "row_count": 40000}]';
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_0) REFERENCES table2 (col1_0);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 847797046854597309, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 419799820373644944, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1046187919933469023, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 625565486201975530, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 381801677416028259, "histo_buckets": [{"distinct_range": 0, "num_eq": 1368249240798717790, "num_range": 0, "upper_bound": "(\\u0013%"}, {"distinct_range": 0, "num_eq": 100, "num_range": 301986075604995412, "upper_bound": "A`\\u0001"}, {"distinct_range": 8000000, "num_eq": 80000000000, "num_range": 8000000, "upper_bound": "Eto:\\u0006\\r\\u001c\\u0004F"}, {"distinct_range": 0, "num_eq": 558670466437262078, "num_range": 9196241097681090380, "upper_bound": "O1"}, {"distinct_range": 0, "num_eq": 6677928942565178464, "num_range": 3258364846400283030, "upper_bound": "ac\\u0011"}, {"distinct_range": 3992.8133795683266, "num_eq": 3000000000, "num_range": 6000, "upper_bound": "o&(3,|>Ah"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 610592701143974360, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 391175658513301403, "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 514989542999584660, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1263493592864776830, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 497111256412110559, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 370006150195076676, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1086747957404113749, "histo_col_type": "", "name": "__auto__", "null_count": 545423886412017901, "row_count": 1359415856665346064}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 119673952437196619, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1275353071836326718, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1026942373619245511, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000000, "num_range": 0, "upper_bound": "62724748.25290967281"}, {"distinct_range": 10000, "num_eq": 4096668783530337217, "num_range": 10000, "upper_bound": "13994326665424065.2"}, {"distinct_range": 23640968.472219724, "num_eq": 9137693948959326302, "num_range": 50000000, "upper_bound": "7.053616424888476776E+21"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 782193823603691184, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 304572890377036615, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "2854823908"}, {"distinct_range": 6175638275398962000, "num_eq": 90000000000, "num_range": 6175638275398962508, "upper_bound": "2878320060"}, {"distinct_range": 590169130590633100, "num_eq": 3243677251315338831, "num_range": 1703097425203783054, "upper_bound": "3199874533"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1312348160085811387, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45312215478009644, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1359415856665346064}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1036428440451358997, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 601653277671300092, "histo_buckets": [{"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "\\u0011"}, {"distinct_range": 4453799604853912600, "num_eq": 80000, "num_range": 4453799604853912759, "upper_bound": "9"}, {"distinct_range": 2094.415097767602, "num_eq": 7640508868868238819, "num_range": 10000, "upper_bound": "H"}, {"distinct_range": 0, "num_eq": 1549604454669731897, "num_range": 2173089218801803727, "upper_bound": "["}, {"distinct_range": 0, "num_eq": 4000000000, "num_range": 4679395334707025271, "upper_bound": "g"}, {"distinct_range": 7000, "num_eq": 4843436291712412210, "num_range": 7000, "upper_bound": "i"}, {"distinct_range": 8502184922094273000, "num_eq": 418056780346151691, "num_range": 8502184922094272353, "upper_bound": "k"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 580916699389167484, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_33"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 737528837441713911, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 411973952828340818, "histo_col_type": "", "name": "__auto__", "null_count": 96349359407230104, "row_count": 1699004422312517022}, {"columns": ["col2_29"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1314579334354486605, "histo_col_type": "", "name": "__auto__", "null_count": 1436628492643450415, "row_count": 1699004422312517022}, {"columns": ["col2_31"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 876923560347437189, "histo_col_type": "", "name": "__auto__", "null_count": 619607394522955201, "row_count": 1699004422312517022}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1435590807811565748, "histo_buckets": [{"distinct_range": 0, "num_eq": 3162285177647800821, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 756031461727602800, "num_eq": 500000, "num_range": 1662911532058558837, "upper_bound": "-2.968904412872605429E+26"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 5058011785994511800, "upper_bound": "-8675564.281269692821"}, {"distinct_range": 3090041737654743600, "num_eq": 7036746118881928038, "num_range": 3839168923970516724, "upper_bound": "5026777529.300062553"}, {"distinct_range": 3745.41415782947, "num_eq": 20, "num_range": 4000, "upper_bound": "8.653595453762360218E+21"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 90, "upper_bound": "5.969265873542694383E+22"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 215992320604029803, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 758893672239474771, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1440920211036238576, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 913457197099494270, "histo_col_type": "", "name": "__auto__", "null_count": 1200015888866625405, "row_count": 1699004422312517022}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 273057947965829493, "histo_buckets": [{"distinct_range": 0, "num_eq": 7103149561755319882, "num_range": 0, "upper_bound": "\\u0003 \\u0006Vk0\\u001ck"}, {"distinct_range": 7000000, "num_eq": 7535044786004314117, "num_range": 7000000, "upper_bound": "\\u000cFwJ"}, {"distinct_range": 261080575.72426268, "num_eq": 5118636323127727926, "num_range": 2000000000, "upper_bound": "\\r"}, {"distinct_range": 2855.170973725459, "num_eq": 1827069591004818174, "num_range": 5000, "upper_bound": "\\u001a\\u0011 \\u0017Wv/0O"}, {"distinct_range": 10, "num_eq": 1266846952258743925, "num_range": 10, "upper_bound": "<>wiO2\\u0001s\\""}, {"distinct_range": 0, "num_eq": 8872954274993553917, "num_range": 80, "upper_bound": "G8\\u001f3,=\\t"}, {"distinct_range": 23566347523.578156, "num_eq": 1000000, "num_range": 100000000000, "upper_bound": "K]"}, {"distinct_range": 8.211713619114274, "num_eq": 1798158692751753254, "num_range": 10, "upper_bound": "Q\\t\\u001bf\'"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 3000000, "upper_bound": "al{8\\u0017/>4"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1085434541451252787, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 964740895424842045, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 286578065631210290, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1448306327320476520, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_30"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1031588548536258448, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_27"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1104042897939585301, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 686556739598784933, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 538873029880683965, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 441254239271117752, "histo_col_type": "", "name": "__auto__", "null_count": 1604421829027414193, "row_count": 1699004422312517022}, {"columns": ["col2_23"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 302869535565013243, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_26"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 435939655645384290, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 782421888921491049, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1699004422312517022}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 500755292937320387, "histo_col_type": "", "name": "__auto__", "null_count": 319743131321853984, "row_count": 1699004422312517022}, {"columns": ["col2_25"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 833063151272682030, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "144886475"}, {"distinct_range": 0, "num_eq": 2998608767134217736, "num_range": 0, "upper_bound": "148631929"}, {"distinct_range": 426.73176003650866, "num_eq": 0, "num_range": 600, "upper_bound": "229809363"}, {"distinct_range": 900000000, "num_eq": 7911929280424735059, "num_range": 900000000, "upper_bound": "395878530"}, {"distinct_range": 100000000000, "num_eq": 7000000, "num_range": 100000000000, "upper_bound": "2841974139"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "2958220307"}, {"distinct_range": 50000, "num_eq": 600000000, "num_range": 50000, "upper_bound": "2999252726"}, {"distinct_range": 8784968250379513000, "num_eq": 600000, "num_range": 8784968250379512795, "upper_bound": "3030994410"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 1000000, "upper_bound": "4083440838"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 198367456121167357, "row_count": 1699004422312517022}, {"columns": ["col2_28"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 178826422993714622, "histo_col_type": "", "name": "__auto__", "null_count": 878403721514365807, "row_count": 1699004422312517022}, {"columns": ["co
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@a782ee8d93a23fc53eedada3c51893c19f7bb41e:

        postgres_1    | 2020-12-19 06:14:19.996 UTC [50] LOG:  shutting down
        test_1        | --- FAIL: TestCompare (2.36s)
        test_1        |     --- FAIL: TestCompare/mutators (0.70s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGNAMESPACE NOT NULL, col1_1 REGCLASS NOT NULL, col1_2 FLOAT8 NOT NULL, col1_3 FLOAT4 NOT NULL, col1_4 UUID NOT NULL, col1_5 BIT(18) NOT NULL, col1_6 VARCHAR NOT NULL, col1_7 "char" NOT NULL, col1_8 CHAR[] NULL, col1_9 REGTYPE, PRIMARY KEY (col1_5 DESC, col1_7 ASC, col1_6 DESC, col1_1 ASC, col1_2, col1_0 DESC, col1_4 ASC, col1_3), INDEX (col1_5, col1_7) STORING (col1_8, col1_9) WHERE (((table1.col1_7 = '') AND (table1.col1_2 > 1.0)) AND (table1.col1_6 > 'X')) AND (table1.col1_3 < 0.0), INDEX (col1_4 DESC, col1_9) STORING (col1_8) WHERE (table1.col1_2 < 1.0:::FLOAT8) OR (table1.col1_6 >= '':::STRING), FAMILY (col1_6, col1_7), FAMILY (col1_5, col1_3, col1_1, col1_9, col1_4), FAMILY (col1_2), FAMILY (col1_8), FAMILY (col1_0), UNIQUE (col1_0) WHERE (((table1.col1_7 = '"') AND (table1.col1_2 != 3.4028234663852886e+38)) OR (table1.col1_3 < 0.0)) OR (table1.col1_6 != e'\''));
        test_1        |             CREATE TABLE table2 (col2_0 REGPROC NOT NULL, col2_1 BOOL NOT NULL, col2_2 INT4 NOT NULL, col2_3 INTERVAL NOT NULL, col2_4 REGTYPE NOT NULL, col2_5 BIT(21) NOT NULL, col2_6 REGPROCEDURE NOT NULL, col2_7 TIME NOT NULL, col2_8 BIT(49) NOT NULL, col2_9 REGTYPE NOT NULL, col2_10 STRING NOT NULL, col2_11 CHAR NOT NULL, col2_12 VARCHAR NOT NULL, col2_13 BOX2D NOT NULL, col2_14 FLOAT4 NOT NULL, PRIMARY KEY (col2_14 DESC, col2_3, col2_7 ASC, col2_12 DESC, col2_13, col2_9, col2_11, col2_1 ASC, col2_6 DESC, col2_4 DESC, col2_10 ASC, col2_2, col2_5, col2_8 ASC, col2_0), FAMILY (col2_8, col2_2), FAMILY (col2_1), FAMILY (col2_11), FAMILY (col2_9), FAMILY (col2_13, col2_12, col2_6), FAMILY (col2_10), FAMILY (col2_14, col2_5, col2_7), FAMILY (col2_4), FAMILY (col2_0, col2_3));
        test_1        |             CREATE TABLE table3 (col1_5 BIT(18) NOT NULL, col1_7 "char" NOT NULL, col1_6 VARCHAR NOT NULL, col1_1 REGCLASS NOT NULL, col1_2 FLOAT8 NOT NULL, col1_0 REGNAMESPACE NOT NULL, col1_4 UUID NOT NULL, col1_3 FLOAT4 NOT NULL, col3_8 INT8 NULL, col3_9 FLOAT8 NULL, col3_10 NAME NOT NULL, col3_11 BIT(4) NULL, col3_12 DECIMAL NOT NULL, col3_13 REGPROC, col3_14 INT4, col3_15 BOX2D, col3_16 FLOAT8 NOT NULL, PRIMARY KEY (col1_5 DESC, col1_7 ASC, col1_6 DESC, col1_1 ASC, col1_2, col1_0 DESC, col1_4 ASC, col1_3, col3_16 DESC, col3_10 DESC, col3_14 ASC, col3_13, col3_8 DESC, col3_12, col3_15 ASC), INDEX (col1_1 ASC, col1_3 DESC, col3_12, col1_2 DESC, col3_10 ASC, col3_9 ASC, col3_8 DESC, col1_6 DESC, col3_14 ASC, col3_11 ASC, col3_15 ASC, col1_7 DESC, col3_13 ASC, col1_4 ASC, col3_16 ASC) WHERE (((((((((table3.col3_8 >= -128) AND (table3.col3_10 >= e'\'')) AND (table3.col1_7 >= 'X')) OR (table3.col1_3 >= +Inf)) OR (table3.col3_12 < -Infinity)) OR (table3.col3_14 != 32767)) OR (table3.col3_16 < 0.0)) AND (table3.col1_2 < 0.0)) OR (table3.col1_6 >= 'X')) AND (table3.col3_9 > -Inf), INDEX (col1_1) STORING (col3_9, col3_11) WHERE (((((((((table3.col1_6 > '"':::STRING) AND (table3.col3_12 <= 'Infinity':::DECIMAL)) AND (table3.col3_14 <= 1:::INT8)) OR (table3.col1_2 = 0.0:::FLOAT8)) OR (table3.col3_16 <= 5e-324:::FLOAT8)) AND (table3.col1_7 = 'X':::STRING)) OR (table3.col3_8 <= 1:::INT8)) OR (table3.col1_3 = '+Inf':::FLOAT8)) AND (table3.col3_10 >= e'\x00':::STRING)) OR (table3.col3_9 < 0.0:::FLOAT8), INDEX (col1_6 ASC, col3_16, col1_1 DESC, col1_0 DESC, col1_4, col1_3, col3_12 DESC, col3_15 ASC, col3_11, col1_7 ASC, col3_8 ASC) STORING (col3_9), INDEX (col3_14, col3_16 DESC, col1_7, col3_15 ASC, col3_11, col3_10 DESC, col1_4 ASC, col3_13 DESC, col1_0 ASC, col1_5, col3_8 ASC, col3_12 DESC, col1_1, col1_3, col1_2 DESC) WHERE ((table3.col3_16 = NaN) OR (table3.col3_12 <= -Infinity)) OR (table3.col1_6 != e'\x00'), UNIQUE (col1_7, col1_2 DESC, col3_16, col1_4 ASC, col1_6 ASC, col3_9 DESC, col3_15, col1_3 ASC, col3_8, col1_1 ASC) STORING (col3_11) WHERE ((((table3.col1_6 < 'X') AND (table3.col3_8 = 0)) AND (table3.col3_12 != NaN)) OR (table3.col1_7 > 'X')) OR (table3.col1_2 < 5e-324), UNIQUE (col1_2) WHERE (((((((((table3.col3_10 < e'\U00002603') AND (table3.col1_7 != e'\U00002603')) AND (table3.col1_2 != -1.0)) AND (table3.col1_6 = '"')) OR (table3.col3_8 != 127)) AND (table3.col3_12 != NaN)) OR (table3.col1_3 = NaN)) OR (table3.col3_16 >= 0.0)) AND (table3.col3_9 != NaN)) AND (table3.col3_14 = -1), FAMILY (col1_2), FAMILY (col3_15, col1_7), FAMILY (col3_12), FAMILY (col1_6), FAMILY (col3_9), FAMILY (col1_3, col1_4), FAMILY (col3_8), FAMILY (col1_0, col3_16, col1_1, col3_10, col3_14), FAMILY (col3_13), FAMILY (col3_11, col1_5)) INTERLEAVE IN PARENT table1 (col1_5, col1_7, col1_6, col1_1, col1_2, col1_0, col1_4, col1_3);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2831349568, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2840587275, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 148436770, "histo_col_type": "", "name": "__auto__", "null_count": 1335209772, "row_count": 3000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 786579717, "histo_col_type": "", "name": "__auto__", "null_count": 1984832809, "row_count": 3000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1126925576, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 936313551, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2427919294, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 976716115, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000, "num_range": 0, "upper_bound": "22f5526c-d67d-487b-b627-092d83c7e163"}, {"distinct_range": 8000000000, "num_eq": 3012227477266740504, "num_range": 8000000000, "upper_bound": "27b04ab0-7e6f-4bd5-9a89-ec6806336c65"}, {"distinct_range": 1587885559111252200, "num_eq": 8059451917664863888, "num_range": 3951006199731922671, "upper_bound": "27d4b858-49fd-4143-919d-df471ddb4764"}, {"distinct_range": 200000, "num_eq": 40000000000, "num_range": 200000, "upper_bound": "3a1dcf86-36a8-4066-a7f3-40852bdfd388"}, {"distinct_range": 5870258050988684000, "num_eq": 2836398927938257711, "num_range": 5870258050988684075, "upper_bound": "4312fa9f-38eb-428c-a5cc-71393cac8e84"}, {"distinct_range": 2068041550290910200, "num_eq": 30000000, "num_range": 3418330304539582679, "upper_bound": "89b3d029-82cf-4d69-a970-359a5f3d4193"}, {"distinct_range": 0, "num_eq": 4010942422893547618, "num_range": 7754676719111619403, "upper_bound": "8a647c10-b427-442c-aba4-60e41219998d"}, {"distinct_range": 0, "num_eq": 1151552338097658323, "num_range": 1036817689305193479, "upper_bound": "a2a0257a-1ab5-47ab-937b-045cf046a782"}, {"distinct_range": 0, "num_eq": 40, "num_range": 2703981645944015414, "upper_bound": "bec29267-8acf-44e0-a473-efd250ae6fe3"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1673761844, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "000011001000110100"}, {"distinct_range": 519.4216498803867, "num_eq": 4000, "num_range": 600, "upper_bound": "001100101011000110"}, {"distinct_range": 473442189392939260, "num_eq": 1164970103837777385, "num_range": 2603194905304655287, "upper_bound": "010010111001110001"}], "histo_col_type": "BIT(18)", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2499411652, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3005104231806175838, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3160560883856917010, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 477325329388442165, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2945509706048386185, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 61644902378156749, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4238471826934439034, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2239165263545803338, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1921701387493904991, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3713564044119092042, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3348912437730097892, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1926797806261598594, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3048656715959910494, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2176606728718218783, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1284159196407717313, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1144836872554452133, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4526795842020472629}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1943522245282950248, "histo_col_type": "", "name": "__auto__", "null_count": 1862498166943428348, "row_count": 3228633294713477081}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 508612972843060274, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 810338667680317139, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000, "num_range": 0, "upper_bound": "\\r"}, {"distinct_range": 556843614988184700, "num_eq": 3652449323362013512, "num_range": 972524322233615214, "upper_bound": "\\u001d"}, {"distinct_range": 4352646555649185300, "num_eq": 2000000000, "num_range": 7566494518211505134, "upper_bound": "\\u001e"}, {"distinct_range": 3057002998249189000, "num_eq": 7992270558322071417, "num_range": 5383897026530676597, "upper_bound": "\'"}, {"distinct_range": 80000000, "num_eq": 80, "num_range": 80000000, "upper_bound": "t"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1068185288853606638, "histo_buckets": [{"distinct_range": 0, "num_eq": 60, "num_range": 0, "upper_bound": "\\""}, {"distinct_range": 70000000, "num_eq": 30000000000, "num_range": 70000000, "upper_bound": "7.{\\u0015\\u0018Aji"}, {"distinct_range": 100000, "num_eq": 3000000, "num_range": 100000, "upper_bound": "dH"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20782533713940230, "histo_col_type": "", "name": "__auto__", "null_count": 3063872121535511738, "row_count": 3228633294713477081}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2658207156326976547, "histo_buckets": [{"distinct_range": 0, "num_eq": 1164377505486081860, "num_range": 0, "upper_bound": "-1925010752"}, {"distinct_range": 9162990938485398000, "num_eq": 4888112768314379263, "num_range": 9162990938485397829, "upper_bound": "-1580724864"}, {"distinct_range": 0, "num_eq": 5909763983193520846, "num_range": 0, "upper_bound": "-201526357"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 1943145291539767516, "upper_bound": "-135017653"}, {"distinct_range": 477550383381790700, "num_eq": 60000000, "num_range": 6147938100017621827, "upper_bound": "1834512381"}, {"distinct_range": 0, "num_eq": 74261629261426502, "num_range": 2053903616177299320, "upper_bound": "2064069895"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 1683524949239430017, "row_count": 3228633294713477081}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1238029496033545006, "histo_buckets": [{"distinct_range": 0, "num_eq": 5157583623817150956, "num_range": 0, "upper_bound": "000000000000000000"}, {"distinct_range": 3857151349404901400, "num_eq": 30000, "num_range": 4654898834299186971, "upper_bound": "001001000100110111"}, {"distinct_range": 0, "num_eq": 8355585468388622173, "num_range": 4982655395702486634, "upper_bound": "010001100100111100"}, {"distinct_range": 0, "num_eq": 8290423583830161826, "num_range": 7883924123917116989, "upper_bound": "010010101111101011"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 600000, "upper_bound": "011000010101011011"}, {"distinct_range": 808621199085732700, "num_eq": 60000000000, "num_range": 1566110656925717520, "upper_bound": "011000011011011100"}, {"distinct_range": 86738319037506530, "num_eq": 100000000, "num_range": 140925963874122053, "upper_bound": "011001101111100100"}, {"distinct_range": 57587.899464127106, "num_eq": 2525356606439943777, "num_range": 90000, "upper_bound": "100011101100100101"}, {"distinct_range": 41423630433741830, "num_eq": 8006088260402236660, "num_range": 3919188223112900355, "upper_bound": "110101011110011010"}], "histo_col_type": "BIT(18)", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2632882232818910322, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1580704976733997509, "histo_col_type": "", "name": "__auto__", "null_count": 2110747899922660009, "row_count": 3228633294713477081}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3119800131854182126, "histo_col_type": "", "name": "__auto__", "null_count": 84228668397438516, "row_count": 3228633294713477081}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2621934461307104207, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 213234277111746649, "histo_buckets": [{"distinct_range": 0, "num_eq": 1334789471589660250, "num_range": 0, "upper_bound": "1779322915"}, {"distinct_range": 6770451151858733000, "num_eq": 1385058010574426388, "num_range": 6770451151858733108, "upper_bound": "1891402839"}, {"distinct_range": 428.83461124862623, "num_eq": 5347900788893345001, "num_range": 1000, "upper_bound": "2059598607"}, {"distinct_range": 372.7339375952997, "num_eq": 8034120335442472138, "num_range": 800, "upper_bound": "3334959581"}, {"distinct_range": 149144550.29659536, "num_eq": 4193005641994510578, "num_range": 900000000, "upper_bound": "3971563893"}, {"distinct_range": 60000000, "num_eq": 3295116106598750911, "num_range": 60000000, "upper_bound": "4288355224"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2236455041444547922, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2795296385776128925, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2862637645978124298, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2636474366815459694, "histo_col_type": "", "name": "__auto__", "null_count": 1003046958960324131, "row_count": 3228633294713477081}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1554623997384253771, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3228633294713477081}]':::JSONB;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_9) REFERENCES table1 (col1_0);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('vor', 'kj', 'nxq', 'vdbajs', 'npc');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('mjzl');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('n', 's', 'hvcm', 'lobedo', 'gkxnnv', 'q');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('jrg', 'fodqw');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('hxs', 'zixnch', 'nhglg', 'rthg', 'mwkfbj');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 81831327, "histo_col_type": "", "name": "__auto__", "null_count": 177729432, "row_count": 500000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 272570104, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "1229149818"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 3432693040622933713, "upper_bound": "2450906078"}, {"distinct_range": 0, "num_eq": 20000000000, "num_range": 1822881117425665559, "upper_bound": "2470408940"}, {"distinct_range": 1518868410964220700, "num_eq": 8776842946877796084, "num_range": 1518868410964220590, "upper_bound": "4037350318"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 448422693, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 117125611, "histo_buckets": [{"distinct_range": 0, "num_eq": 4554753289162409010, "num_range": 0, "upper_bound": "84629777-7d49-43bc-9541-d590a6d6df1f"}, {"distinct_range": 0, "num_eq": 100000000000, "num_range": 90000, "upper_bound": "ce9d219f-db30-460a-82f4-4d36b39d0889"}, {"distinct_range": 795302685.1826774, "num_eq": 745252006252340804, "num_range": 2000000000, "upper_bound": "e570a1c0-2313-4911-8963-b0df0ba78d74"}, {"distinct_range": 858338272284909200, "num_eq": 30000000, "num_range": 1267486335850293905, "upper_bound": "ea3bbf3d-9b3c-4bf3-b5f4-90982999ab87"}, {"distinct_range": 6740970503809577000, "num_eq": 3963260539141761317, "num_range": 6998188697302149629, "upper_bound": "ffc666a7-01d5-4985-a90e-31fbf48b603b"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 354820024, "histo_buckets": [{"distinct_range": 0, "num_eq": 3350640145592489371, "num_range": 0, "upper_bound": "000110011110001000"}, {"distinct_range": 0, "num_eq": 400000000, "num_range": 9000000, "upper_bound": "010110100111111110"}], "histo_col_type": "BIT(18)", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 343499747, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 300524090, "histo_col_type": "", "name": "__auto__", "null_count": 263028792, "row_count": 500000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 440662639, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 387002479, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 292857928, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 500000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3087121276511150225, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5928754903529267086, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4541469994962193751, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4997366383092119185, "histo_buckets": [{"distinct_range": 0, "num_eq": 9153341018566438446, "num_range": 0, "upper_bound": "-0.1649187058210373"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3140078095356479706, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3831999702964280461, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2290974598651788941, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 502711473243279101, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6000168531190032851, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 321330271642458639, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1179657002067774455, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1012711681333526278, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1250959781329489769, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1918506430585294498, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3050677087724303352, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6710168101253483617}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2393472344184888370, "histo_col_type": "", "name": "__auto__", "null_count": 4226151295315541010, "row_count": 4651229773705826100}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1823585981712757650, "histo_col_type": "", "name": "__auto__", "null_count": 1777701676655290567, "row_count": 4651229773705826100}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2916622159925182388, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3645356316617342375, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "010101100111111001"}, {"distinct_range": 193368280.1589536, "num_eq": 100000000000, "num_range": 200000000, "upper_bound": "101110110100100110"}], "histo_col_type": "BIT(18)", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4461033044636181971, "histo_buckets": [{"distinct_range": 0, "num_eq": 3670373078536491163, "num_range": 0, "upper_bound": "382824479"}, {"distinct_range": 0, "num_eq": 0, "num_range": 6932853346276364138, "upper_bound": "1882032739"}, {"distinct_range": 350186443036660540, "num_eq": 2306897722777250178, "num_range": 1259763983734119115, "upper_bound": "2614416241"}, {"distinct_range": 0, "num_eq": 0, "num_range": 60000000, "upper_bound": "3634026146"}, {"distinct_range": 1858564278851627000, "num_eq": 0, "num_range": 1858564278851627096, "upper_bound": "4160683756"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1723755157443654848, "histo_col_type": "", "name": "__auto__", "null_count": 1937917051684344462, "row_count": 4651229773705826100}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 794546343967113854, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000000, "num_range": 0, "upper_bound": "!"}, {"distinct_range": 60, "num_eq": 50000000000, "num_range": 60, "upper_bound": "\\""}, {"distinct_range": 5617613742446519000, "num_eq": 800, "num_range": 5617613742446519138, "upper_bound": "J"}, {"distinct_range": 0, "num_eq": 4983621679851520713, "num_range": 9011320226306753155, "upper_bound": "k"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4412478888023297157, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3055538145858179074, "histo_col_type": "", "name": "__auto__", "null_count": 4385843296996297144, "row_count": 4651229773705826100}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1932202533877304237, "histo_col_type": "", "name": "__auto__", "null_count": 1434257846807585888, "row_count": 4651229773705826100}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3247626745763853875, "histo_buckets": [{"distinct_range": 0, "num_eq": 7839714802701603947, "num_range": 0, "upper_bound": "-1950013682"}, {"distinct_range": 3000, "num_eq": 2414793583599203527, "num_range": 3000, "upper_bound": "-645855984"}, {"distinct_range": 287358208601425820, "num_eq": 100000000, "num_range": 1119496875330534465, "upper_bound": "-303032504"}, {"distinct_range": 0, "num_eq": 2232264317220769135, "num_range": 0, "upper_bound": "-1"}, {"distinct_range": 263133214627947940, "num_eq": 300000000, "num_range": 5651981737578389596, "upper_bound": "668664117"}, {"distinct_range": 6135415077060186000, "num_eq": 80000, "num_range": 7949099580219336265, "upper_bound": "1131437285"}, {"distinct_range": 8037002422472322000, "num_eq": 2525377494092331884, "num_range": 8037002422472322029, "upper_bound": "1238246623"}, {"distinct_range": 8000000, "num_eq": 7470561933917558887, "num_range": 8000000, "upper_bound": "2105798720"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 3353403893951817370, "row_count": 4651229773705826100}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1097975616638568822, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 8000, "num_range": 7000, "upper_bound": "\\u0000"}, {"distinct_range": 0, "num_eq": 4933933242416737715, "num_range": 0, "upper_bound": "\\u0018;W\\r.\'"}, {"distinct_range": 0, "num_eq": 1647879852279905861, "num_range": 600000000, "upper_bound": "M0"}, {"distinct_range": 278608056.6057704, "num_eq": 30000000, "num_range": 800000000, "upper_bound": "j\\u0002{2"}, {"distinct_range": 0, "num_eq": 6150400249394141097, "num_range": 50, "upper_bound": "j3cC\\u001bP*q"}, {"distinct_range": 6774210665412720000, "num_eq": 800000, "num_range": 6774210665412719324, "upper_bound": "x*\\u001c(a)<j\\u0019"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 1265832201051863509, "upper_bound": "|\\u001fz~\\\\"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4084922474323813226, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1590984604799542560, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3745988522398598737, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4364914863217469965, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1144442455965935421, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4651229773705826100}]';
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_2) REFERENCES table3 (col1_2);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 220091052165627971, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1374148763345986012, "histo_buckets": [{"distinct_range": 0, "num_eq": 1161354689643089674, "num_range": 0, "upper_bound": "797169916"}, {"distinct_range": 0, "num_eq": 0, "num_range": 6241635071836215102, "upper_bound": "1550384581"}, {"distinct_range": 70, "num_eq": 40000, "num_range": 70, "upper_bound": "1780944596"}, {"distinct_range": 674736464384741100, "num_eq": 2000000000, "num_range": 674736464384741082, "upper_bound": "2276053850"}, {"distinct_range": 0, "num_eq": 7000, "num_range": 4761983509529835181, "upper_bound": "2375206074"}, {"distinct_range": 0, "num_eq": 2388129723136445156, "num_range": 4668005511323061680, "upper_bound": "2990341189"}, {"distinct_range": 0, "num_eq": 200000, "num_range": 100, "upper_bound": "3783320093"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "3825448640"}, {"distinct_range": 1025640246385986000, "num_eq": 8083553896457839679, "num_range": 7320882031945542267, "upper_bound": "4294040908"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 629977747493592225, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5522992751150114391, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2298822321937118842, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4141446207164418221, "histo_col_type": "", "name": "__auto__", "null_count": 2236074890984431856, "row_count": 7150353056539507707}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2082386434475960968, "histo_col_type": "", "name": "__auto__", "null_count": 3603517916912247046, "row_count": 7150353056539507707}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 100588277184055921, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2042567456877377596, "histo_buckets": [{"distinct_range": 0, "num_eq": 72735300774910145, "num_range": 0, "upper_bound": "00e58569-e096-495b-a5c6-6a0536e81cbc"}, {"distinct_range": 0, "num_eq": 442424047828013381, "num_range": 2554371782104803933, "upper_bound": "36c4abc9-4712-4bd2-92e6-d3dccacd05a4"}, {"distinct_range": 8613681168285152000, "num_eq": 1247816680600771120, "num_range": 8613681168285152583, "upper_bound": "3a41ee66-bfa4-48f6-9570-d640dbd0aef5"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 1000000000, "upper_bound": "73143d40-5cc3-4194-8821-00d00b880d2d"}, {"distinct_range": 8402708.187174303, "num_eq": 20, "num_range": 100000000, "upper_bound": "aac75f0f-7011-4d0e-969e-7d2fcf571873"}, {"distinct_range": 3000, "num_eq": 3958720752679350233, "num_range": 3000, "upper_bound": "b780b02c-78a4-433d-9d02-b1df626a352b"}, {"distinct_range": 80, "num_eq": 4000000000, "num_range": 80, "upper_bound": "d7b6edf3-a7dc-4b3d-8984-e976650bdc8f"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 666793710931640460, "histo_buckets": [{"distinct_range": 0, "num_eq": 8334066495847969428, "num_range": 0, "upper_bound": "000110010001100111"}, {"distinct_range": 0, "num_eq": 4921209919201548152, "num_range": 10000000, "upper_bound": "001010100101111111"}, {"distinct_range": 7898606596123645000, "num_eq": 30, "num_range": 9139060447865987038, "upper_bound": "001010101110101010"}, {"distinct_range": 0, "num_eq": 70000000, "num_range": 6981224235618210810, "upper_bound": "001100110011000101"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 10000000000, "upper_bound": "011011011010010111"}, {"distinct_range": 0, "num_eq": 5480422248956935331, "num_range": 0, "upper_bound": "100001100100100110"}, {"distinct_range": 1797328857352274200, "num_eq": 844671400130778649, "num_range": 2073285375026057331, "upper_bound": "100100111100001111"}, {"distinct_range": 29670651907191060, "num_eq": 8000000, "num_range": 3064366696953488996, "upper_bound": "100111001001111101"}, {"distinct_range": 8669002799995330000, "num_eq": 8646975037891522837, "num_range": 8669002799995329273, "upper_bound": "110010100111010110"}], "histo_col_type": "BIT(18)", "name": "__auto__", "null_count": 0, "row_count": 7150353056539507707}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2748264, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 399926, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2062720, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 986485, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2666883, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2385070, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 144377, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2805026, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1839670, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "-0.8075383305549622"}, {"distinct_range": 8067119306969571000, "num_eq": 3000000000, "num_range": 8067119306969571101, "upper_bound": "-0.5787934064865112"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 1372319599022426062, "upper_bound": "-0.38319268822669983"}, {"distinct_range": 20000, "num_eq": 5088648074259197444, "num_range": 20000, "upper_bound": "-0.2784382998943329"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 7298705903406020824, "upper_bound": "0.6117160320281982"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2643200, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1758191, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1369626, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 836149, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 512514, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 101983, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 53421, "histo_col_type": "", "name": "__auto__", "null_count": 7324, "row_count": 200000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 191902, "histo_col_type": "", "name": "__auto__", "null_count": 67592, "row_count": 200000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35136, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 178848, "histo_col_type": "", "name": "__auto__", "null_count": 151710, "row_count": 200000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 139540, "histo_col_type": "", "name": "__auto__", "null_count": 154795, "row_count": 200000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 155445, "histo_col_type": "", "name": "__auto__", "null_count": 15647, "row_count": 200000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24706, "histo_buckets": [{"distinct_range": 0, "num_eq": 2866465145855265958, "num_range": 0, "upper_bound": "-1156526248"}, {"distinct_range": 37485071820199050, "num_eq": 1000000, "num_range": 825557272486144387, "upper_bound": "-756952829"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 30000, "upper_bound": "125764945"}, {"distinct_range": 0, "num_eq": 0, "num_range": 4765561043931862307, "upper_bound": "182975550"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 6000, "upper_bound": "1801396610"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 72778, "row_count": 200000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 146188, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 97378, "histo_buckets": [{"distinct_range": 0, "num_eq": 8301988685955887261, "num_range": 0, "upper_bound": "000000101101111111"}, {"distinct_range": 3747296544648232400, "num_eq": 100, "num_range": 3861263343408871632, "upper_bound": "000001110101101011"}, {"distinct_range": 64434195471.886566, "num_eq": 200000, "num_range": 70000000000, "upper_bound": "000010101111010110"}, {"distinct_range": 108694936589965780, "num_eq": 4000, "num_range": 1945199578625807557, "upper_bound": "001001010010000101"}, {"distinct_range": 3115486905350396400, "num_eq": 400000, "num_range": 8932830153586832484, "upper_bound": "011101111000110100"}, {"distinct_range": 3410740573298449400, "num_eq": 600, "num_range": 8838940957244455580, "upper_bound": "110100101101010101"}, {"distinct_range": 600000, "num_eq": 9000000, "num_range": 600000, "upper_bound": "110110110000000011"}], "histo_col_type": "BIT(18)", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45970, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "54249246"}, {"distinct_range": 2725419353050892300, "num_eq": 2523388091309740725, "num_range": 3559462257158543596, "upper_bound": "86559916"}, {"distinct_range": 49783753.62821239, "num_eq": 2122238362035916651, "num_range": 200000000, "upper_bound": "860771174"}, {"distinct_range": 1723965642678207200, "num_eq": 200000000, "num_range": 1723965642678207278, "upper_bound": "1148689364"}, {"distinct_range": 0, "num_eq": 963593303587026073, "num_range": 0, "upper_bound": "1205692470"}, {"distinct_range": 20000000, "num_eq": 361123111236285296, "num_range": 20000000, "upper_bound": "4175316848"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17500, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 120894, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 92965, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 152388, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "\\u000f"}, {"distinct_range": 207692.81044822792, "num_eq": 8499812325822946508, "num_range": 2000000, "upper_bound": "("}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32286, "histo_buckets": [{"distinct_range": 0, "num_eq": 3819960502321705919, "num_range": 0, "upper_bound": "\\u0018w"}, {"distinct_range": 30284.784066264296, "num_eq": 1632049022488541235, "num_range": 60000, "upper_bound": ")&"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 128033, "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 200000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 180377, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "inf" does not exist (SQLSTATE 42703)
        test_1        |     --- FAIL: TestCompare/postgres (1.66s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.2:5432: connect: connection refused
        test_1        | FAIL
        postgres_1    | 2020-12-19 06:14:20.106 UTC [48] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-19 06:14:20.213 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-19 06:14:20.213 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-19 06:14:20.219 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-19 06:14:20.233 UTC [85] LOG:  database system was shut down at 2020-12-19 06:14:20 UTC
        postgres_1    | 2020-12-19 06:14:20.237 UTC [1] LOG:  database system is ready to accept connections
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@75efa1fe6f2096adc9db474026a2b7235e53c388:

        cockroach1_1  | build:               CCL v21.1.0-alpha.1-489-g75efa1fe6f @ 2020/12/20 06:12:18 (go1.15.6)
        cockroach1_1  | webui:               http://cockroach1:8080
        cockroach1_1  | sql:                 postgresql://root@cockroach1:26257?sslmode=disable
        cockroach1_1  | RPC client flags:    /cockroach/cockroach <client cmd> --host=cockroach1:26257 --insecure
        cockroach1_1  | logs:                /cockroach-data/logs
        cockroach1_1  | temp dir:            /cockroach-data/cockroach-temp749711566
        cockroach1_1  | external I/O path:   /cockroach-data/extern
        cockroach1_1  | store[0]:            path=/cockroach-data
        cockroach1_1  | storage engine:      pebble
        cockroach1_1  | status:              initialized new cluster
        cockroach1_1  | clusterID:           dff325ec-cb41-46a9-9422-becaf568b958
        cockroach1_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        test_1        | --- FAIL: TestCompare (1.28s)
        test_1        |     --- FAIL: TestCompare/postgres (0.64s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.64s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGCLASS NULL, col1_1 FLOAT8 NOT NULL, col1_2 DECIMAL NOT NULL, PRIMARY KEY (col1_2 DESC, col1_1 DESC), INDEX (col1_0 DESC, col1_2, col1_1), FAMILY (col1_0, col1_1, col1_2));
        test_1        |             CREATE TABLE table2 (col1_2 DECIMAL NOT NULL, col1_1 FLOAT8 NOT NULL, col2_2 INT4, col2_3 DECIMAL NOT NULL, col2_4 NAME NOT NULL, col2_5 DECIMAL, col2_6 VARCHAR NOT NULL, col2_7 REGTYPE NULL, col2_8 REGTYPE, col2_9 TIMESTAMP NULL, col2_10 REGCLASS NOT NULL, col2_11 OID NOT NULL, col2_12 TIMETZ NULL, col2_13 DECIMAL NOT NULL, PRIMARY KEY (col1_2 DESC, col1_1 DESC, col2_12 DESC, col2_10 DESC, col2_2 DESC, col2_13, col2_4), INDEX (col1_1, col2_7 DESC, col2_10, col2_2 ASC, col2_5 ASC, col2_6 DESC, col2_12 ASC, col2_8 DESC, col2_3 DESC, col1_2 ASC, col2_9 DESC, col2_13 ASC), INDEX (col2_7 ASC, col1_1, col2_12 DESC, col2_10, col2_2, col2_9 ASC, col1_2, col2_5, col2_3 ASC, col2_13 ASC, col2_8 DESC, col2_11 DESC, col2_6 DESC), UNIQUE (col2_2, col2_6 ASC, col2_10 DESC, col1_2 DESC, col2_11, col2_8 DESC, col2_4 DESC, col2_12 DESC, col2_3, col2_5 DESC) STORING (col2_7, col2_9) WHERE (((table2.col1_1 > 1.0:::FLOAT8) AND (table2.col2_6 >= '':::STRING)) AND (table2.col2_4 >= '"':::STRING)) AND (table2.col2_9 != '294276-12-31 23:59:59.999999':::TIMESTAMP), INDEX (col2_10, col2_11 DESC, col2_2 DESC, col2_3 ASC) STORING (col2_7, col2_9) WHERE (((((((((table2.col2_2 > -1) AND (table2.col2_13 > -Infinity)) AND (table2.col1_2 <= Infinity)) AND (table2.col2_9 <= '-4713-11-24 00:00:00')) AND (table2.col2_12 > '00:00:00+15:59:00')) AND (table2.col2_4 > '')) OR (table2.col2_3 = 1)) OR (table2.col2_6 < '')) OR (table2.col1_1 = 5e-324)) AND (table2.col2_5 < -1), UNIQUE (col2_11 DESC, col2_2 DESC, col2_10 ASC, col2_5, col2_4 DESC, col1_1 ASC, col2_3 ASC, col1_2 DESC, col2_9 ASC, col2_12 ASC, col2_6, col2_7) STORING (col2_8) WHERE (((((((((table2.col2_6 < '':::STRING) AND (table2.col2_5 >= 'NaN':::DECIMAL)) OR (table2.col2_3 > '-Infinity':::DECIMAL)) OR (table2.col1_2 = 'Infinity':::DECIMAL)) OR (table2.col2_12 >= '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_4 >= e'\'':::STRING)) OR (table2.col1_1 = (-1.0):::FLOAT8)) OR (table2.col2_2 < 2147483647:::INT8)) OR (table2.col2_13 = (-1):::DECIMAL)) AND (table2.col2_9 < '0001-01-01 00:00:00':::TIMESTAMP), UNIQUE (col2_11 ASC, col2_12 DESC, col2_9 ASC, col2_3, col2_7 ASC, col2_10 ASC, col2_6, col2_8, col1_1 ASC) STORING (col2_5) WHERE (((table2.col1_1 != -1.0) OR (table2.col2_13 < NaN)) OR (table2.col2_6 <= '')) OR (table2.col1_2 < -1), UNIQUE (col2_9 DESC, col2_2, col2_3 DESC, col2_8, col1_2, col2_5, col2_4, col2_11 DESC, col2_7) STORING (col2_6), UNIQUE (col2_12, col1_1, col2_6 DESC, col2_7 DESC, col1_2 ASC, col2_4) STORING (col2_3, col2_5, col2_8), UNIQUE (col2_2 DESC, col2_10 DESC, col2_3, col2_11 ASC, col2_4 ASC, col1_1 DESC, col2_5 ASC, col2_6, col2_8 DESC, col2_9 ASC, col2_13 DESC, col1_2 DESC, col2_12 ASC, col2_7), FAMILY (col2_4, col2_10), FAMILY (col2_12), FAMILY (col2_3, col2_8), FAMILY (col1_1), FAMILY (col2_5, col2_11, col1_2, col2_7), FAMILY (col2_9, col2_13, col2_6), FAMILY (col2_2)) INTERLEAVE IN PARENT table1 (col1_2, col1_1);
        test_1        |             CREATE TABLE table3 (col1_2 DECIMAL NOT NULL, col1_1 FLOAT8 NOT NULL, col2_12 TIMETZ NULL, col2_10 REGCLASS NOT NULL, col2_2 INT4, col2_13 DECIMAL NOT NULL, col2_4 NAME NOT NULL, col3_7 BIT(5) NOT NULL, col3_8 TIMESTAMPTZ NOT NULL, col3_9 REGNAMESPACE NOT NULL, col3_10 TIMESTAMPTZ NOT NULL, col3_11 "char" NULL, col3_12 CHAR, col3_13 CHAR NOT NULL, col3_14 FLOAT4 NOT NULL, col3_15 INET NULL, col3_16 CHAR NOT NULL, col3_17 REGPROC NULL, col3_18 "char", col3_19 REGNAMESPACE NULL, col3_20 BIT(24) NOT NULL, col3_21 FLOAT8 NOT NULL, col3_22 INTERVAL NOT NULL, PRIMARY KEY (col1_2 DESC, col1_1 DESC, col2_12 DESC, col2_10 DESC, col2_2 DESC, col2_13, col2_4, col3_21 ASC, col3_14, col3_11, col3_10 ASC, col3_12 ASC, col3_19 ASC, col3_15, col3_7 ASC, col3_20 ASC), INDEX (col3_19 DESC, col3_20 ASC), UNIQUE (col1_2 DESC, col3_10) WHERE (((((((((((((table3.col3_13 = e'\'':::STRING) AND (table3.col2_13 != 'NaN':::DECIMAL)) OR (table3.col3_14 < 1.0:::FLOAT8)) AND (table3.col1_1 <= 0.0:::FLOAT8)) AND (table3.col3_11 = e'\x00':::STRING)) AND (table3.col3_21 < 0.0:::FLOAT8)) AND (table3.col3_12 = e'\U00002603':::STRING)) AND (table3.col1_2 > 'Infinity':::DECIMAL)) OR (table3.col3_16 < e'\'':::STRING)) AND (table3.col3_18 >= e'\'':::STRING)) OR (table3.col2_4 != e'\'':::STRING)) OR (table3.col3_10 > '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table3.col2_12 >= '24:00:00-15:59:00':::TIMETZ)) AND (table3.col3_8 != '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ), UNIQUE (col2_10 ASC, col3_22 DESC, col3_17, col2_2, col3_15, col2_4, col3_20, col3_18 ASC, col3_14, col3_7 DESC, col1_1, col2_12 ASC, col2_13, col3_9 ASC, col3_10, col3_13 DESC, col3_11 ASC, col3_16 DESC, col1_2) WHERE ((((((((((((table3.col3_10 <= '294276-12-31 23:59:59.999999+00:00') AND (table3.col3_12 <= 'X')) AND (table3.col2_4 != e'\'')) AND (table3.col3_14 != 1.401298464324817e-45)) AND (table3.col2_13 = -Infinity)) OR (table3.col3_11 = '')) AND (table3.col3_8 >= '0001-01-01 00:00:00+00:00')) OR (table3.col3_18 != e'\'')) OR (table3.col3_13 <= e'\x00')) AND (table3.col3_21 >= NaN)) OR (table3.col2_2 <= 1)) OR (table3.col1_1 <= 5e-324)) OR (table3.col3_16 < e'\U00002603'), FAMILY (col3_21, col2_4, col2_13), FAMILY (col3_9, col3_20), FAMILY (col3_16, col3_11), FAMILY (col3_19, col1_1), FAMILY (col3_15, col3_12), FAMILY (col2_2, col2_10, col3_13), FAMILY (col3_8, col2_12), FAMILY (col3_7, col3_10), FAMILY (col3_14, col3_17, col3_18), FAMILY (col1_2, col3_22), UNIQUE (col2_4)) INTERLEAVE IN PARENT table2 (col1_2, col1_1, col2_12, col2_10, col2_2, col2_13, col2_4);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000, "num_range": 0, "upper_bound": "275120133"}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 10000000000, "upper_bound": "758292847"}, {"distinct_range": 1696586810676704000, "num_eq": 1070219771374411498, "num_range": 5066623538407836398, "upper_bound": "2565373636"}, {"distinct_range": 2034912188864700200, "num_eq": 4000, "num_range": 5646222521737197307, "upper_bound": "3030874888"}, {"distinct_range": 1884921845170732000, "num_eq": 300, "num_range": 1884921845170731918, "upper_bound": "3480446782"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 4836872999451659296, "num_range": 0, "upper_bound": "7.896725056224842259"}, {"distinct_range": 1899739989150290200, "num_eq": 10000000, "num_range": 1899739989150290249, "upper_bound": "3.769747156375427253E+21"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 0}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 728553004142835500, "histo_buckets": [{"distinct_range": 0, "num_eq": 5107387713687568630, "num_range": 0, "upper_bound": "-5.963019359239218832E+37"}, {"distinct_range": 20000000, "num_eq": 30000, "num_range": 20000000, "upper_bound": "-108344131547.0352276"}, {"distinct_range": 9.319131139566363, "num_eq": 500000, "num_range": 40, "upper_bound": "7.374080418708688696E+30"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3215393918448161832, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2254669477162743886, "histo_col_type": "", "name": "__auto__", "null_count": 3600532457304644456, "row_count": 7091472164550442120}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4069787904344359595, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 700, "num_eq": 600, "num_range": 700, "upper_bound": "531162412"}, {"distinct_range": 1487296128813515800, "num_eq": 9000, "num_range": 8701254430492554691, "upper_bound": "1250062708"}, {"distinct_range": 40000000000, "num_eq": 100000, "num_range": 40000000000, "upper_bound": "1893747905"}, {"distinct_range": 3214992177873667000, "num_eq": 400, "num_range": 6891212995777454287, "upper_bound": "2592734857"}, {"distinct_range": 5000000, "num_eq": 3043837286817236756, "num_range": 5000000, "upper_bound": "2969932109"}, {"distinct_range": 6090865987620036000, "num_eq": 100000000, "num_range": 7068325926354940682, "upper_bound": "3453823939"}, {"distinct_range": 6000000, "num_eq": 4768205817637858955, "num_range": 6000000, "upper_bound": "4227110134"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 517665188647548129, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5673601763543740162, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6394337352774943829, "histo_buckets": [{"distinct_range": 0, "num_eq": 4422448112983074094, "num_range": 0, "upper_bound": "84197672"}, {"distinct_range": 0, "num_eq": 0, "num_range": 4069301147160539779, "upper_bound": "1202183527"}, {"distinct_range": 500000000, "num_eq": 1314074759387718983, "num_range": 500000000, "upper_bound": "1700263532"}, {"distinct_range": 0, "num_eq": 8391345754849795344, "num_range": 0, "upper_bound": "2107928874"}, {"distinct_range": 22033.934780054366, "num_eq": 10000000, "num_range": 30000, "upper_bound": "2395767308"}, {"distinct_range": 0, "num_eq": 1870967910540885290, "num_range": 4175762368743936952, "upper_bound": "2653657459"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 2586362391405526014, "upper_bound": "3474501193"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 300000000, "upper_bound": "3723430235"}, {"distinct_range": 1142968488453371800, "num_eq": 8731593937393423714, "num_range": 2824333607827857634, "upper_bound": "3954015706"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 1516314759636052843, "row_count": 7091472164550442120}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3160067054702173160, "histo_buckets": [{"distinct_range": 0, "num_eq": 6665469481491487019, "num_range": 0, "upper_bound": "566431761"}, {"distinct_range": 96808.00433869165, "num_eq": 100000, "num_range": 500000, "upper_bound": "2276733952"}, {"distinct_range": 6522846500738100000, "num_eq": 400000, "num_range": 6522846500738100539, "upper_bound": "2434057510"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2409934456934972538, "histo_buckets": [{"distinct_range": 0, "num_eq": 229032158328890764, "num_range": 0, "upper_bound": "-1.4597626138274236"}, {"distinct_range": 0, "num_eq": 5833554854046319420, "num_range": 3445391907567865563, "upper_bound": "-1.1343121982634221"}, {"distinct_range": 80000, "num_eq": 8335009588347153958, "num_range": 80000, "upper_bound": "-0.809677329325801"}, {"distinct_range": 3000000000, "num_eq": 1000000000, "num_range": 3000000000, "upper_bound": "-0.19594362409142752"}, {"distinct_range": 0, "num_eq": 4795915639353455226, "num_range": 90000000, "upper_bound": "1.81873968814672"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3907188915544907128, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "09:35:08.207007+08:03:00"}, {"distinct_range": 0, "num_eq": 700, "num_range": 200, "upper_bound": "17:51:41.587713+13:58:00"}, {"distinct_range": 3176379088434759000, "num_eq": 4966920014974486051, "num_range": 3176379088434759342, "upper_bound": "14:32:57.989452+10:15:00"}, {"distinct_range": 23.03188782830031, "num_eq": 7747202929935560479, "num_range": 30, "upper_bound": "01:37:03.898253-02:51:00"}, {"distinct_range": 60000000000, "num_eq": 1204336216717792216, "num_range": 60000000000, "upper_bound": "03:37:54.193081-01:58:00"}, {"distinct_range": 0, "num_eq": 2000000, "num_range": 3298463347000964752, "upper_bound": "18:14:22.666903+09:54:00"}, {"distinct_range": 1141707190796676700, "num_eq": 60, "num_range": 1761471924090227612, "upper_bound": "14:54:31.678653-02:16:00"}, {"distinct_range": 900000, "num_eq": 677689396473491507, "num_range": 900000, "upper_bound": "14:30:44.795197-03:38:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 5118484628670659156, "row_count": 7091472164550442120}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 885052632271821448, "histo_buckets": [{"distinct_range": 0, "num_eq": 4239521224812367263, "num_range": 0, "upper_bound": "-2146810588"}, {"distinct_range": 411040.3338978069, "num_eq": 7297262366678064322, "num_range": 700000, "upper_bound": "-1562216106"}, {"distinct_range": 600000000, "num_eq": 681237453630230852, "num_range": 600000000, "upper_bound": "-32768"}, {"distinct_range": 0, "num_eq": 4884830984107214865, "num_range": 0, "upper_bound": "226558654"}, {"distinct_range": 70000000, "num_eq": 4279570709469479158, "num_range": 70000000, "upper_bound": "663481741"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 7085410886850013200, "row_count": 7091472164550442120}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1991921732741804525, "histo_col_type": "", "name": "__auto__", "null_count": 1828961633187848959, "row_count": 7091472164550442120}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3552773620410399979, "histo_buckets": [{"distinct_range": 0, "num_eq": 6617279817368415716, "num_range": 0, "upper_bound": "1970-01-06 21:55:04.000299"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 10, "upper_bound": "1977-07-06 10:26:52.000299"}, {"distinct_range": 0, "num_eq": 40000000000, "num_range": 976731867436200162, "upper_bound": "1981-05-13 08:32:57.000489"}, {"distinct_range": 0, "num_eq": 800000, "num_range": 0, "upper_bound": "1990-04-13 13:09:22.000752"}, {"distinct_range": 1596473919838079200, "num_eq": 5000000000, "num_range": 2007187205261640623, "upper_bound": "2009-06-21 04:18:50.000321"}, {"distinct_range": 400, "num_eq": 983516920942066936, "num_range": 400, "upper_bound": "2016-07-27 10:36:50.000688"}, {"distinct_range": 0, "num_eq": 300000, "num_range": 1000000000, "upper_bound": "2025-11-13 21:37:24.0001"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 2180882372834119547, "row_count": 7091472164550442120}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6730480742071499563, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7091472164550442120}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 274, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 669, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000, "num_range": 0, "upper_bound": "-Infinity"}, {"distinct_range": 0, "num_eq": 206030188005067787, "num_range": 100, "upper_bound": "-9.098011440675178401E+32"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 3425422778115131636, "upper_bound": "-3.096451762225344135E+27"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 300, "upper_bound": "-5.659209621940537604E+24"}, {"distinct_range": 1360338895766391600, "num_eq": 2000000, "num_range": 2691574326910882382, "upper_bound": "-671280434411213.1721"}, {"distinct_range": 0, "num_eq": 20000000000, "num_range": 3634079927957603950, "upper_bound": "-55633003.54198729588"}, {"distinct_range": 9000, "num_eq": 0, "num_range": 9000, "upper_bound": "74848.31950768915553"}, {"distinct_range": 582763052528089900, "num_eq": 600000000, "num_range": 582763052528089909, "upper_bound": "363744722704854.4718"}, {"distinct_range": 4550107858113415700, "num_eq": 6000000, "num_range": 4585300250649476020, "upper_bound": "511288808537045.1245"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "265313366"}, {"distinct_range": 9315.177525996416, "num_eq": 0, "num_range": 40000, "upper_bound": "1004023910"}, {"distinct_range": 700000000, "num_eq": 1008789502702863840, "num_range": 700000000, "upper_bound": "1293054368"}, {"distinct_range": 2000000, "num_eq": 3245677020512330063, "num_range": 2000000, "upper_bound": "2656996147"}, {"distinct_range": 60000, "num_eq": 7000, "num_range": 60000, "upper_bound": "3038232344"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 419, "histo_col_type": "", "name": "__auto__", "null_count": 160, "row_count": 900}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 531, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 726, "histo_col_type": "", "name": "__auto__", "null_count": 314, "row_count": 900}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 115, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 346, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 620, "histo_col_type": "", "name": "__auto__", "null_count": 374, "row_count": 900}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 589, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 288, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 396, "histo_col_type": "", "name": "__auto__", "null_count": 477, "row_count": 900}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 882, "histo_col_type": "", "name": "__auto__", "null_count": 79, "row_count": 900}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 280, "histo_col_type": "", "name": "__auto__", "null_count": 282, "row_count": 900}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 609, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 250, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 534, "histo_col_type": "", "name": "__auto__", "null_count": 291, "row_count": 900}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 264, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 261, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 610, "histo_buckets": [{"distinct_range": 0, "num_eq": 5527643056483152135, "num_range": 0, "upper_bound": "761589846"}, {"distinct_range": 8986673053401678000, "num_eq": 3000000000, "num_range": 8986673053401677490, "upper_bound": "1216279164"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 9000000000, "upper_bound": "1538585341"}, {"distinct_range": 5192365394504739000, "num_eq": 8553940600442642288, "num_range": 5192365394504738319, "upper_bound": "2927407606"}, {"distinct_range": 1000, "num_eq": 2942774805819523676, "num_range": 1000, "upper_bound": "3059005549"}, {"distinct_range": 0, "num_eq": 5000000000, "num_range": 400000, "upper_bound": "3292629945"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": "3900071777"}, {"distinct_range": 7683780193112883000, "num_eq": 3107849094428670559, "num_range": 7683780193112882978, "upper_bound": "4188205038"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 185, "row_count": 900}, {"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 741, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 508, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('fiqipx', 'cno', 'fcsew');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 337814808, "histo_buckets": [{"distinct_range": 0, "num_eq": 2188275556015390828, "num_range": 0, "upper_bound": "1105099900"}, {"distinct_range": 3688419419135085000, "num_eq": 2155136498687961877, "num_range": 5317592813604134342, "upper_bound": "1654789999"}, {"distinct_range": 0, "num_eq": 400, "num_range": 4995609865148530327, "upper_bound": "2003419820"}, {"distinct_range": 0, "num_eq": 200000, "num_range": 8768754180168340205, "upper_bound": "2592430511"}, {"distinct_range": 0, "num_eq": 2986095671202052604, "num_range": 70000000000, "upper_bound": "4247020098"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 485941476, "row_count": 1000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 226163548, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 126473832, "histo_buckets": [{"distinct_range": 0, "num_eq": 445892149753045256, "num_range": 0, "upper_bound": "-260324835130475302.8"}, {"distinct_range": 3066889472659546000, "num_eq": 3658112456609155632, "num_range": 6259006775709999467, "upper_bound": "-5440682141061163.199"}, {"distinct_range": 900, "num_eq": 7798371110115343300, "num_range": 900, "upper_bound": "-450559112474.067106"}, {"distinct_range": 284175106066614530, "num_eq": 6000000, "num_range": 3258667469414601134, "upper_bound": "-1"}, {"distinct_range": 0, "num_eq": 6758366987507208727, "num_range": 100000, "upper_bound": "-0.01315746422418329655"}, {"distinct_range": 1485.8800168838438, "num_eq": 90, "num_range": 8000, "upper_bound": "2.691173217194411729E+30"}, {"distinct_range": 0, "num_eq": 2339641683061284187, "num_range": 60000, "upper_bound": "6.4219206908973782E+37"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 1000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 909865, "histo_buckets": [{"distinct_range": 0, "num_eq": 7156293812581747757, "num_range": 0, "upper_bound": "1976-07-05 22:37:06.000964"}, {"distinct_range": 0, "num_eq": 20000000, "num_range": 7000, "upper_bound": "1978-07-31 14:19:29.000083"}, {"distinct_range": 90000, "num_eq": 6369600734554884112, "num_range": 90000, "upper_bound": "1980-06-18 22:40:18.000673"}, {"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "1988-11-07 18:21:05.000657"}, {"distinct_range": 3564075356075999000, "num_eq": 10000, "num_range": 3564075356075999181, "upper_bound": "1997-03-11 08:40:40.000579"}, {"distinct_range": 1000000000, "num_eq": 400000, "num_range": 1000000000, "upper_bound": "2009-01-25 20:20:11.000845"}, {"distinct_range": 705355170.2565422, "num_eq": 2000000, "num_range": 1000000000, "upper_bound": "2024-10-16 21:17:20.000439"}, {"distinct_range": 0, "num_eq": 8000, "num_range": 6505387862456028540, "upper_bound": "2026-07-13 11:09:01.000417"}, {"distinct_range": 7117989198681147000, "num_eq": 10000, "num_range": 7117989198681147716, "upper_bound": "3000-01-01 00:00:00"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 1701633, "row_count": 7000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4498919, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1276177, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6364275, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 7192422893302212000, "num_eq": 6000000000, "num_range": 8096170291439590545, "upper_bound": "00:58:02.161939+09:44:00"}, {"distinct_range": 0, "num_eq": 4407995084654887045, "num_range": 7100216567240935728, "upper_bound": "11:35:27.729243+11:20:00"}, {"distinct_range": 2756.6470078405673, "num_eq": 6724523639584773154, "num_range": 6000, "upper_bound": "14:05:19.349251+09:34:00"}, {"distinct_range": 4732488355486990000, "num_eq": 487464426924850607, "num_range": 4732488355486990050, "upper_bound": "22:52:38.593379+11:10:00"}, {"distinct_range": 0, "num_eq": 3156977389071370121, "num_range": 20000, "upper_bound": "14:03:21.152096+01:57:00"}, {"distinct_range": 19.66090032668426, "num_eq": 200000000, "num_range": 20, "upper_bound": "12:29:17.89717-02:36:00"}, {"distinct_range": 50000000000, "num_eq": 2992455172550162115, "num_range": 50000000000, "upper_bound": "18:08:58.282217+00:28:00"}, {"distinct_range": 0, "num_eq": 100000000000, "num_range": 2061743566414107440, "upper_bound": "18:01:04.32089+00:16:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 2494123, "row_count": 7000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6797058, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4072137, "histo_col_type": "", "name": "__auto__", "null_count": 6408289, "row_count": 7000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6502404, "histo_buckets": [{"distinct_range": 0, "num_eq": 3398025657105755535, "num_range": 0, "upper_bound": "1094018002"}, {"distinct_range": 5739434828708465000, "num_eq": 5625213509704917058, "num_range": 5739434828708464487, "upper_bound": "1390236067"}, {"distinct_range": 0, "num_eq": 600, "num_range": 80000000, "upper_bound": "1549145122"}, {"distinct_range": 10000, "num_eq": 0, "num_range": 10000, "upper_bound": "1774342753"}, {"distinct_range": 284746921.3016558, "num_eq": 7000000, "num_range": 700000000, "upper_bound": "2456602808"}, {"distinct_range": 0, "num_eq": 1610710890182756712, "num_range": 700000, "upper_bound": "3320258127"}, {"distinct_range": 510746377518013400, "num_eq": 40000, "num_range": 741338474371053946, "upper_bound": "3491931063"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 6631658, "row_count": 7000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2359024, "histo_col_type": "", "name": "__auto__", "null_count": 3098829, "row_count": 7000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2781282, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 11093212483505786, "upper_bound": "1433275905"}, {"distinct_range": 4471565564027347000, "num_eq": 5000000000, "num_range": 4471565564027346879, "upper_bound": "3138675376"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3056092, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "570661402"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 2121648, "row_count": 7000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2725913, "histo_buckets": [{"distinct_range": 0, "num_eq": 2428501418237373569, "num_range": 0, "upper_bound": "-0.9382029119581188"}, {"distinct_range": 0, "num_eq": 200, "num_range": 6843905513922229462, "upper_bound": "-0.37020937659042213"}, {"distinct_range": 0, "num_eq": 5090997329056598298, "num_range": 80000, "upper_bound": "-0.3279359737020803"}, {"distinct_range": 4665805376521957000, "num_eq": 40, "num_range": 4665805376521956873, "upper_bound": "1.3604402340672872"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6732942, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4490411, "histo_buckets": [{"distinct_range": 0, "num_eq": 4385031501200069314, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 1757625665130427789, "upper_bound": "1265175536"}, {"distinct_range": 20000, "num_eq": 7223836355070666882, "num_range": 20000, "upper_bound": "1752290164"}, {"distinct_range": 1983986734857173000, "num_eq": 200000, "num_range": 1983986734857172892, "upper_bound": "3816900802"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 7000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 421770, "histo_buckets": [{"distinct_range": 0, "num_eq": 281139717334062893, "num_range": 0, "upper_bound": "3.287424277527988877E+37"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 7000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 585693295432064423, "histo_col_type": "", "name": "__auto__", "null_count": 5397333194479511533, "row_count": 7380811950069908608}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1691960145394960206, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4051431938183298169, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 270941999149353729, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5470725618852363922, "histo_col_type": "", "name": "__auto__", "null_count": 5409994462196543759, "row_count": 7380811950069908608}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2392406839335210441, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "188544470"}, {"distinct_range": 1000000000, "num_eq": 3214115867948503017, "num_range": 1000000000, "upper_bound": "453190978"}, {"distinct_range": 400277.3248045431, "num_eq": 60000000000, "num_range": 1000000, "upper_bound": "1719923074"}, {"distinct_range": 3479842870778980000, "num_eq": 8198296076631217823, "num_range": 6434325010349283479, "upper_bound": "1787065108"}, {"distinct_range": 2291850088341553400, "num_eq": 50000, "num_range": 3979890506070164595, "upper_bound": "2249264271"}, {"distinct_range": 4941028930877378000, "num_eq": 500000, "num_range": 4941028930877377725, "upper_bound": "3373407948"}, {"distinct_range": 30000000000, "num_eq": 1054786066538950187, "num_range": 30000000000, "upper_bound": "3380057331"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5482830485641394501, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7373427477674008314, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4046189479496611989, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1615222038390617811, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5618683932849919098, "histo_col_type": "", "name": "__auto__", "null_count": 3278279461971391091, "row_count": 7380811950069908608}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3753408336873733350, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": "514964805"}, {"distinct_range": 0, "num_eq": 8689693889448034405, "num_range": 100000000000, "upper_bound": "937236157"}, {"distinct_range": 1928258399579726800, "num_eq": 5181690888020199253, "num_range": 1928258399579726896, "upper_bound": "2332516551"}, {"distinct_range": 2512117009954127000, "num_eq": 30000000, "num_range": 5590418965155589218, "upper_bound": "4143657533"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 606286983718657373, "row_count": 7380811950069908608}, {"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5950154873094226058, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4593424410260200844, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3876726365597988676, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2484501928553356032, "histo_col_type": "", "name": "__auto__", "null_count": 845373036287049624, "row_count": 7380811950069908608}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4360453858931239875, "histo_col_type": "", "name": "__auto__", "null_count": 4413228543746081417, "row_count": 7380811950069908608}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6143143752323461591, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000, "num_range": 0, "upper_bound": "-7.219482212464312672E+33"}, {"distinct_range": 2096415671061184500, "num_eq": 8504187674280293163, "num_range": 2096415671061184433, "upper_bound": "-4.08309496826826318E+33"}, {"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "-7.225319229008950551"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6363966903266278533, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1350455475599046805, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3886016551822769598, "histo_col_type": "", "name": "__auto__", "null_count": 1251458519815153444, "row_count": 7380811950069908608}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6484701605547703188, "histo_col_type": "", "name": "__auto__", "null_count": 197774158544171398, "row_count": 7380811950069908608}, {"columns": ["col3_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2902113484497722407, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7380811950069908608}]';
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_4) REFERENCES table3 (col2_4) ON UPDATE RESTRICT;
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4850568957351732053, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "915411664"}, {"distinct_range": 1019448094743279600, "num_eq": 4271408310443283805, "num_range": 6763571876899755175, "upper_bound": "1376405401"}, {"distinct_range": 1000000000, "num_eq": 6536565550220852821, "num_range": 1000000000, "upper_bound": "3131001697"}, {"distinct_range": 23804.923460707294, "num_eq": 3877090303903704959, "num_range": 100000, "upper_bound": "3245780612"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 6691163039699595767, "row_count": 7912619593874510007}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 650537993426875044, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7912619593874510007}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13213227475510239, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000000, "num_range": 0, "upper_bound": "-3.441668321158104047E+29"}, {"distinct_range": 5053413630.664155, "num_eq": 70000000, "num_range": 20000000000, "upper_bound": "-7.09954606358458911E+28"}, {"distinct_range": 4996780726414429000, "num_eq": 4665165996490802657, "num_range": 4996780726414429325, "upper_bound": "-1412117836002938.856"}, {"distinct_range": 2000, "num_eq": 7646228935364312497, "num_range": 2000, "upper_bound": "-3934600.549254006112"}, {"distinct_range": 4159074719000795000, "num_eq": 60000000000, "num_range": 5661575157635344274, "upper_bound": "-6.183313128519269959"}, {"distinct_range": 703855583745052700, "num_eq": 8084856670737338662, "num_range": 4737256634956472024, "upper_bound": "1"}, {"distinct_range": 0, "num_eq": 2314577478725200261, "num_range": 500, "upper_bound": "43.41285755301679941"}, {"distinct_range": 1191668870148376800, "num_eq": 3000, "num_range": 2068207154413073093, "upper_bound": "1682.004522728940657"}, {"distinct_range": 8040532634941038000, "num_eq": 0, "num_range": 8040532634941037914, "upper_bound": "9.171929298117498936E+30"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 7912619593874510007}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6445480388638375232, "histo_buckets": [{"distinct_range": 0, "num_eq": 8497780480226076134, "num_range": 0, "upper_bound": "-0.6997914460527684"}, {"distinct_range": 8534990721128057000, "num_eq": 80, "num_range": 8534990721128056865, "upper_bound": "-0.31847256290842085"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3764944160287653865, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6730584719957364594, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "01:36:12.31574+14:26:00"}, {"distinct_range": 3154978668570867700, "num_eq": 5000000, "num_range": 3154978668570867794, "upper_bound": "04:50:05.544965+13:25:00"}, {"distinct_range": 0, "num_eq": 7710137813487787027, "num_range": 90000000, "upper_bound": "19:32:25.257493+07:19:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 6521473778581428278, "row_count": 8137967471502228899}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2483014617488996097, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000000, "num_range": 0, "upper_bound": "-1919852032"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 2841632716675201886, "row_count": 8137967471502228899}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3468147946945587670, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5952464283215422103, "histo_col_type": "", "name": "__auto__", "null_count": 881923272540214518, "row_count": 8137967471502228899}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6628590681132304924, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1108350959855094346, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "-692040729089.1992594"}, {"distinct_range": 866403870837283300, "num_eq": 3000000, "num_range": 7205602333191330412, "upper_bound": "-5370170196.969133225"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 70000000000, "upper_bound": "-3457.975917807232318"}, {"distinct_range": 1332848007816438800, "num_eq": 3217858339388251786, "num_range": 1332848007816438842, "upper_bound": "369.5780472848170329"}, {"distinct_range": 0, "num_eq": 4000000000, "num_range": 1000, "upper_bound": "5881451498391.847825"}, {"distinct_range": 478517376075826370, "num_eq": 6137690558604935091, "num_range": 478517376075826389, "upper_bound": "33400915377262476.79"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 1927511815798103159, "upper_bound": "2.107508883544690219E+36"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1602041398449405430, "histo_col_type": "", "name": "__auto__", "null_count": 6387093035288813170, "row_count": 8137967471502228899}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 558340866225661887, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "0001-01-01 00:00:00"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 4680264551339856068, "upper_bound": "1980-05-30 18:17:58.000795"}, {"distinct_range": 485760434.70650333, "num_eq": 4303595255372038051, "num_range": 1000000000, "upper_bound": "1989-11-24 07:40:13.000068"}, {"distinct_range": 1111284570252459000, "num_eq": 500000000, "num_range": 1111284570252458988, "upper_bound": "2021-11-02 12:36:46.000647"}, {"distinct_range": 4483103895162269700, "num_eq": 100, "num_range": 4483103895162269447, "upper_bound": "2022-03-07 15:57:45.000653"}, {"distinct_range": 0, "num_eq": 300000, "num_range": 10000000, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 4936412846373736892, "row_count": 8137967471502228899}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3046725023085754024, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5707685654216790731, "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 2194925155685424039, "row_count": 8137967471502228899}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5300734050040586393, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 6335287999136757692, "num_range": 4000000000, "upper_bound": "1157924401"}, {"distinct_range": 1449347186424287500, "num_eq": 4837484665553651551, "num_range": 1449347186424287572, "upper_bound": "1272271015"}, {"distinct_range": 542088.1387589177, "num_eq": 100000000, "num_range": 700000, "upper_bound": "2204226305"}, {"distinct_range": 0, "num_eq": 0, "num_range": 9002470727154072762, "upper_bound": "2561844179"}, {"distinct_range": 7.046648805482256, "num_eq": 8236701876147752235, "num_range": 10, "upper_bound": "2616508663"}, {"distinct_range": 0, "num_eq": 3829219951298735011, "num_range": 7643525271196691170, "upper_bound": "3301571484"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7751699265929027800, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000, "num_range": 0, "upper_bound": "3892872388"}, {"distinct_range": 4561562314515583000, "num_eq": 70000000000, "num_range": 4561562314515583139, "upper_bound": "4055430638"}, {"distinct_range": 0, "num_eq": 50000, "num_range": 3041553482853086485, "upper_bound": "4221852017"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 8137967471502228899}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 153216913706237503, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000, "num_range": 0, "upper_bound": "-1.52063471473614108E+36"}, {"distinct_range": 339.1521679984309, "num_eq": 50, "num_range": 400, "upper_bound": "0"}, {"distinct_range": 51080751.31161626, "num_eq": 200000000, "num_range": 90000000, "upper_bound": "4.79207245972194217E+24"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 218781909341983991, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1775043787479055754, "histo_col_type": "", "name": "__auto__", "null_count": 632867720721758588, "row_count": 2488908805399056423}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2238916124951778000, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 281404319109518940, "num_eq": 900, "num_range": 7510380966420686528, "upper_bound": "\\u00135"}, {"distinct_range": 0, "num_eq": 5547749912353727425, "num_range": 30, "upper_bound": "(\\u0016\\u0003\\u000e\\u0006\\u0019Tc"}, {"distinct_range": 600000000, "num_eq": 1000, "num_range": 600000000, "upper_bound": "+$\\u0007m-?\\u000eI"}, {"distinct_range": 0, "num_eq": 2260169343158247076, "num_range": 90000, "upper_bound": "X)c\\u000b\\u0013o:"}, {"distinct_range": 600000000, "num_eq": 0, "num_range": 600000000, "upper_bound": "h1Ceu\\u000fa2z"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 663102017849541962, "histo_col_type": "", "name": "__auto__", "null_count": 234035924194152686, "row_count": 2488908805399056423}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2482018531683859249, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 482413310157036066, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1405762006808043488, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_22"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 323004109857145252, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 904489716882889922, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 242970106982191422, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1421059914981959369, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 654956188201473014, "histo_buckets": [{"distinct_range": 0, "num_eq": 1933221510130332134, "num_range": 0, "upper_bound": "824952560"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 10000000, "upper_bound": "1745256659"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 50000, "upper_bound": "1887306960"}, {"distinct_range": 838753373297956400, "num_eq": 10000000000, "num_range": 3486195931514511313, "upper_bound": "2580865052"}, {"distinct_range": 39362591894.965904, "num_eq": 7569440706464890049, "num_range": 100000000000, "upper_bound": "2725471014"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 873444533952173415, "row_count": 2488908805399056423}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 909675154736404565, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1515799968285683021, "histo_col_type": "", "name": "__auto__", "null_count": 2321883532106943255, "row_count": 2488908805399056423}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1268106129355427824, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 30000, "num_eq": 5759116144215037405, "num_range": 30000, "upper_bound": "2759620615"}, {"distinct_range": 0, "num_eq": 1580362191864297697, "num_range": 0, "upper_bound": "3130993985"}, {"distinct_range": 7519587103.578717, "num_eq": 3000, "num_range": 8000000000, "upper_bound": "3655256811"}, {"distinct_range": 966620436202519300, "num_eq": 60000, "num_range": 3742248490856448404, "upper_bound": "4145711692"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 475683334230022170, "histo_col_type": "", "name": "__auto__", "null_count": 1705119256878044704, "row_count": 2488908805399056423}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1757886670321893002, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1123357231878950612, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 308581855827446931, "histo_col_type": "", "name": "__auto__", "null_count": 332510830652283646, "row_count": 2488908805399056423}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1252126905817027836, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2488908805399056423}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 707337127135485671, "histo_col_type": "", "name": "__auto__", "null_count": 23362827916335644, "row_count": 2488908805399056423}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2258022704124153860, "histo_col_type": "", "name": "__auto__", "null_count": 86294832618299037, "row_count": 2488908805399056423}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "infinity" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@1a6ee6ebd9625f428568203205d0ae44e2ca1963:


        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_7, col2_0 DESC, col4_8) INCLUDE (col4_15);
        test_1        |             ALTER TABLE table4 ADD FOREIGN KEY (col2_0, col4_15) REFERENCES table1 (col1_0, col1_1) ON DELETE RESTRICT ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_0, col2_1, col2_3, col2_2) REFERENCES table1 (col1_0, col1_2, col1_1, col1_7) ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table4 ADD FOREIGN KEY (col2_1, col2_2) REFERENCES table1 (col1_2, col1_7);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('pr');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('rzuoy', 'xxcuel', 'za');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('jxbyn', 'xe', 'mfcs', 'mrijm', 'jj', 'lmx');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('o', 'cnn', 'yu', 'ihmx', 'kbio', 'bqzjm');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: foreign key constraint "table4_col2_0_fkey" cannot be implemented (SQLSTATE 42804)
        test_1        |     --- FAIL: TestCompare/mutators (1.01s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 INTERVAL NOT NULL, col1_1 TIMETZ NOT NULL, col1_2 TIMESTAMPTZ NOT NULL, col1_3 BIT(47) NOT NULL, col1_4 REGPROCEDURE NOT NULL, col1_5 "char" NOT NULL, col1_6 BIT(20) NOT NULL, col1_7 UUID NOT NULL, PRIMARY KEY (col1_4, col1_7 DESC, col1_1 DESC, col1_3, col1_2 DESC, col1_0 DESC, col1_6 ASC, col1_5), INDEX (col1_1 DESC, col1_4 ASC, col1_0), UNIQUE (col1_1, col1_7 DESC, col1_5 ASC, col1_4, col1_6 ASC, col1_2 DESC, col1_3, col1_0 ASC), UNIQUE (col1_2, col1_5, col1_0, col1_1, col1_6 ASC, col1_4 DESC, col1_7 DESC) WHERE ((table1.col1_1 = '00:00:00+15:59:00':::TIMETZ) OR (table1.col1_2 != '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table1.col1_5 > e'\U00002603':::STRING), FAMILY (col1_4, col1_5, col1_7, col1_3), FAMILY (col1_1, col1_6), FAMILY (col1_2, col1_0));
        test_1        |             CREATE TABLE table2 (col2_0 REGPROC, col2_1 BOOL NOT NULL, col2_2 INTERVAL NOT NULL, col2_3 STRING NOT NULL, col2_4 TIMESTAMP NOT NULL, col2_5 INT8 NOT NULL, col2_6 VARCHAR, col2_7 BOX2D, col2_8 TIMETZ NULL, col2_9 TIMETZ, col2_10 TIMESTAMP NOT NULL, col2_11 CHAR NULL, col2_12 BIT(27) NULL, col2_13 NAME, col2_14 TIMETZ, col2_15 INT4[], col2_16 REGNAMESPACE, col2_17 REGPROC, col2_18 BYTES NULL, PRIMARY KEY (col2_4 DESC, col2_2 ASC), UNIQUE (col2_8 ASC, col2_7 DESC) STORING (col2_0, col2_1, col2_3, col2_9, col2_12, col2_13, col2_14, col2_15, col2_16), INDEX (col2_14 DESC, col2_5 ASC, col2_17 DESC, col2_2, col2_7, col2_1, col2_13 DESC, col2_3 ASC, col2_4 DESC, col2_6 DESC, col2_10 DESC, col2_12 DESC, col2_8, col2_0 DESC, col2_18 ASC) STORING (col2_11, col2_15, col2_16), UNIQUE (col2_16 ASC, col2_9 DESC, col2_3, col2_17 DESC, col2_0, col2_1, col2_2 ASC, col2_11 ASC, col2_13 DESC, col2_4 ASC, col2_18 ASC, col2_14 ASC, col2_6, col2_5 ASC, col2_8, col2_12 ASC) STORING (col2_10, col2_15) WHERE ((((((NOT table2.col2_1) OR (table2.col2_9 != '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_5 > 2147483647:::INT8)) AND (table2.col2_3 > '"':::STRING)) OR (table2.col2_18 >= e'\\xff':::BYTES)) OR (table2.col2_13 >= '"':::STRING)) OR (table2.col2_14 < '24:00:00-15:59:00':::TIMETZ), INDEX (col2_6 ASC, col2_0, col2_7 DESC, col2_10 DESC, col2_16 ASC, col2_5 DESC, col2_14 DESC, col2_3 ASC, col2_1, col2_12 ASC, col2_9, col2_8 ASC, col2_11 DESC, col2_4 DESC, col2_18, col2_2 DESC) STORING (col2_15) WHERE (((((((((((table2.col2_8 != '00:00:00+15:59:00') OR (table2.col2_9 = '24:00:00-15:59:00')) AND (table2.col2_6 >= '"')) AND (table2.col2_3 != e'\x00')) AND (table2.col2_5 > 1)) OR (table2.col2_11 != '"')) AND (table2.col2_14 < '24:00:00-15:59:00')) AND (table2.col2_4 <= '-4713-11-24 00:00:00')) AND (NOT table2.col2_1)) AND (table2.col2_18 > '\x58')) AND (table2.col2_10 != '294276-12-31 23:59:59.999999')) AND (table2.col2_13 <= 'X'), UNIQUE (col2_6 ASC, col2_4 ASC, col2_8 ASC, col2_3, col2_0 ASC, col2_17, col2_18 ASC, col2_2 DESC, col2_14 DESC, col2_16 DESC, col2_11 ASC, col2_12 DESC) STORING (col2_13, col2_15) WHERE table2.col2_9 != '24:00:00-15:59:00':::TIMETZ, INDEX (col2_8 DESC, col2_13 DESC, col2_7 ASC, col2_17 DESC, col2_10, col2_6 DESC, col2_16, col2_18 DESC, col2_1 DESC, col2_9 ASC, col2_14 ASC, col2_11, col2_2 ASC, col2_3, col2_12, col2_0, col2_5 DESC) WHERE (((((table2.col2_3 > e'\x00':::STRING) AND (table2.col2_14 > '00:00:00+15:59:00':::TIMETZ)) AND (table2.col2_6 > 'X':::STRING)) AND (table2.col2_9 >= '00:00:00+15:59:00':::TIMETZ)) AND (table2.col2_10 >= '-2000-01-01 00:00:00':::TIMESTAMP)) OR (NOT table2.col2_1), INDEX (col2_11, col2_18 DESC, col2_10, col2_6 ASC, col2_8 DESC) STORING (col2_0, col2_3, col2_5, col2_7, col2_12, col2_14, col2_15, col2_16) WHERE (((((((((((table2.col2_11 != e'\'':::STRING) OR (table2.col2_6 > '':::STRING)) OR (table2.col2_18 != e'\\x00':::BYTES)) OR (table2.col2_8 < '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_14 >= '24:00:00-15:59:00':::TIMETZ)) AND table2.col2_1) AND (table2.col2_5 >= (-1):::INT8)) AND (table2.col2_13 <= '"':::STRING)) OR (table2.col2_4 < '294276-12-31 23:59:59.999999':::TIMESTAMP)) OR (table2.col2_3 = e'\U00002603':::STRING)) OR (table2.col2_9 < '24:00:00-15:59:00':::TIMETZ)) AND (table2.col2_10 > '3000-01-01 00:00:00':::TIMESTAMP), INDEX (col2_12 DESC, col2_14 DESC, col2_13 ASC, col2_17 ASC, col2_5 DESC, col2_0, col2_8, col2_11 ASC, col2_2 DESC, col2_4 DESC, col2_18 DESC, col2_9) STORING (col2_3, col2_7, col2_16) WHERE (((((((((((table2.col2_4 < '-2000-01-01 00:00:00':::TIMESTAMP) AND (table2.col2_8 = '24:00:00-15:59:00':::TIMETZ)) OR (table2.col2_9 >= '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_6 > e'\'':::STRING)) OR (table2.col2_14 >= '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_10 = '-2000-01-01 00:00:00':::TIMESTAMP)) AND table2.col2_1) AND (table2.col2_11 = '':::STRING)) OR (table2.col2_3 >= '"':::STRING)) OR (table2.col2_5 >= 2147483647:::INT8)) OR (table2.col2_13 <= e'\U00002603':::STRING)) OR (table2.col2_18 != e'\\xe29883':::BYTES), INDEX (col2_9 DESC, col2_5 DESC, col2_1 DESC, col2_10 ASC, col2_2, col2_3 DESC, col2_13, col2_7, col2_18 DESC, col2_6 ASC, col2_12) STORING (col2_0, col2_11, col2_14, col2_15, col2_17), FAMILY (col2_16), FAMILY (col2_11, col2_9), FAMILY (col2_8, col2_12), FAMILY (col2_4), FAMILY (col2_14, col2_3, col2_17), FAMILY (col2_15), FAMILY (col2_7), FAMILY (col2_0), FAMILY (col2_6), FAMILY (col2_13), FAMILY (col2_5), FAMILY (col2_2), FAMILY (col2_10), FAMILY (col2_18), FAMILY (col2_1));
        test_1        |             CREATE TABLE table3 (col3_0 INT8 NOT NULL, col3_1 BOX2D NOT NULL, col3_2 BYTES, col3_3 VARCHAR, col3_4 OID NOT NULL, PRIMARY KEY (col3_1, col3_4 DESC, col3_0), UNIQUE (col3_1 DESC, col3_2 DESC) WHERE (table3.col3_2 > e'\\xff':::BYTES) OR (table3.col3_3 < '"':::STRING), UNIQUE (col3_3, col3_0 DESC, col3_1 DESC, col3_2 DESC) WHERE ((table3.col3_0 != 2147483647:::INT8) AND (table3.col3_3 != '':::STRING)) AND (table3.col3_2 <= e'\\x27':::BYTES), INDEX (col3_0 DESC, col3_2, col3_1 DESC, col3_4 DESC, col3_3 ASC) WHERE ((table3.col3_2 > e'\\x00':::BYTES) OR (table3.col3_0 >= 2147483647:::INT8)) AND (table3.col3_3 != e'\'':::STRING), UNIQUE (col3_3 DESC, col3_4 DESC) WHERE ((table3.col3_3 < '"':::STRING) AND (table3.col3_0 = (-1):::INT8)) OR (table3.col3_2 > e'\\xff':::BYTES), INDEX (col3_4 DESC, col3_0, col3_1 ASC) STORING (col3_3) WHERE (table3.col3_2 != e'\\x58':::BYTES) OR (table3.col3_0 = (-128):::INT8), INDEX (col3_3 DESC, col3_2 DESC) WHERE table3.col3_3 != 'X':::STRING, UNIQUE (col3_2, col3_4) STORING (col3_3) WHERE (table3.col3_3 > e'\'':::STRING) OR (table3.col3_0 < 0:::INT8), FAMILY (col3_2, col3_4, col3_3, col3_1), FAMILY (col3_0));
        test_1        |             CREATE TABLE table4 (col4_0 INTERVAL, col4_1 TIMETZ NOT NULL, col4_2 VARCHAR NOT NULL, col4_3 CHAR, col4_4 FLOAT8 NOT NULL, col4_5 "char" NULL, col4_6 UUID, col4_7 BOX2D, col4_8 "char" NOT NULL, col4_9 CHAR, col4_10 VARCHAR NOT NULL, col4_11 REGCLASS NULL, col4_12 BIT(31) NULL, col4_13 INET NULL, col4_14 TIMESTAMPTZ NOT NULL, col4_15 TIMETZ NOT NULL, col4_16 INET, PRIMARY KEY (col4_4 DESC, col4_10 ASC), UNIQUE (col4_10) STORING (col4_0, col4_1, col4_2, col4_5, col4_8, col4_9, col4_12) WHERE ((((((table4.col4_1 = '24:00:00-15:59:00':::TIMETZ) AND (table4.col4_14 < '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table4.col4_2 = e'\x00':::STRING)) AND (table4.col4_8 != '"':::STRING)) AND (table4.col4_15 > '00:00:00+15:59:00':::TIMETZ)) AND (table4.col4_9 >= e'\U00002603':::STRING)) AND (table4.col4_10 <= e'\'':::STRING), INDEX (col4_9 ASC, col4_11 ASC, col4_16 ASC, col4_0 DESC, col4_13 ASC, col4_6 DESC, col4_7 DESC, col4_8 ASC, col4_2 DESC, col4_15) STORING (col4_3) WHERE ((((((table4.col4_1 < '00:00:00+15:59:00':::TIMETZ) AND (table4.col4_2 >= e'\x00':::STRING)) AND (table4.col4_9 != e'\U00002603':::STRING)) AND (table4.col4_15 = '00:00:00+15:59:00':::TIMETZ)) AND (table4.col4_8 != e'\x00':::STRING)) AND (table4.col4_5 < e'\'':::STRING)) OR (table4.col4_10 != e'\'':::STRING), UNIQUE (col4_5, col4_3 ASC, col4_1, col4_13 DESC, col4_9 ASC, col4_2, col4_6 DESC, col4_0 ASC, col4_15 ASC, col4_12 DESC, col4_11 ASC, col4_14 ASC, col4_7 ASC) STORING (col4_8, col4_16) WHERE ((((((table4.col4_4 >= 3.4028234663852886e+38:::FLOAT8) AND (table4.col4_5 != '"':::STRING)) OR (table4.col4_2 > e'\'':::STRING)) OR (table4.col4_15 != '00:00:00+15:59:00':::TIMETZ)) OR (table4.col4_14 <= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) AND (table4.col4_8 < 'X':::STRING)) AND (table4.col4_1 != '00:00:00+15:59:00':::TIMETZ), FAMILY (col4_9, col4_8), FAMILY (col4_3), FAMILY (col4_4), FAMILY (col4_1), FAMILY (col4_5), FAMILY (col4_6), FAMILY (col4_7), FAMILY (col4_14, col4_11, col4_0, col4_10, col4_15, col4_2, col4_12), FAMILY (col4_13), FAMILY (col4_16), UNIQUE (col4_0, col4_12) STORING (col4_7, col4_8, col4_9, col4_13, col4_14, col4_15));
        test_1        |             CREATE TABLE table5 (col4_4 FLOAT8 NOT NULL, col4_10 VARCHAR NOT NULL, col5_2 INT2 NOT NULL, col5_3 DATE NULL, col5_4 BIT(20) NOT NULL, col5_5 BIT(44), PRIMARY KEY (col4_4 DESC, col4_10 ASC, col5_2 ASC, col5_4 ASC), UNIQUE (col4_10) STORING (col5_3, col5_5) WHERE (((table5.col4_4 = 0.0) AND (table5.col5_2 >= -1)) OR (table5.col5_3 < '-infinity')) AND (table5.col4_10 != '"'), INDEX (col4_10 DESC, col5_5 DESC, col5_3 DESC, col5_2 ASC), UNIQUE (col4_4, col5_3 ASC, col4_10, col5_2) STORING (col5_5) WHERE (((table5.col4_4 > -Inf) AND (table5.col4_10 = '')) OR (table5.col5_3 >= 'infinity')) OR (table5.col5_2 = 0), INDEX (col4_10, col5_3 DESC, col5_4 DESC) WHERE (table5.col4_4 > 3.4028234663852886e+38:::FLOAT8) OR (table5.col5_3 >= '-infinity':::DATE), UNIQUE (col4_10, col4_4 ASC, col5_2, col5_3 DESC, col5_4) STORING (col5_5) WHERE table5.col5_3 != '1970-01-01':::DATE, INDEX (col5_2, col5_3 ASC, col4_4 ASC, col5_5 ASC, col4_10, col5_4), UNIQUE (col5_4, col5_3 DESC) WHERE (((table5.col4_4 > -1.0) AND (table5.col5_3 != '4714-11-24 BC')) AND (table5.col5_2 >= -1)) OR (table5.col4_10 != '"'), FAMILY (col5_5), FAMILY (col5_4, col5_2), FAMILY (col4_4), FAMILY (col5_3, col4_10)) INTERLEAVE IN PARENT table4 (col4_4, col4_10);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 889028983, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 683138722, "histo_buckets": [{"distinct_range": 0, "num_eq": 65912705595846087, "num_range": 0, "upper_bound": "07:51:03.263658-00:11:00"}, {"distinct_range": 589863.5294504735, "num_eq": 200000, "num_range": 10000000, "upper_bound": "17:31:19.401711+04:35:00"}, {"distinct_range": 3707607643.1105103, "num_eq": 0, "num_range": 7000000000, "upper_bound": "17:39:49.081091+04:36:00"}, {"distinct_range": 54913979762.19062, "num_eq": 6683980845087275578, "num_range": 80000000000, "upper_bound": "23:29:19.809973+08:24:00"}, {"distinct_range": 5974247664.931226, "num_eq": 10000, "num_range": 6000000000, "upper_bound": "18:58:02.285688-07:09:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 731079968, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000, "num_range": 0, "upper_bound": "1970-09-06 12:09:19.000794+00:00"}, {"distinct_range": 2642047170601220600, "num_eq": 6924563438020243903, "num_range": 5143195726961284016, "upper_bound": "1992-01-26 06:36:14.000777+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14316071, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 551765289, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 209887523725483000, "num_eq": 6355311191602679636, "num_range": 632534295861958109, "upper_bound": "1063695270"}, {"distinct_range": 0, "num_eq": 7071533074030455388, "num_range": 6058079423979272503, "upper_bound": "1332164244"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1914582088"}, {"distinct_range": 1409292938600512000, "num_eq": 2508874164567760837, "num_range": 6772726878665103196, "upper_bound": "2351369022"}, {"distinct_range": 393.098452472075, "num_eq": 1000000000, "num_range": 4000, "upper_bound": "3779083319"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 7000000000, "upper_bound": "4064008312"}, {"distinct_range": 0, "num_eq": 0, "num_range": 5384793219973261942, "upper_bound": "4189639902"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 549828713, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 422993038, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 790258306, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900000000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8404624, "histo_col_type": "", "name": "__auto__", "null_count": 134818463, "row_count": 700000000}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 435501817, "histo_col_type": "", "name": "__auto__", "null_count": 566797697, "row_count": 700000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 661967336, "histo_col_type": "", "name": "__auto__", "null_count": 125043867, "row_count": 700000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22168399, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 118368999, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 192106774, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 55828905, "row_count": 700000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 443951259, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 296378106, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 505907348, "histo_buckets": [{"distinct_range": 0, "num_eq": 31519053164919032, "num_range": 0, "upper_bound": "00:58:16.027726-00:14:00"}, {"distinct_range": 105895976.07370463, "num_eq": 6862955535443496189, "num_range": 300000000, "upper_bound": "01:10:32.893718-08:18:00"}, {"distinct_range": 7000, "num_eq": 2622378811253747514, "num_range": 7000, "upper_bound": "19:37:19.688255+00:22:00"}, {"distinct_range": 100000000000, "num_eq": 7034472524169931808, "num_range": 100000000000, "upper_bound": "18:30:49.616888-00:55:00"}, {"distinct_range": 500000, "num_eq": 5000000, "num_range": 500000, "upper_bound": "17:08:45.50218-03:56:00"}, {"distinct_range": 0, "num_eq": 1254842560501874241, "num_range": 6962048995051905561, "upper_bound": "12:23:19.589589-10:51:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 155123171, "row_count": 700000000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 588127533, "histo_buckets": [{"distinct_range": 0, "num_eq": 8548980929160643505, "num_range": 0, "upper_bound": "04:34:15.905321+13:54:00"}, {"distinct_range": 0, "num_eq": 6689964633820097855, "num_range": 5394193210992603780, "upper_bound": "03:30:38.292805+06:13:00"}, {"distinct_range": 73916371269203580, "num_eq": 10000, "num_range": 73916371269203583, "upper_bound": "06:47:46.922575+08:27:00"}, {"distinct_range": 500000, "num_eq": 10000000000, "num_range": 500000, "upper_bound": "17:42:43.546936+11:03:00"}, {"distinct_range": 400000000, "num_eq": 60, "num_range": 400000000, "upper_bound": "00:26:10.79477-08:38:00"}, {"distinct_range": 0, "num_eq": 5793553410213676185, "num_range": 5000000000, "upper_bound": "17:05:38.24187+02:30:00"}, {"distinct_range": 2331166.304127041, "num_eq": 6027094773455083426, "num_range": 3000000, "upper_bound": "23:20:58.9417+06:26:00"}, {"distinct_range": 1000, "num_eq": 8000000, "num_range": 1000, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 268902527, "row_count": 700000000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 518461413, "histo_col_type": "", "name": "__auto__", "null_count": 387127241, "row_count": 700000000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 204504529, "histo_buckets": [{"distinct_range": 0, "num_eq": 7590082405414248046, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 6000000000, "num_eq": 7975369306354361639, "num_range": 6000000000, "upper_bound": "133378025"}, {"distinct_range": 100000000, "num_eq": 5652009563680253985, "num_range": 100000000, "upper_bound": "498174962"}, {"distinct_range": 7835681987911016000, "num_eq": 2631179775356898314, "num_range": 7835681987911016725, "upper_bound": "959533598"}, {"distinct_range": 0, "num_eq": 4965234591332019163, "num_range": 20, "upper_bound": "2724446695"}, {"distinct_range": 0, "num_eq": 600, "num_range": 0, "upper_bound": "3119932173"}, {"distinct_range": 5555949241349394000, "num_eq": 40000000000, "num_range": 6117915724558420068, "upper_bound": "3959140222"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 526286605, "row_count": 700000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 219202179, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1970-10-29 18:01:17.000289"}, {"distinct_range": 5949181936388273000, "num_eq": 60000, "num_range": 5949181936388273480, "upper_bound": "1992-06-15 07:42:25.000735"}, {"distinct_range": 106512.07003269184, "num_eq": 0, "num_range": 500000, "upper_bound": "1995-09-26 19:48:09.000926"}, {"distinct_range": 50, "num_eq": 800000000, "num_range": 50, "upper_bound": "2001-04-08 07:15:16.000367"}, {"distinct_range": 300000, "num_eq": 400000000, "num_range": 300000, "upper_bound": "2009-03-01 22:45:09.00008"}, {"distinct_range": 4984178552463153000, "num_eq": 90, "num_range": 6739063215288357417, "upper_bound": "2021-01-25 10:44:37.000995"}, {"distinct_range": 10, "num_eq": 6080359347320367870, "num_range": 10, "upper_bound": "2032-09-12 20:29:34.000042"}, {"distinct_range": 0, "num_eq": 5282453243461845444, "num_range": 7914221599154149026, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 338327572, "histo_col_type": "", "name": "__auto__", "null_count": 146359358, "row_count": 700000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 363119625, "histo_col_type": "", "name": "__auto__", "null_count": 457311714, "row_count": 700000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 219117586, "histo_buckets": [{"distinct_range": 0, "num_eq": 4684855339414382560, "num_range": 0, "upper_bound": "000000000000000000000000000"}, {"distinct_range": 3445519866.908468, "num_eq": 800000000, "num_range": 7000000000, "upper_bound": "010001101010111001101100000"}, {"distinct_range": 907882951653531500, "num_eq": 90000, "num_range": 907882951653531564, "upper_bound": "100111011110001000001100010"}, {"distinct_range": 100000000, "num_eq": 10000000000, "num_range": 100000000, "upper_bound": "111000110000100101100101001"}], "histo_col_type": "BIT(27)", "name": "__auto__", "null_count": 448112550, "row_count": 700000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 374454495, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 323015276, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": ""}, {"distinct_range": 2191322440632215300, "num_eq": 8574880219350824560, "num_range": 8877387466021107733, "upper_bound": "hp\\u0008*]z\\u001a\\u0007"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 438241897, "row_count": 700000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 219299943, "histo_buckets": [{"distinct_range": 0, "num_eq": 1058564021610157558, "num_range": 0, "upper_bound": "20:58:43.613434-01:13:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 382207024, "row_count": 700000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 797, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": ">\\t\\nDr3c&+"}, {"distinct_range": 0, "num_eq": 10, "num_range": 60000000000, "upper_bound": "mt\\u000c\\u001e"}, {"distinct_range": 1610278734686953200, "num_eq": 22677180007847434, "num_range": 1610278734686953173, "upper_bound": "os"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 2051, "row_count": 4000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3826, "histo_buckets": [{"distinct_range": 0, "num_eq": 6444738770252168541, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 37060165071884290, "num_eq": 5000000, "num_range": 1793514635348290132, "upper_bound": "1279418525"}, {"distinct_range": 1497713980378468400, "num_eq": 70000, "num_range": 4149686910136666380, "upper_bound": "2065145924"}, {"distinct_range": 1234706564058386400, "num_eq": 40000, "num_range": 1234706564058386450, "upper_bound": "2442552272"}, {"distinct_range": 2577314751382113300, "num_eq": 900000000, "num_range": 5466968999842614789, "upper_bound": "4164533283"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2445, "histo_buckets": [{"distinct_range": 0, "num_eq": 4343004716725203067, "num_range": 0, "upper_bound": "-9223372036854775807"}, {"distinct_range": 0, "num_eq": 500000000, "num_range": 9000, "upper_bound": "-8767538603606677780"}, {"distinct_range": 50000, "num_eq": 2000, "num_range": 50000, "upper_bound": "-5382180215250275633"}, {"distinct_range": 10000, "num_eq": 0, "num_range": 10000, "upper_bound": "-4868036854108020467"}, {"distinct_range": 3481262524265230.5, "num_eq": 100000, "num_range": 2057150021146499223, "upper_bound": "-1912929840073514995"}, {"distinct_range": 90000, "num_eq": 30000, "num_range": 90000, "upper_bound": "-1844552277291694549"}, {"distinct_range": 300000, "num_eq": 4717424308828448075, "num_range": 300000, "upper_bound": "-2147483648"}, {"distinct_range": 1200215145661014000, "num_eq": 7228215878505287208, "num_range": 4451664999153561389, "upper_bound": "127"}, {"distinct_range": 80000000000, "num_eq": 2710698690899859786, "num_range": 80000000000, "upper_bound": "8515296479416747855"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3635, "histo_buckets": [{"distinct_range": 0, "num_eq": 4991309533453693106, "num_range": 0, "upper_bound": "BOX(0.24418669489488876 -1.8836894814762677,1.5040389111415813 1.1847688333168018)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 4000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3413, "histo_buckets": [{"distinct_range": 0, "num_eq": 6534125553381923409, "num_range": 0, "upper_bound": "\\\\x33aff0"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 123520520637150586, "upper_bound": "\\\\x58"}, {"distinct_range": 0, "num_eq": 0, "num_range": 4729869975666747934, "upper_bound": "\\\\xf9cee6ddd3"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 1072, "row_count": 4000}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2315703528778121369, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 155717225893827908, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 500935064722311188, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1622191481063911620, "histo_col_type": "", "name": "__auto__", "null_count": 1735210949943842488, "row_count": 4551245838993861363}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3001690665722402425, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000, "num_range": 0, "upper_bound": "\\t)y0$n\\u0014O|"}, {"distinct_range": 3856480816409488400, "num_eq": 20000000000, "num_range": 3856480816409488534, "upper_bound": "X"}, {"distinct_range": 0, "num_eq": 8975538625128723474, "num_range": 0, "upper_bound": "s>L"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3555711002628912643, "histo_col_type": "", "name": "__auto__", "null_count": 756067232678910759, "row_count": 4551245838993861363}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4152086251702116533, "histo_col_type": "", "name": "__auto__", "null_count": 3579064085932322379, "row_count": 4551245838993861363}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3406174269458477428, "histo_col_type": "", "name": "__auto__", "null_count": 1368123147748301417, "row_count": 4551245838993861363}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2523185784357004606, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000000, "num_range": 0, "upper_bound": "-0.6732613461615613"}, {"distinct_range": 2055040387811321600, "num_eq": 7543971257904112316, "num_range": 2289955442086684453, "upper_bound": "0.057738231362934433"}, {"distinct_range": 2678.1361356220714, "num_eq": 3634002823689218883, "num_range": 5000, "upper_bound": "0.837231788227804"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2483415675453667475, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 7815942991855048934, "num_range": 30, "upper_bound": "B"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 2074723447621755243, "row_count": 4551245838993861363}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4056368122366783895, "histo_col_type": "", "name": "__auto__", "null_count": 21670456781129499, "row_count": 4551245838993861363}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4321126867044937367, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "\\u0017"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 10000000, "upper_bound": "4"}, {"distinct_range": 0, "num_eq": 0, "num_range": 9000000000, "upper_bound": "8"}, {"distinct_range": 1512811669837900000, "num_eq": 600000000, "num_range": 1638574552640187696, "upper_bound": "N"}, {"distinct_range": 0, "num_eq": 8447845374598602399, "num_range": 8577622517625027022, "upper_bound": "V"}, {"distinct_range": 135845.29872509817, "num_eq": 1223746570267506649, "num_range": 400000, "upper_bound": "l"}, {"distinct_range": 20000000000, "num_eq": 1835587173679702238, "num_range": 20000000000, "upper_bound": "t"}, {"distinct_range": 300000, "num_eq": 0, "num_range": 300000, "upper_bound": "w"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 2623417344253704345, "row_count": 4551245838993861363}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 414818236408997005, "histo_col_type": "", "name": "__auto__", "null_count": 2548779551471545164, "row_count": 4551245838993861363}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2393171167529342244, "histo_col_type": "", "name": "__auto__", "null_count": 3966883514811441578, "row_count": 4551245838993861363}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3808273069341873612, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1278733241314568152, "histo_col_type": "", "name": "__auto__", "null_count": 434961068260880416, "row_count": 4551245838993861363}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3540823598485707388, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4551245838993861363}]':::JSONB;
        test_1        |             ALTER TABLE table5 INJECT STATISTICS e'[{"columns": ["col5_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 656117277793815759, "histo_col_type": "", "name": "__auto__", "null_count": 5987782618074631782, "row_count": 6072397671791229763}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4871074841967961023, "histo_buckets": [{"distinct_range": 0, "num_eq": 7713139942675837088, "num_range": 0, "upper_bound": "-1.2931009709959902"}, {"distinct_range": 561579734343248000, "num_eq": 9140251549955054273, "num_range": 7438535487753382224, "upper_bound": "-0.08412014165455195"}, {"distinct_range": 1000000, "num_eq": 6458346174236018210, "num_range": 1000000, "upper_bound": "5e-324"}, {"distinct_range": 8.289352851030957, "num_eq": 7529406984601404564, "num_range": 20, "upper_bound": "0.23823931844662888"}, {"distinct_range": 5469603794222614000, "num_eq": 7059042751925732585, "num_range": 5469603794222613318, "upper_bound": "0.6587388870662372"}, {"distinct_range": 3367836.553675416, "num_eq": 3000000, "num_range": 9000000, "upper_bound": "1.468296443317177"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 6072397671791229763}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3328322142085184216, "histo_buckets": [{"distinct_range": 0, "num_eq": 9015984130062496349, "num_range": 0, "upper_bound": "\\u001a"}, {"distinct_range": 0, "num_eq": 3593134756665865139, "num_range": 20, "upper_bound": "\\u001ePS"}, {"distinct_range": 872945037750902000, "num_eq": 40000000000, "num_range": 872945037750902064, "upper_bound": "8"}, {"distinct_range": 0, "num_eq": 9000000000, "num_range": 5000000, "upper_bound": "DG1\\u0017V"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 6072397671791229763}, {"columns": ["col5_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1678064555571388920, "histo_buckets": [{"distinct_range": 0, "num_eq": 8315844412108791680, "num_range": 0, "upper_bound": "-21209"}, {"distinct_range": 2572402844188648400, "num_eq": 5005783397924520997, "num_range": 2572402844188648251, "upper_bound": "-3497"}, {"distinct_range": 10.84909188464352, "num_eq": 0, "num_range": 30, "upper_bound": "19433"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 5605689692644412979, "upper_bound": "21450"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 1988724707864933692, "upper_bound": "25463"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 6072397671791229763}, {"columns": ["col5_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4084713364350992213, "histo_col_type": "", "name": "__auto__", "null_count": 176748651300443102, "row_count": 6072397671791229763}, {"columns": ["col5_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3654754985132772381, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000, "num_range": 0, "upper_bound": "00001100011001111000"}, {"distinct_range": 0, "num_eq": 40, "num_range": 2982493153781759530, "upper_bound": "10011010101011111001"}, {"distinct_range": 3639399372694045700, "num_eq": 700000000, "num_range": 3639399372694045706, "upper_bound": "10011111010010101011"}, {"distinct_range": 8707313746159117000, "num_eq": 60000, "num_range": 8707313746159117273, "upper_bound": "11011100110110111110"}], "histo_col_type": "BIT(20)", "name": "__auto__", "null_count": 0, "row_count": 6072397671791229763}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('obfok', 'dah', 'exv');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('pan', 'dvbquh', 'lxexe', 'lxtlt', 'hkyue', 'zgdjqj');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('e');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 7018334304164415242, "num_range": 0, "upper_bound": "0"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 413243280544337548, "num_range": 0, "upper_bound": "09:33:19.50654+09:35:00"}, {"distinct_range": 11454.560258271093, "num_eq": 400, "num_range": 60000, "upper_bound": "12:03:05.358338+05:54:00"}, {"distinct_range": 1000000000, "num_eq": 9025319835179703863, "num_range": 1000000000, "upper_bound": "19:53:52.772274+00:48:00"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 300000, "upper_bound": "22:36:22.164343+01:33:00"}, {"distinct_range": 844721841.2370539, "num_eq": 2256849627817301640, "num_range": 7000000000, "upper_bound": "13:27:16.051926-08:32:00"}, {"distinct_range": 60466.263947109546, "num_eq": 200000000, "num_range": 80000, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000, "num_range": 0, "upper_bound": "1970-07-17 02:22:56.000041+00:00"}, {"distinct_range": 6000000000, "num_eq": 7182019358182066340, "num_range": 6000000000, "upper_bound": "1990-12-05 19:47:51.000312+00:00"}, {"distinct_range": 300, "num_eq": 503399694630889670, "num_range": 300, "upper_bound": "2004-10-22 08:17:56.000797+00:00"}, {"distinct_range": 1460624229981411800, "num_eq": 1777490631089352604, "num_range": 5843643501593987867, "upper_bound": "2006-12-07 10:57:24.000583+00:00"}, {"distinct_range": 82980411995.16826, "num_eq": 700, "num_range": 100000000000, "upper_bound": "2015-07-28 04:36:31.000077+00:00"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 9146186035626761340, "upper_bound": "2033-02-12 06:59:24.000933+00:00"}, {"distinct_range": 3572217240273919000, "num_eq": 5950223825749164756, "num_range": 3729067230543566235, "upper_bound": "294276-12-31 23:59:59.999999+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3313, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11217, "histo_buckets": [{"distinct_range": 0, "num_eq": 2958884343116356262, "num_range": 0, "upper_bound": "1984-10-04 11:43:51.000339"}, {"distinct_range": 83237.1867780229, "num_eq": 8742091462578877898, "num_range": 100000, "upper_bound": "1989-02-14 15:42:58.000467"}, {"distinct_range": 0, "num_eq": 7320480204759103756, "num_range": 100000, "upper_bound": "1989-03-05 16:59:57.000073"}, {"distinct_range": 0, "num_eq": 4254711908601577502, "num_range": 30000, "upper_bound": "1989-07-25 04:57:57.000858"}, {"distinct_range": 0, "num_eq": 3453886781276829647, "num_range": 5844243998478682930, "upper_bound": "1989-07-30 13:16:27.000994"}, {"distinct_range": 248.17285144188895, "num_eq": 3694963334870183279, "num_range": 400, "upper_bound": "1998-06-01 00:19:42.000628"}, {"distinct_range": 6624580274158664000, "num_eq": 4702979233281783955, "num_range": 6624580274158663190, "upper_bound": "2025-12-02 06:03:03.0008"}, {"distinct_range": 2655819065247722500, "num_eq": 30, "num_range": 2655819065247722654, "upper_bound": "2030-05-02 02:16:23.000282"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7899, "histo_buckets": [{"distinct_range": 0, "num_eq": 8349049165900662445, "num_range": 0, "upper_bound": "\\u001b"}, {"distinct_range": 0, "num_eq": 70, "num_range": 3986119662661370564, "upper_bound": "."}, {"distinct_range": 3646878967756667400, "num_eq": 0, "num_range": 5547058909398677271, "upper_bound": "7"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 18797, "row_count": 20000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16911, "histo_col_type": "", "name": "__auto__", "null_count": 9152, "row_count": 20000}, {"columns": ["col2_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7891, "histo_col_type": "", "name": "__auto__", "null_count": 14679, "row_count": 20000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5019, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15233, "histo_buckets": [{"distinct_range": 0, "num_eq": 5898481172433091121, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 800000, "num_eq": 0, "num_range": 800000, "upper_bound": "10:11:13.992721+09:58:00"}, {"distinct_range": 9000, "num_eq": 10, "num_range": 9000, "upper_bound": "08:27:24.775098+01:37:00"}, {"distinct_range": 0.49583314029989245, "num_eq": 2122558139448550595, "num_range": 20, "upper_bound": "22:53:34.922066+12:43:00"}, {"distinct_range": 1000000000, "num_eq": 2133449792410694372, "num_range": 1000000000, "upper_bound": "01:25:55.440335-09:04:00"}, {"distinct_range": 7000, "num_eq": 1000000000, "num_range": 7000, "upper_bound": "02:18:47.640668-13:08:00"}, {"distinct_range": 0, "num_eq": 2000000, "num_range": 1000, "upper_bound": "12:49:49.217457-05:10:00"}, {"distinct_range": 2136460.749665964, "num_eq": 5161467565219413146, "num_range": 5000000, "upper_bound": "18:13:09.096548-05:26:00"}, {"distinct_range": 2322562199536302600, "num_eq": 600000, "num_range": 5700339060952212628, "upper_bound": "14:32:04.36113-12:45:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 18871, "row_count": 20000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 942, "histo_col_type": "", "name": "__auto__", "null_count": 1966, "row_count": 20000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4419, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16936, "histo_buckets": [{"distinct_range": 0, "num_eq": 5129392285440976479, "num_range": 0, "upper_bound": "\\u0006"}, {"distinct_range": 0, "num_eq": 4000000, "num_range": 6318897492058454210, "upper_bound": "<"}, {"distinct_range": 8542574404898594000, "num_eq": 6000000, "num_range": 8542574404898593485, "upper_bound": "L3W\\u0008\\u0006Y@M1"}, {"distinct_range": 0, "num_eq": 0, "num_range": 800000000, "upper_bound": "V6}{LM"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "`rS. /"}, {"distinct_range": 900000, "num_eq": 10000000, "num_range": 900000, "upper_bound": "c"}, {"distinct_range": 6000, "num_eq": 4461881966941600590, "num_range": 6000, "upper_bound": "k\\"B"}, {"distinct_range": 1895797523982571800, "num_eq": 400000000, "num_range": 7739866755411888192, "upper_bound": "v=[p"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 4920, "row_count": 20000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17831, "histo_buckets": [{"distinct_range": 0, "num_eq": 4026789324371366473, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 7412055197107964000, "num_eq": 1000000, "num_range": 7412055197107963398, "upper_bound": "00:25:31.570883-00:03:00"}, {"distinct_range": 0, "num_eq": 100, "num_range": 50000000000, "upper_bound": "06:07:08.876744+05:35:00"}, {"distinct_range": 19805660.637261048, "num_eq": 60, "num_range": 20000000, "upper_bound": "21:30:27.485313+12:25:00"}, {"distinct_range": 6685927525705637000, "num_eq": 8936448446786768996, "num_range": 6685927525705636964, "upper_bound": "12:04:45.983595+01:15:00"}, {"distinct_range": 408861633.7748601, "num_eq": 5000, "num_range": 900000000, "upper_bound": "23:39:56.805208+05:00:00"}, {"distinct_range": 315139726663185860, "num_eq": 8782635482486519079, "num_range": 481266922076766908, "upper_bound": "13:35:55.052505-13:10:00"}, {"distinct_range": 0, "num_eq": 7413325962000534306, "num_range": 70, "upper_bound": "20:35:22.595488-13:46:00"}, {"distinct_range": 9000, "num_eq": 217048167661068955, "num_range": 9000, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 5126, "row_count": 20000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18659, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000, "num_range": 0, "upper_bound": "09:52:24.624072+09:53:00"}, {"distinct_range": 6180012716079783000, "num_eq": 0, "num_range": 6180012716079782562, "upper_bound": "08:53:36.167386+07:01:00"}, {"distinct_range": 8000000, "num_eq": 8509849584727494034, "num_range": 8000000, "upper_bound": "08:57:02.702446+06:41:00"}, {"distinct_range": 656294995036387500, "num_eq": 10000000000, "num_range": 2568370199287523782, "upper_bound": "15:42:44.906325+05:08:00"}, {"distinct_range": 60, "num_eq": 0, "num_range": 60, "upper_bound": "06:51:07.372987-08:30:00"}, {"distinct_range": 0, "num_eq": 291948808564260045, "num_range": 1000, "upper_bound": "22:52:19.123049+05:45:00"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 50000000, "upper_bound": "12:50:23.891488-12:50:00"}, {"distinct_range": 5665137118.398429, "num_eq": 7344573627715496921, "num_range": 100000000000, "upper_bound": "16:28:06.02121-12:05:00"}, {"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 2471, "row_count": 20000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6620, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8808, "histo_col_type": "", "name": "__auto__", "null_count": 14738, "row_count": 20000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8496, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3274, "histo_buckets": [{"distinct_range": 0, "num_eq": 80, "num_range": 0, "upper_bound": "011011110010011111100001011"}, {"distinct_range": 8199743134226082000, "num_eq": 1836358856793443342, "num_range": 8199743134226081839, "upper_bound": "011101000010101000101000111"}, {"distinct_range": 400000, "num_eq": 40000000000, "num_range": 400000, "upper_bound": "011111111111111111111111111"}, {"distinct_range": 10000000000, "num_eq": 0, "num_range": 10000000000, "upper_bound": "100110001110010011011110010"}, {"distinct_range": 3258212123954914300, "num_eq": 0, "num_range": 4458499719639472623, "upper_bound": "101110011011100111111100000"}, {"distinct_range": 1431272567598659800, "num_eq": 100000000, "num_range": 5648963958527831753, "upper_bound": "110111000001101010111100111"}, {"distinct_range": 0, "num_eq": 400, "num_range": 118150838791777576, "upper_bound": "111111111000001100010110111"}], "histo_col_type": "BIT(27)", "name": "__auto__", "null_count": 3533, "row_count": 20000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12167, "histo_col_type": "", "name": "__auto__", "null_count": 9024, "row_count": 20000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19313, "histo_buckets": [{"distinct_range": 0, "num_eq": 6549843180764936192, "num_range": 0, "upper_bound": "1657399331"}, {"distinct_range": 99.8632160651205, "num_eq": 1000, "num_range": 700, "upper_bound": "2318884442"}, {"distinct_range": 83824327234647540, "num_eq": 0, "num_range": 1020345573654886639, "upper_bound": "2673781549"}, {"distinct_range": 2940971199584719400, "num_eq": 6043713267650440546, "num_range": 6377092227859835612, "upper_bound": "2676283440"}, {"distinct_range": 0, "num_eq": 9000000, "num_range": 7936609202289322835, "upper_bound": "3106911129"}, {"distinct_range": 3662099178240034300, "num_eq": 800000000, "num_range": 3662099178240034346, "upper_bound": "3227147597"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "3413047258"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 6496, "row_count": 20000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8917, "histo_col_type": "", "name": "__auto__", "null_count": 5230, "row_count": 20000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3853943826, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 665715259228012800, "num_eq": 2201652605527484156, "num_range": 4469260721273130370, "upper_bound": "634354507"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 500000, "upper_bound": "1686801463"}, {"distinct_range": 0, "num_eq": 3057901594919369366, "num_range": 0, "upper_bound": "2522276598"}, {"distinct_range": 0, "num_eq": 8392324630296428038, "num_range": 5052775815984347197, "upper_bound": "2739985914"}, {"distinct_range": 0, "num_eq": 3099826617663714747, "num_range": 0, "upper_bound": "3016223126"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 40000000000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23653318725, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "7946843573961759751"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 40000000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4774491615, "histo_buckets": [{"distinct_range": 0, "num_eq": 1706071803566448284, "num_range": 0, "upper_bound": "BOX(-0.5549184240538955 -1.275097674736228,0.4875822333593409 -0.4634691529619239)"}, {"distinct_range": 3702195687.2046647, "num_eq": 80000000, "num_range": 10000000000, "upper_bound": "BOX(-0.44296790943611697 -0.5222929545051535,2.2030730794110345 0.775705489466272)"}, {"distinct_range": 0, "num_eq": 600, "num_range": 5688622526661104155, "upper_bound": "BOX(-0.268292460558921 0.10028293629364021,1.0288518148037151 1.1108388023637064)"}, {"distinct_range": 2160874497457341000, "num_eq": 7328440458320343170, "num_range": 7336102135541496285, "upper_bound": "BOX(0.1745205547333481 -0.8014958360468132,0.40298290620799737 0.6479844568797487)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 40000000000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31577972153, "histo_buckets": [{"distinct_range": 0, "num_eq": 3372021548036043426, "num_range": 0, "upper_bound": "\\\\x58"}, {"distinct_range": 2008323441216224000, "num_eq": 5772137903096533045, "num_range": 4559341707474465363, "upper_bound": "\\\\x63"}, {"distinct_range": 9000000000, "num_eq": 8640790431765798399, "num_range": 9000000000, "upper_bound": "\\\\x671c0bfd8b7f"}, {"distinct_range": 30000, "num_eq": 100000000000, "num_range": 30000, "upper_bound": "\\\\x87b8edacf750b40c25"}, {"distinct_range": 8657541986437385000, "num_eq": 3621709634780042905, "num_range": 8657541986437385227, "upper_bound": "\\\\x98bd3b7d"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 3842742262940633836, "upper_bound": "\\\\xbab046f0"}, {"distinct_range": 7829452006196617000, "num_eq": 30000, "num_range": 7829452006196617431, "upper_bound": "\\\\xc660fdf1"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 39395441086, "row_count": 40000000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4230133700, "histo_buckets": [{"distinct_range": 0, "num_eq": 735246478158946175, "num_range": 0, "upper_bound": ""}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 29492235615, "row_count": 40000000000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8442, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1256, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2888, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9063, "histo_col_type": "", "name": "__auto__", "null_count": 5585, "row_count": 10000}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3775, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": "-0.35748841083812777"}, {"distinct_range": 0, "num_eq": 7503792350918748837, "num_range": 4805166597903155399, "upper_bound": "0.0751209935815309"}, {"distinct_range": 0, "num_eq": 4727922562344631190, "num_range": 1000000, "upper_bound": "0.4521771083894274"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6221, "histo_col_type": "", "name": "__auto__", "null_count": 72, "row_count": 10000}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7806, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "\\u001f"}, {"distinct_range": 4735151450169613000, "num_eq": 1000000000, "num_range": 4735151450169613625, "upper_bound": "."}, {"distinct_range": 817378729.9885266, "num_eq": 1000, "num_range": 1000000000, "upper_bound": "P"}, {"distinct_range": 61303694.09944453, "num_eq": 7867052995803558639, "num_range": 3000000000, "upper_bound": "X"}, {"distinct_range": 0, "num_eq": 7487904091386824331, "num_range": 1082164772181830373, "upper_bound": "h"}, {"distinct_range": 4434410063233061400, "num_eq": 3000000, "num_range": 6008992270376553652, "upper_bound": "u"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 2710, "row_count": 10000}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1168, "histo_col_type": "", "name": "__auto__", "null_count": 7058, "row_count": 10000}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1170, "histo_col_type": "", "name": "__auto__", "null_count": 7061, "row_count": 10000}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6011, "histo_buckets": [{"distinct_range": 0, "num_eq": 5915966110149776122, "num_range": 0, "upper_bound": "\\u0006"}, {"distinct_range": 18509041.44790972, "num_eq": 10000, "num_range": 50000000, "upper_bound": "."}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 825, "row_count": 10000}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2268, "histo_col_type": "", "name": "__auto__", "null_count": 1222, "row_count": 10000}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5503, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4190, "histo_col_type": "", "name": "__auto__", "null_count": 222, "row_count": 10000}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4007, "histo_col_type": "", "name": "__auto__", "null_count": 6524, "row_count": 10000}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2179, "histo_col_type": "", "name": "__auto__", "null_count": 7989, "row_count": 10000}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4494, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5562, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}]';
        test_1        |             ALTER TABLE table5 INJECT STATISTICS e'[{"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21073374065, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000000, "num_range": 0, "upper_bound": "-1.3425849927577636"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 40000000000, "upper_bound": "0.4088208237858707"}, {"distinct_range": 80000, "num_eq": 2618544457279113098, "num_range": 80000, "upper_bound": "1.5082703301408822"}, {"distinct_range": 3570277927867656000, "num_eq": 700000, "num_range": 3867427191359304574, "upper_bound": "1.5227288541632888"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9833288612, "histo_buckets": [{"distinct_range": 0, "num_eq": 8037591708918445670, "num_range": 0, "upper_bound": ""}, {"distinct_range": 5832598038590321000, "num_eq": 40000, "num_range": 5832598038590320713, "upper_bound": "\\u0003"}, {"distinct_range": 5446015997426295000, "num_eq": 800000, "num_range": 5446015997426294345, "upper_bound": "\\n5\\u0007"}, {"distinct_range": 743087024009125500, "num_eq": 30000000, "num_range": 2840179737713936815, "upper_bound": "\\u0019\\u0006\\u0001ZY"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 0, "upper_bound": "d(U0\\u0018\\u0006"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col5_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6666986874, "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col5_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8085284295, "histo_col_type": "", "name": "__auto__", "null_count": 15498495527, "row_count": 30000000000}, {"columns": ["col5_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23698297805, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000, "num_range": 0, "upper_bound": "00101010111010110111"}, {"distinct_range": 4130620.7934601884, "num_eq": 2346381489517420134, "num_range": 5000000, "upper_bound": "01000101110111010000"}, {"distinct_range": 100, "num_eq": 7048421327020950843, "num_range": 100, "upper_bound": "01000111011010110111"}, {"distinct_range": 1917010208440371000, "num_eq": 9088709655023550821, "num_range": 2402964985582764638, "upper_bound": "10001001111001011001"}, {"distinct_range": 28.189907633
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@cd62a02833eeb02d14944668d09ee54806927a2b:

        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        test_1        | --- FAIL: TestCompare (2.50s)
        test_1        |     --- FAIL: TestCompare/postgres (1.76s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.73s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 NAME NOT NULL, col1_1 REGPROC NOT NULL, col1_2 CHAR, col1_3 DATE NOT NULL, col1_4 STRING NULL, col1_5 BIT(20), col1_6 TIMESTAMP NOT NULL, col1_7 DECIMAL NULL, UNIQUE (col1_7 DESC, col1_3 ASC) STORING (col1_0, col1_1, col1_2) WHERE (table1.col1_4 >= 'X') AND (table1.col1_2 <= e'\U00002603'), INDEX (col1_3, col1_4 DESC, col1_0 ASC, col1_7, col1_6 ASC) STORING (col1_2, col1_5) WHERE (table1.col1_3 < 'infinity') OR (table1.col1_7 != NaN), UNIQUE (col1_0 ASC, col1_7, col1_1 ASC, col1_5 DESC, col1_2 DESC, col1_6 DESC, col1_3 ASC) STORING (col1_4) WHERE (((((table1.col1_6 < '-2000-01-01 00:00:00':::TIMESTAMP) OR (table1.col1_4 != '':::STRING)) AND (table1.col1_3 < '4714-11-24 BC':::DATE)) OR (table1.col1_2 <= '"':::STRING)) OR (table1.col1_0 = '"':::STRING)) AND (table1.col1_7 = 'NaN':::DECIMAL), INDEX (col1_1, col1_5 DESC, col1_6, col1_3 DESC, col1_4 ASC, col1_0) WHERE (((((table1.col1_0 = '':::STRING) OR (table1.col1_2 >= e'\x00':::STRING)) AND (table1.col1_3 >= '-infinity':::DATE)) OR (table1.col1_6 <= '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table1.col1_7 > 0:::DECIMAL)) AND (table1.col1_4 >= 'X':::STRING), FAMILY (col1_2, col1_1), FAMILY (col1_3, col1_4), FAMILY (col1_6, col1_7, col1_5, col1_0));
        test_1        |             CREATE TABLE table2 (col2_0 INT2 NOT NULL, col2_1 INT8, col2_2 REGNAMESPACE NOT NULL, col2_3 TIMESTAMPTZ, col2_4 REGNAMESPACE NOT NULL, col2_5 TIME NOT NULL, PRIMARY KEY (col2_2 DESC), UNIQUE (col2_5 DESC, col2_1, col2_4 ASC, col2_2, col2_0, col2_3) WHERE (((table2.col2_5 >= '24:00:00') OR (table2.col2_1 <= 9223372036854775807)) OR (table2.col2_0 != 1)) AND (table2.col2_3 >= '0001-01-01 00:00:00+00:00'), FAMILY (col2_0, col2_3, col2_5, col2_4, col2_1), FAMILY (col2_2));
        test_1        |             CREATE TABLE table3 (col3_0 REGTYPE NOT NULL, col3_1 UUID, col3_2 VARCHAR[], col3_3 STRING, col3_4 TIMESTAMPTZ, col3_5 DECIMAL NULL, col3_6 OID NULL, col3_7 BOOL, col3_8 DATE NOT NULL, col3_9 BYTES NOT NULL, PRIMARY KEY (col3_8, col3_0), UNIQUE (col3_4 ASC, col3_5 DESC) STORING (col3_1, col3_2, col3_3) WHERE (((((table3.col3_4 <= '-2000-01-01 00:00:00+00:00') AND (table3.col3_3 <= 'X')) OR (NOT table3.col3_7)) AND (table3.col3_9 > '\xe29883')) AND (table3.col3_5 <= 1)) OR (table3.col3_8 < '-infinity'), INDEX (col3_6, col3_5 DESC, col3_9, col3_1 DESC) STORING (col3_4, col3_7), FAMILY (col3_9), FAMILY (col3_4), FAMILY (col3_3), FAMILY (col3_6, col3_2), FAMILY (col3_8), FAMILY (col3_7), FAMILY (col3_0), FAMILY (col3_1, col3_5));
        test_1        |             CREATE TABLE table4 (col4_0 TIMESTAMP NOT NULL, col4_1 "char" NOT NULL, col4_2 DECIMAL, col4_3 VARCHAR, col4_4 VARCHAR, col4_5 FLOAT8, col4_6 REGNAMESPACE NOT NULL, col4_7 REGPROC NULL, col4_8 REGPROCEDURE NOT NULL, col4_9 INT4 NOT NULL, col4_10 REGPROC NULL, col4_11 REGNAMESPACE NULL, col4_12 BIT(39), col4_13 TIME, PRIMARY KEY (col4_6 ASC, col4_9 DESC, col4_0 DESC), FAMILY (col4_1), FAMILY (col4_10, col4_8, col4_5, col4_13, col4_6), FAMILY (col4_7, col4_4, col4_9), FAMILY (col4_12), FAMILY (col4_0, col4_3, col4_11), FAMILY (col4_2));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1899306822842186130, "histo_col_type": "", "name": "__auto__", "null_count": 2398468863337797055, "row_count": 5324615128060268650}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4045508735285532954, "histo_buckets": [{"distinct_range": 0, "num_eq": 8660368165219175240, "num_range": 0, "upper_bound": "1996-08-11"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 5324615128060268650}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1152102235841874677, "histo_col_type": "", "name": "__auto__", "null_count": 5058568409945995191, "row_count": 5324615128060268650}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 120567884988100028, "histo_col_type": "", "name": "__auto__", "null_count": 2110853366707166977, "row_count": 5324615128060268650}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1416663623344406480, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5324615128060268650}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2772588149183570874, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "-8.508164918192031524E+28"}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "-4.141010663950998442E+23"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 1546513124582050705, "upper_bound": "1"}, {"distinct_range": 38.857682553310845, "num_eq": 1844268376660379863, "num_range": 100, "upper_bound": "366667060893765316.1"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 1743780356951850531, "row_count": 5324615128060268650}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1146526787730901922, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "\\u0004YsSiP"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 4573021991502524495, "upper_bound": "0$_D\\nBqv"}, {"distinct_range": 1919310968185031700, "num_eq": 583588702708614046, "num_range": 1919310968185031745, "upper_bound": "R\\u0016B\\u0014GhS"}, {"distinct_range": 800000, "num_eq": 100000000, "num_range": 800000, "upper_bound": "Y(!\'\\u0005"}, {"distinct_range": 2000, "num_eq": 1214325576302336006, "num_range": 2000, "upper_bound": "f=5 :\x7f;Q\\u0019"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 5324615128060268650}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3705369718546988550, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1810613116"}, {"distinct_range": 0, "num_eq": 0, "num_range": 10000000, "upper_bound": "2306861849"}, {"distinct_range": 441655350578933700, "num_eq": 4000, "num_range": 2709208394198124440, "upper_bound": "2452400684"}, {"distinct_range": 6226164533701665000, "num_eq": 7502510374445096801, "num_range": 6226164533701664500, "upper_bound": "3813696645"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 5324615128060268650}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 827728014803801906, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1995843512826109361}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1949442579910230061, "histo_col_type": "", "name": "__auto__", "null_count": 78410729608384920, "row_count": 1995843512826109361}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1486305511095867962, "histo_buckets": [{"distinct_range": 0, "num_eq": 8542227369702756147, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 900, "num_eq": 0, "num_range": 900, "upper_bound": "87525989"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 900000, "upper_bound": "530630826"}, {"distinct_range": 27041324293.996967, "num_eq": 600, "num_range": 60000000000, "upper_bound": "1021545060"}, {"distinct_range": 55894862.20500932, "num_eq": 3462091938798514599, "num_range": 60000000, "upper_bound": "1802908943"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 4223296375126267297, "upper_bound": "4291527305"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 1995843512826109361}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1359449293060109178, "histo_col_type": "", "name": "__auto__", "null_count": 1319134733464780416, "row_count": 1995843512826109361}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1150917365226813310, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1995843512826109361}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1083260072581415575, "histo_buckets": [{"distinct_range": 0, "num_eq": 5332275408999269156, "num_range": 0, "upper_bound": "01:52:25.568784"}, {"distinct_range": 6596378829447561000, "num_eq": 800000, "num_range": 6596378829447561445, "upper_bound": "06:57:58.696832"}, {"distinct_range": 5380153918338669000, "num_eq": 9000000000, "num_range": 7839518997293298074, "upper_bound": "15:15:07.149173"}, {"distinct_range": 7437081807723964000, "num_eq": 7338299330875093375, "num_range": 7437081807723964494, "upper_bound": "20:58:23.178252"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 1995843512826109361}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3351856, "histo_col_type": "", "name": "__auto__", "null_count": 49157196, "row_count": 90000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8659370, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 89966584, "histo_col_type": "", "name": "__auto__", "null_count": 74559941, "row_count": 90000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17616518, "histo_col_type": "", "name": "__auto__", "null_count": 82711562, "row_count": 90000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 28642037, "histo_buckets": [{"distinct_range": 0, "num_eq": 5193367090837039689, "num_range": 0, "upper_bound": "0001-01-01 00:00:00+00:00"}, {"distinct_range": 2522329648523201000, "num_eq": 4000, "num_range": 3208389628854534061, "upper_bound": "1973-07-06 11:00:45.000139+00:00"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 317583601285606375, "upper_bound": "1981-04-05 14:52:06.000002+00:00"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 7076453252746399572, "upper_bound": "1991-12-03 23:01:17.000139+00:00"}, {"distinct_range": 1122845893099215500, "num_eq": 300000, "num_range": 1122845893099215488, "upper_bound": "1999-01-15 15:29:56.000724+00:00"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "2000-10-14 22:56:44.000135+00:00"}, {"distinct_range": 5000, "num_eq": 900000000, "num_range": 5000, "upper_bound": "2003-08-11 03:09:17.000243+00:00"}, {"distinct_range": 0, "num_eq": 80, "num_range": 0, "upper_bound": "2020-01-19 22:28:26.000993+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 19448958, "row_count": 90000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 962366, "histo_col_type": "", "name": "__auto__", "null_count": 68917374, "row_count": 90000000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 33545496, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45465875, "histo_col_type": "", "name": "__auto__", "null_count": 87416120, "row_count": 90000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56312936, "histo_buckets": [{"distinct_range": 0, "num_eq": 3998551876208159827, "num_range": 0, "upper_bound": "298444780"}, {"distinct_range": 1000000000, "num_eq": 6696633838789117942, "num_range": 1000000000, "upper_bound": "1273989919"}, {"distinct_range": 0, "num_eq": 2959000649560199780, "num_range": 500, "upper_bound": "1772736727"}, {"distinct_range": 1482785984200011000, "num_eq": 7378666467125799596, "num_range": 1482785984200010971, "upper_bound": "1816387662"}, {"distinct_range": 2911260871682598400, "num_eq": 8038078618209435367, "num_range": 5692868199836821881, "upper_bound": "3070853914"}, {"distinct_range": 1177671827823603000, "num_eq": 900, "num_range": 1177671827823602919, "upper_bound": "3370214136"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 90, "upper_bound": "4151395110"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 55274896, "row_count": 90000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 57809602, "histo_buckets": [{"distinct_range": 0, "num_eq": 6202118916553355498, "num_range": 0, "upper_bound": "1985-04-27"}, {"distinct_range": 0, "num_eq": 400000000, "num_range": 1362098637662084210, "upper_bound": "1997-01-07"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 90000000}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 61957, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73139, "histo_col_type": "", "name": "__auto__", "null_count": 114439, "row_count": 800000}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 400240, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 525892, "histo_col_type": "", "name": "__auto__", "null_count": 128721, "row_count": 800000}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 563221, "histo_col_type": "", "name": "__auto__", "null_count": 92487, "row_count": 800000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 484610, "histo_col_type": "", "name": "__auto__", "null_count": 436582, "row_count": 800000}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 458654, "histo_col_type": "", "name": "__auto__", "null_count": 450744, "row_count": 800000}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 665064, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 163278, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 4036602554432622325, "num_range": 60000000, "upper_bound": "472168690"}, {"distinct_range": 41135915907089590, "num_eq": 4169071776187515629, "num_range": 317784111398012494, "upper_bound": "1126042588"}, {"distinct_range": 4000, "num_eq": 0, "num_range": 4000, "upper_bound": "1507930298"}, {"distinct_range": 3497006104586029000, "num_eq": 30000, "num_range": 4295920640624548703, "upper_bound": "2094914114"}, {"distinct_range": 19455679565225130, "num_eq": 250014913906625003, "num_range": 4122726120872825604, "upper_bound": "2254217410"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 9046493490090142149, "upper_bound": "3083429595"}, {"distinct_range": 19253363905.34179, "num_eq": 0, "num_range": 30000000000, "upper_bound": "4066663688"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11489, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 800000}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 81244, "histo_col_type": "", "name": "__auto__", "null_count": 797194, "row_count": 800000}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 573977, "histo_col_type": "", "name": "__auto__", "null_count": 677145, "row_count": 800000}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 170306, "histo_col_type": "", "name": "__auto__", "null_count": 609405, "row_count": 800000}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71769, "histo_col_type": "", "name": "__auto__", "null_count": 431109, "row_count": 800000}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('hf');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('xff', 'dunewj');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('jpsrsg', 'jfw', 'bpeiaa', 'shfrm', 'o');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('zimi', 'tgiwc', 'vcbkj', 'puuvrp');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17104357, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "-5.838089573123668508E+28"}, {"distinct_range": 8434442977806070000, "num_eq": 0, "num_range": 8434442977806069617, "upper_bound": "-7.512702820979802096E+20"}, {"distinct_range": 54.13086576523683, "num_eq": 4554129010661680842, "num_range": 100, "upper_bound": "-675197669072551.931"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 400, "upper_bound": "-43123495833933.64774"}, {"distinct_range": 2803.9931213052237, "num_eq": 7258352309804309073, "num_range": 9000, "upper_bound": "1.73928305706289326"}, {"distinct_range": 2130304460015651800, "num_eq": 3261855171639023256, "num_range": 2427470059893638934, "upper_bound": "139.5791692925790201"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 3445500368691961296, "upper_bound": "3.15255261381738131E+27"}, {"distinct_range": 0, "num_eq": 20, "num_range": 0, "upper_bound": "5.890329897212122563E+28"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 7005658, "row_count": 40000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24386312, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 8992700267551017748, "num_range": 3765049739427537500, "upper_bound": "\\u0005wATn}S"}, {"distinct_range": 122874.5377965173, "num_eq": 5000000, "num_range": 200000, "upper_bound": "\\n."}, {"distinct_range": 7178628261477372000, "num_eq": 8751782758101960472, "num_range": 7178628261477371694, "upper_bound": "!"}, {"distinct_range": 733.8714674989735, "num_eq": 4195543443784189611, "num_range": 4000, "upper_bound": "\\""}, {"distinct_range": 80000000, "num_eq": 7233099302132173080, "num_range": 80000000, "upper_bound": "7"}, {"distinct_range": 0, "num_eq": 500, "num_range": 0, "upper_bound": "<w`0%"}, {"distinct_range": 49984.82939029717, "num_eq": 4785662045258890114, "num_range": 400000, "upper_bound": "W@FJ"}, {"distinct_range": 0, "num_eq": 0, "num_range": 7425284291303391631, "upper_bound": "t_6\\u0006\\u0004t\\u0013"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 40000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32143054, "histo_buckets": [{"distinct_range": 0, "num_eq": 8439143377103293689, "num_range": 0, "upper_bound": "625111093"}, {"distinct_range": 565515212719177400, "num_eq": 6679235147525266760, "num_range": 831490800750581975, "upper_bound": "710067373"}, {"distinct_range": 21888.74359172332, "num_eq": 286357887921314963, "num_range": 90000, "upper_bound": "2368393459"}, {"distinct_range": 1000000000, "num_eq": 7339965769186253058, "num_range": 1000000000, "upper_bound": "2458563194"}, {"distinct_range": 700000, "num_eq": 1552431668498719476, "num_range": 700000, "upper_bound": "2712255877"}, {"distinct_range": 408827059703637700, "num_eq": 1200491980408223698, "num_range": 1594019399551822740, "upper_bound": "3028492472"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 40000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22525444, "histo_col_type": "", "name": "__auto__", "null_count": 3305438, "row_count": 40000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39213050, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000000, "num_range": 0, "upper_bound": "1971-05-07"}, {"distinct_range": 0, "num_eq": 70000000000, "num_range": 40, "upper_bound": "1974-03-21"}, {"distinct_range": 0, "num_eq": 6895961318110722152, "num_range": 800000000, "upper_bound": "1977-04-22"}, {"distinct_range": 6609554963046659000, "num_eq": 50000000, "num_range": 8690844002426400412, "upper_bound": "1977-07-24"}, {"distinct_range": 0, "num_eq": 644642430868483500, "num_range": 8000, "upper_bound": "1986-09-09"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 2762087093630289489, "upper_bound": "1987-12-28"}, {"distinct_range": 0, "num_eq": 3451022725221815011, "num_range": 3990069436950949356, "upper_bound": "1991-12-19"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 40000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19024898, "histo_col_type": "", "name": "__auto__", "null_count": 500545, "row_count": 40000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19853933, "histo_col_type": "", "name": "__auto__", "null_count": 27623805, "row_count": 40000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30091975, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 40000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2842835965006470522, "histo_col_type": "", "name": "__auto__", "null_count": 2140367277405304098, "row_count": 5954506955287165392}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3990161423182429781, "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 5954506955287165392}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1348428546608831771, "histo_col_type": "", "name": "__auto__", "null_count": 1151655760827017565, "row_count": 5954506955287165392}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1053560258168986872, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5954506955287165392}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3099039463071672571, "histo_buckets": [{"distinct_range": 0, "num_eq": 861833552861524021, "num_range": 0, "upper_bound": "00:31:26.160545"}, {"distinct_range": 7277003504842924000, "num_eq": 7979947288618112038, "num_range": 7875981934046370061, "upper_bound": "02:07:38.848894"}, {"distinct_range": 11120446889.335493, "num_eq": 1534984599109767340, "num_range": 60000000000, "upper_bound": "03:01:08.356264"}, {"distinct_range": 4120515835474939000, "num_eq": 10000000, "num_range": 7031408654256842417, "upper_bound": "15:41:35.430023"}, {"distinct_range": 0, "num_eq": 3635882490458375987, "num_range": 6382338208052523537, "upper_bound": "16:35:55.365273"}, {"distinct_range": 0, "num_eq": 60, "num_range": 400, "upper_bound": "17:55:40.461665"}, {"distinct_range": 48913220.321808174, "num_eq": 2269709685656341383, "num_range": 50000000, "upper_bound": "18:34:23.367689"}, {"distinct_range": 100000, "num_eq": 1000000, "num_range": 100000, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 5954506955287165392}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4379215517781894958, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5954506955287165392}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 93829778, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 88481831, "histo_col_type": "", "name": "__auto__", "null_count": 51591920, "row_count": 200000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 136949743, "histo_col_type": "", "name": "__auto__", "null_count": 31831388, "row_count": 200000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 151143521, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1970-01-01"}, {"distinct_range": 400000000, "num_eq": 9131152306397658889, "num_range": 400000000, "upper_bound": "1973-05-19"}, {"distinct_range": 0, "num_eq": 7365391308852888240, "num_range": 1000000000, "upper_bound": "1973-11-28"}, {"distinct_range": 0, "num_eq": 7076946100167940068, "num_range": 0, "upper_bound": "1976-03-02"}, {"distinct_range": 1653191513095160000, "num_eq": 500000, "num_range": 7406074750889515058, "upper_bound": "1985-01-15"}, {"distinct_range": 40000, "num_eq": 4000000, "num_range": 40000, "upper_bound": "1986-10-28"}, {"distinct_range": 400000, "num_eq": 900, "num_range": 400000, "upper_bound": "1988-04-30"}, {"distinct_range": 5254968824899798000, "num_eq": 1000000, "num_range": 5254968824899797939, "upper_bound": "1991-03-31"}, {"distinct_range": 80, "num_eq": 600000000, "num_range": 80, "upper_bound": "1997-05-12"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 200000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1453759, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 65279703, "histo_col_type": "", "name": "__auto__", "null_count": 72625466, "row_count": 200000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73672135, "histo_buckets": [{"distinct_range": 0, "num_eq": 7930391165953302006, "num_range": 0, "upper_bound": "1970-05-03 00:41:23.000087+00:00"}, {"distinct_range": 868081430.3423802, "num_eq": 4598072961688604100, "num_range": 1000000000, "upper_bound": "1992-05-10 03:48:14.000337+00:00"}, {"distinct_range": 2177451667877730600, "num_eq": 3764094835046229478, "num_range": 2177451667877730650, "upper_bound": "2003-11-01 07:04:33.000396+00:00"}, {"distinct_range": 27.982594644906243, "num_eq": 1000, "num_range": 60, "upper_bound": "2020-05-14 19:36:13.000926+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 11359165, "row_count": 200000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 62774023, "histo_col_type": "", "name": "__auto__", "null_count": 171545858, "row_count": 200000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39980029, "histo_col_type": "OID", "name": "__auto__", "null_count": 162906112, "row_count": 200000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 50516455, "histo_col_type": "", "name": "__auto__", "null_count": 189602603, "row_count": 200000000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4444736861, "histo_col_type": "", "name": "__auto__", "null_count": 6678582081, "row_count": 8000000000}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3891109801, "histo_col_type": "", "name": "__auto__", "null_count": 6295879026, "row_count": 8000000000}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5388666364, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1421849867, "histo_col_type": "", "name": "__auto__", "null_count": 2654634695, "row_count": 8000000000}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6366698744, "histo_col_type": "", "name": "__auto__", "null_count": 4326826271, "row_count": 8000000000}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6783879570, "histo_col_type": "", "name": "__auto__", "null_count": 1156905797, "row_count": 8000000000}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3795312922, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7569768437, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2747825065, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5554105035, "histo_col_type": "", "name": "__auto__", "null_count": 3544957138, "row_count": 8000000000}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 199729383, "histo_col_type": "", "name": "__auto__", "null_count": 5119899038, "row_count": 8000000000}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2664917454, "histo_col_type": "", "name": "__auto__", "null_count": 5313935064, "row_count": 8000000000}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1216634010, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "396992025"}, {"distinct_range": 3305754179.3506246, "num_eq": 700000000, "num_range": 10000000000, "upper_bound": "554722880"}, {"distinct_range": 1000, "num_eq": 80000000000, "num_range": 1000, "upper_bound": "720174604"}, {"distinct_range": 2073541545416639500, "num_eq": 20000, "num_range": 3754024754346575769, "upper_bound": "1110059659"}, {"distinct_range": 53676748948403530, "num_eq": 4282924475698575818, "num_range": 251715083600081590, "upper_bound": "1864603936"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 289483361120822407, "upper_bound": "2780651783"}, {"distinct_range": 4000000000, "num_eq": 10, "num_range": 4000000000, "upper_bound": "2948605155"}, {"distinct_range": 700, "num_eq": 800, "num_range": 700, "upper_bound": "3547125927"}, {"distinct_range": 1094692542528866400, "num_eq": 2743527797511705421, "num_range": 1094692542528866390, "upper_bound": "4275084567"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5732974420, "histo_col_type": "", "name": "__auto__", "null_count": 3338778438, "row_count": 8000000000}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 119403, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "917158078"}, {"distinct_range": 65677.89084958287, "num_eq": 6000000000, "num_range": 90000, "upper_bound": "2027498034"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 300000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 63614, "histo_col_type": "", "name": "__auto__", "null_count": 56801, "row_count": 300000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 228347, "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 300000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 139917, "histo_col_type": "", "name": "__auto__", "null_count": 116077, "row_count": 300000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 55951, "histo_col_type": "", "name": "__auto__", "null_count": 61447, "row_count": 300000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14069, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 52542, "histo_buckets": [{"distinct_range": 0, "num_eq": 8258612257761476328, "num_range": 0, "upper_bound": "-9.152671058252100446E+36"}, {"distinct_range": 13218644.216389675, "num_eq": 2763282627998974232, "num_range": 40000000, "upper_bound": "-5.645388048152352261E+21"}, {"distinct_range": 50000, "num_eq": 6184506043977512331, "num_range": 50000, "upper_bound": "-0.1530026595837125973"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 4000, "upper_bound": "5039627069.57726696"}, {"distinct_range": 0, "num_eq": 193368704237589486, "num_range": 0, "upper_bound": "17802414124.87172472"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 244998, "row_count": 300000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44505, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 70, "num_range": 50000000000, "upper_bound": "("}, {"distinct_range": 24872271825.08039, "num_eq": 900, "num_range": 40000000000, "upper_bound": "CXT\\u0004\\u000c\x7fX"}, {"distinct_range": 0, "num_eq": 210492783098351311, "num_range": 4360765371787560530, "upper_bound": "S,m\\u000b"}, {"distinct_range": 70000000000, "num_eq": 424664180413350094, "num_range": 70000000000, "upper_bound": "`"}, {"distinct_range": 937321766983317900, "num_eq": 5525016162971795891, "num_range": 949114495669992690, "upper_bound": "lq\\u0013u\\u0011R-"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 300000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 449122641556087639, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 462770008330785396}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 83203802571138354, "histo_buckets": [{"distinct_range": 0, "num_eq": 1813537278394716014, "num_range": 0, "upper_bound": "00:00:00"}, {"distinct_range": 30000000, "num_eq": 60000, "num_range": 30000000, "upper_bound": "03:51:47.577053"}, {"distinct_range": 0, "num_eq": 4977796487465284143, "num_range": 2000, "upper_bound": "10:14:36.843357"}, {"distinct_range": 800000000, "num_eq": 6807561409927417608, "num_range": 800000000, "upper_bound": "14:47:20.47454"}, {"distinct_range": 331593961811314800, "num_eq": 400000, "num_range": 4908358939457574681, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 462770008330785396}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 162615026091971259, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 462770008330785396}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 82425046041974977, "histo_col_type": "", "name": "__auto__", "null_count": 450181828593806045, "row_count": 462770008330785396}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 158941389739222004, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "3484073348"}, {"distinct_range": 0, "num_eq": 8569958266614082429, "num_range": 100, "upper_bound": "4148190876"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 462770008330785396}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9856753723900965, "histo_col_type": "", "name": "__auto__", "null_count": 327771610639332230, "row_count": 462770008330785396}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 242897, "histo_col_type": "", "name": "__auto__", "null_count": 169439, "row_count": 300000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 251217, "histo_col_type": "", "name": "__auto__", "null_count": 147365, "row_count": 300000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 179899, "histo_col_type": "", "name": "__auto__", "null_count": 40508, "row_count": 300000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5490, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "584404729"}, {"distinct_range": 1730166292274910200, "num_eq": 1031337172592609134, "num_range": 4354776249894425499, "upper_bound": "824761980"}, {"distinct_range": 9018629574320791000, "num_eq": 300000000, "num_range": 9018629574320790878, "upper_bound": "1278450679"}, {"distinct_range": 10000, "num_eq": 60000000, "num_range": 10000, "upper_bound": "2979445725"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 148153, "row_count": 300000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 158492, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 150563, "histo_col_type": "", "name": "__auto__", "null_count": 40441, "row_count": 300000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26234, "histo_buckets": [{"distinct_range": 0, "num_eq": 1360100801466565618, "num_range": 0, "upper_bound": "1975-07-06"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 4844366979795836567, "upper_bound": "1978-12-04"}, {"distinct_range": 380347039.75290567, "num_eq": 7609961558689815284, "num_range": 400000000, "upper_bound": "1980-09-02"}, {"distinct_range": 50, "num_eq": 100000000, "num_range": 50, "upper_bound": "1982-10-24"}, {"distinct_range": 0, "num_eq": 2679545429295983631, "num_range": 2958578893693731249, "upper_bound": "1985-06-15"}, {"distinct_range": 3638824374207046700, "num_eq": 900000000, "num_range": 3638824374207046547, "upper_bound": "1986-03-15"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 3370875482829214062, "upper_bound": "1986-04-22"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 0, "row_count": 300000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15360, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 111858, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000, "num_range": 0, "upper_bound": "0001-01-01 00:00:00+00:00"}, {"distinct_range": 3708367621008153000, "num_eq": 9024205150334258604, "num_range": 3708367621008153149, "upper_bound": "1976-03-01 06:25:30.000142+00:00"}, {"distinct_range": 5850603118015508000, "num_eq": 3053326702797154500, "num_range": 5850603118015508591, "upper_bound": "1988-11-20 17:18:49.000876+00:00"}, {"distinct_range": 105842.95002116448, "num_eq": 2931897173314190037, "num_range": 3000000, "upper_bound": "1995-02-27 13:59:52.000175+00:00"}, {"distinct_range": 0, "num_eq": 5563126096857765058, "num_range": 5851104251890558587, "upper_bound": "2002-03-22 02:33:05.000411+00:00"}, {"distinct_range": 0, "num_eq": 9000000000, "num_range": 3000000000, "upper_bound": "2018-02-18 17:01:18.00064+00:00"}, {"distinct_range": 0, "num_eq": 428393116466779536, "num_range": 5000000, "upper_bound": "2027-05-14 20:38:14.000655+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 122749, "row_count": 300000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 265797, "histo_col_type": "", "name": "__auto__", "null_count": 295264, "row_count": 300000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1046889937445630614, "histo_col_type": "", "name": "__auto__", "null_count": 305085904526437521, "row_count": 1944821513191049399}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 657547566689503490, "histo_col_type": "", "name": "__auto__", "null_count": 1522778193213399134, "row_count": 1944821513191049399}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 664873097003196914, "histo_col_type": "", "name": "__auto__", "null_count": 1407289471039755061, "row_count": 1944821513191049399}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 948164876823476781, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1944821513191049399}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1312011761261421717, "histo_col_type": "", "name": "__auto__", "null_count": 643661276824396155, "row_count": 1944821513191049399}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1942042551391785016, "histo_col_type": "", "name": "__auto__", "null_count": 1662757544528294400, "row_count": 1944821513191049399}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1686343736999926790, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 700, "num_eq": 2000000000, "num_range": 700, "upper_bound": "3318792974"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 1944821513191049399}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 320119027421699831, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1944821513191049399}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 502200626621173692, "histo_col_type": "", "name": "__auto__", "null_count": 1345479216901876218, "row_count": 1944821513191049399}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1836078775466483796, "histo_col_type": "", "name": "__auto__", "null_count": 3039140033794236, "row_count": 1944821513191049399}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 331633541919297511, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1944821513191049399}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 986698873117031723, "histo_col_type": "", "name": "__auto__", "null_count": 1577306356275606624, "row_count": 1944821513191049399}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1099802325364627572, "histo_col_type": "", "name": "__auto__", "null_count": 795673297777268820, "row_count": 1944821513191049399}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1869862453163102437, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1944821513191049399}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "nan" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@735da601263e1d0731cefd6ef3e6709d0ab479a1:

        cockroach2_1  | webui:               http://cockroach2:8080
        cockroach2_1  | sql:                 postgresql://root@cockroach2:26257?sslmode=disable
        cockroach2_1  | RPC client flags:    /cockroach/cockroach <client cmd> --host=cockroach2:26257 --insecure
        cockroach2_1  | logs:                /cockroach-data/logs
        cockroach2_1  | temp dir:            /cockroach-data/cockroach-temp975933684
        cockroach2_1  | external I/O path:   /cockroach-data/extern
        cockroach2_1  | store[0]:            path=/cockroach-data
        cockroach2_1  | storage engine:      pebble
        cockroach2_1  | status:              initialized new cluster
        cockroach2_1  | clusterID:           62e32a1f-0c9b-4889-aa24-5c8cac46ee90
        cockroach2_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2020-12-24 06:12:48.711 UTC [49] LOG:  received fast shutdown request
        postgres_1    | .2020-12-24 06:12:48.713 UTC [49] LOG:  aborting any active transactions
        postgres_1    | 2020-12-24 06:12:48.714 UTC [49] LOG:  background worker "logical replication launcher" (PID 56) exited with exit code 1
        postgres_1    | 2020-12-24 06:12:48.721 UTC [51] LOG:  shutting down
        postgres_1    | 2020-12-24 06:12:48.840 UTC [49] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-24 06:12:48.921 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-24 06:12:48.921 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-24 06:12:48.925 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-24 06:12:48.936 UTC [86] LOG:  database system was shut down at 2020-12-24 06:12:48 UTC
        postgres_1    | 2020-12-24 06:12:48.942 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.48s)
        test_1        |     --- FAIL: TestCompare/postgres (1.55s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@152c3b30ae1dcb7a7cefc6aa7fa86c2dd264bd2e:

        cockroach2_1  | status:              initialized new cluster
        cockroach2_1  | clusterID:           8507a841-5554-4150-9424-2affa9a46714
        cockroach2_1  | nodeID:              1
        postgres_1    | 2020-12-25 06:13:17.533 UTC [50] LOG:  database system was shut down at 2020-12-25 06:13:17 UTC
        postgres_1    | 2020-12-25 06:13:17.538 UTC [49] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2020-12-25 06:13:20.432 UTC [49] LOG:  received fast shutdown request
        postgres_1    | .2020-12-25 06:13:20.435 UTC [49] LOG:  aborting any active transactions
        postgres_1    | 2020-12-25 06:13:20.436 UTC [49] LOG:  background worker "logical replication launcher" (PID 56) exited with exit code 1
        postgres_1    | 2020-12-25 06:13:20.442 UTC [51] LOG:  shutting down
        postgres_1    | 2020-12-25 06:13:20.573 UTC [49] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-25 06:13:20.644 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-25 06:13:20.645 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-25 06:13:20.651 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-25 06:13:20.665 UTC [86] LOG:  database system was shut down at 2020-12-25 06:13:20 UTC
        postgres_1    | 2020-12-25 06:13:20.670 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.02s)
        test_1        |     --- FAIL: TestCompare/postgres (1.28s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.2:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@4e3a9ccdb9cac89ae32d6248bb9b119b5bc250f7:


        test_1        |             CREATE INDEX ON table4 (col2_0, col4_5 ASC, col2_2 ASC, col2_4, col2_1 DESC);
        test_1        |             CREATE INDEX ON table4 (col2_5, col4_5 DESC, col2_0 ASC, col2_2 ASC);
        test_1        |             CREATE INDEX ON table4 (col2_2, col2_0 ASC, col4_5, col2_5 DESC, col2_1 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_5 ASC, col2_5, col2_4 ASC, col2_2);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col2_4 ASC, col2_5 ASC, col4_5 DESC, col2_1 ASC, col2_0);
        test_1        |             CREATE INDEX ON table4 (col2_0, col2_2, col2_5, col2_4 ASC);
        test_1        |             CREATE INDEX ON table4 (col4_5, col2_1 ASC, col2_5);
        test_1        |             CREATE TABLE table5 (col2_1 INT8 NOT NULL, col2_5 INET NOT NULL, col2_2 INT8 NOT NULL, col2_0 INET NOT NULL, col2_4 BIT(17) NOT NULL, col5_5 REGNAMESPACE, col5_6 INET NOT NULL, col5_7 NAME, col5_8 REGCLASS NOT NULL, col5_9 REGPROC NOT NULL, col5_10 BOX2D NULL, col5_11 REGNAMESPACE NULL, col5_12 FLOAT8, col5_13 TIME NOT NULL, col5_14 UUID, col5_15 BOOL, PRIMARY KEY (col2_1, col2_5, col2_2, col2_0, col2_4, col5_10, col5_12));
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('kty', 'n', 'zp', 'qm', 'tgl');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (0.89s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGCLASS NOT NULL, col1_1 BYTES NOT NULL, col1_2 CHAR NOT NULL, col1_3 OID NOT NULL, col1_4 REGTYPE NULL, col1_5 TIMESTAMP, col1_6 BYTES NOT NULL, PRIMARY KEY (col1_6 ASC, col1_2 ASC, col1_3 ASC), INDEX (col1_5 ASC, col1_4, col1_0 ASC, col1_6, col1_1 ASC) WHERE ((table1.col1_1 > e'\\x':::BYTES) AND (table1.col1_2 < e'\'':::STRING)) AND (table1.col1_5 != '0001-01-01 00:00:00':::TIMESTAMP), INDEX (col1_6 ASC, col1_3 ASC, col1_1 DESC, col1_0 DESC, col1_2, col1_4 DESC, col1_5 ASC) WHERE (((table1.col1_2 = 'X') AND (table1.col1_1 < '\x')) OR (table1.col1_6 = '\x')) OR (table1.col1_5 > '3000-01-01 00:00:00'), INDEX (col1_5, col1_3 ASC) STORING (col1_0) WHERE (((table1.col1_1 > e'\\x22':::BYTES) OR (table1.col1_2 < e'\x00':::STRING)) OR (table1.col1_6 != e'\\x':::BYTES)) OR (table1.col1_5 > '-2000-01-01 00:00:00':::TIMESTAMP), INDEX (col1_0 ASC, col1_1) WHERE (((table1.col1_2 = e'\U00002603') OR (table1.col1_5 >= '0001-01-01 00:00:00')) AND (table1.col1_6 >= '\x00')) OR (table1.col1_1 != '\x00'), UNIQUE (col1_0 ASC, col1_3 ASC, col1_4 DESC) WHERE (((table1.col1_5 > '3000-01-01 00:00:00':::TIMESTAMP) OR (table1.col1_6 > e'\\x00':::BYTES)) AND (table1.col1_2 < 'X':::STRING)) AND (table1.col1_1 >= e'\\xe29883':::BYTES), UNIQUE (col1_4 ASC, col1_6 DESC), INDEX (col1_0, col1_1 ASC, col1_2, col1_5 DESC, col1_6, col1_3, col1_4 ASC) WHERE (((table1.col1_5 < '0001-01-01 00:00:00':::TIMESTAMP) AND (table1.col1_6 < e'\\x27':::BYTES)) OR (table1.col1_1 >= e'\\xe29883':::BYTES)) OR (table1.col1_2 > '"':::STRING), INDEX (col1_1 ASC) STORING (col1_5), UNIQUE (col1_5, col1_1 ASC, col1_4, col1_2 ASC, col1_0 ASC, col1_6), FAMILY (col1_6, col1_3, col1_1), FAMILY (col1_5), FAMILY (col1_4, col1_0, col1_2));
        test_1        |             CREATE TABLE table2 (col1_6 BYTES NOT NULL, col1_2 CHAR NOT NULL, col1_3 OID NOT NULL, col2_3 BIT(34) NULL, col2_4 NAME NULL, col2_5 REGTYPE NULL, col2_6 INT8, PRIMARY KEY (col1_6 ASC, col1_2 ASC, col1_3 ASC, col2_6 DESC, col2_3, col2_4 ASC), UNIQUE (col2_3 DESC, col2_6 ASC, col1_6 DESC, col2_4, col2_5 ASC, col1_3 DESC) WHERE (((table2.col1_2 < '':::STRING) AND (table2.col1_6 != e'\\xe29883':::BYTES)) OR (table2.col2_6 >= 32767:::INT8)) AND (table2.col2_4 > e'\U00002603':::STRING), UNIQUE (col1_6 ASC) STORING (col2_5), UNIQUE (col2_4 DESC, col2_6 DESC, col2_5 DESC, col2_3, col1_2 ASC, col1_3), UNIQUE (col2_3 DESC) STORING (col2_5) WHERE (((table2.col1_6 > e'\\x22':::BYTES) OR (table2.col2_6 < (-1):::INT8)) AND (table2.col2_4 = e'\x00':::STRING)) AND (table2.col1_2 = e'\'':::STRING), INDEX (col2_5 DESC), INDEX (col1_6 ASC, col2_6 ASC, col1_2 ASC, col2_5 DESC, col2_3, col1_3 ASC) WHERE (table2.col1_2 > e'\'':::STRING) AND (table2.col1_6 <= e'\\x58':::BYTES), UNIQUE (col2_4 ASC, col2_6, col2_5 DESC, col2_3, col1_2 DESC), INDEX (col2_3 DESC, col2_5 DESC, col2_4 DESC) WHERE (((table2.col2_4 >= e'\'') AND (table2.col1_2 != e'\x00')) OR (table2.col2_6 < -2147483648)) AND (table2.col1_6 != '\x58'), INDEX (col2_3 DESC, col2_5 DESC, col1_6 ASC) WHERE (table2.col2_4 != '"':::STRING) OR (table2.col1_6 > e'\\x':::BYTES), UNIQUE (col1_6) WHERE (((table2.col2_4 < '') AND (table2.col1_2 < '"')) AND (table2.col1_6 >= '\x27')) AND (table2.col2_6 > -9223372036854775807), FAMILY (col2_3, col1_2), FAMILY (col1_6), FAMILY (col2_5, col1_3, col2_4), FAMILY (col2_6)) INTERLEAVE IN PARENT table1 (col1_6, col1_2, col1_3);
        test_1        |             CREATE TABLE table3 (col3_0 REGTYPE NOT NULL, col3_1 REGTYPE NOT NULL, col3_2 INT4, col3_3 NAME NOT NULL, col3_4 REGTYPE NOT NULL, col3_5 TIMESTAMP NOT NULL, col3_6 REGTYPE NOT NULL, col3_7 REGCLASS NOT NULL, col3_8 BOX2D NOT NULL, PRIMARY KEY (col3_8 DESC, col3_7 ASC, col3_6 DESC, col3_1 DESC, col3_4 DESC, col3_5, col3_0 DESC), UNIQUE (col3_8 DESC, col3_1 ASC) WHERE ((table3.col3_3 > '"') AND (table3.col3_2 = -128)) OR (table3.col3_5 > '0001-01-01 00:00:00'), INDEX (col3_2 ASC, col3_3 ASC, col3_4 DESC) WHERE ((table3.col3_2 != 127:::INT8) AND (table3.col3_3 >= e'\U00002603':::STRING)) OR (table3.col3_5 <= '294276-12-31 23:59:59.999999':::TIMESTAMP), INDEX (col3_6 DESC, col3_7 DESC, col3_5, col3_1 DESC, col3_3) WHERE ((table3.col3_5 != '-2000-01-01 00:00:00':::TIMESTAMP) AND (table3.col3_3 > e'\'':::STRING)) OR (table3.col3_2 < 1:::INT8), INDEX (col3_7 DESC, col3_8 DESC, col3_6 DESC, col3_2 DESC, col3_3 DESC, col3_0 DESC, col3_4 ASC, col3_5 DESC, col3_1) WHERE ((table3.col3_5 > '-2000-01-01 00:00:00':::TIMESTAMP) OR (table3.col3_2 != 127:::INT8)) AND (table3.col3_3 != '"':::STRING), INDEX (col3_5 DESC, col3_7 ASC, col3_0 ASC, col3_6 DESC, col3_2, col3_3 DESC), INDEX (col3_6 ASC, col3_1 ASC, col3_3 DESC) WHERE ((table3.col3_3 >= '"') OR (table3.col3_5 > '0001-01-01 00:00:00')) OR (table3.col3_2 <= 2147483647), FAMILY (col3_3, col3_7, col3_0, col3_6), FAMILY (col3_2), FAMILY (col3_4, col3_5, col3_8), FAMILY (col3_1));
        test_1        |             CREATE TABLE table4 (col4_0 REGNAMESPACE NULL, col4_1 INT4 NOT NULL, col4_2 TIME, col4_3 BYTES NULL, col4_4 REGPROCEDURE NOT NULL, col4_5 BOX2D NOT NULL, col4_6 INTERVAL, col4_7 TIME NULL, col4_8 OID NULL, col4_9 BYTES NOT NULL, col4_10 CHAR NULL, col4_11 INTERVAL NOT NULL, col4_12 TIMESTAMPTZ NOT NULL, col4_13 FLOAT8 NOT NULL, PRIMARY KEY (col4_11, col4_1 ASC, col4_12 ASC, col4_4, col4_9), UNIQUE (col4_9 DESC, col4_5 DESC) STORING (col4_0, col4_3, col4_6), INDEX (col4_7, col4_13, col4_9 ASC, col4_2, col4_0 DESC, col4_5 ASC, col4_4 ASC, col4_12 DESC, col4_11 ASC, col4_8 ASC) STORING (col4_3) WHERE (((((((table4.col4_9 != e'\\x58':::BYTES) AND (table4.col4_1 = 1:::INT8)) AND (table4.col4_7 = '24:00:00':::TIME)) AND (table4.col4_10 > '"':::STRING)) AND (table4.col4_2 != '24:00:00':::TIME)) OR (table4.col4_13 > 1.401298464324817e-45:::FLOAT8)) OR (table4.col4_3 != e'\\xff':::BYTES)) OR (table4.col4_12 = '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ), FAMILY (col4_2), FAMILY (col4_3, col4_0, col4_5, col4_1), FAMILY (col4_11), FAMILY (col4_6, col4_4, col4_10), FAMILY (col4_12, col4_9), FAMILY (col4_8, col4_13), FAMILY (col4_7));
        test_1        |             CREATE TABLE table5 (col5_0 NAME NOT NULL, col5_1 "char" NOT NULL, col5_2 FLOAT4 NOT NULL, PRIMARY KEY (col5_0 DESC, col5_1 DESC), INDEX (col5_1 ASC, col5_0 ASC, col5_2 DESC), INDEX (col5_0 DESC, col5_2 ASC, col5_1 DESC) WHERE table5.col5_2 != +Inf, INDEX (col5_2 DESC, col5_0 ASC) WHERE ((table5.col5_0 = e'\U00002603') OR (table5.col5_1 <= '"')) OR (table5.col5_2 <= +Inf), INDEX (col5_1 DESC) WHERE table5.col5_0 != e'\x00':::STRING, INDEX (col5_1 DESC, col5_0, col5_2) WHERE (table5.col5_1 < 'X':::STRING) AND (table5.col5_0 >= e'\'':::STRING), UNIQUE (col5_1 DESC) WHERE ((table5.col5_2 < 'NaN':::FLOAT8) AND (table5.col5_0 < '"':::STRING)) OR (table5.col5_1 <= e'\x00':::STRING), FAMILY (col5_2), FAMILY (col5_0, col5_1));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5767558058218396610, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 29245429743.32771, "num_eq": 9000000, "num_range": 30000000000, "upper_bound": "\\\\x07cef2bb720bf096"}, {"distinct_range": 300000, "num_eq": 0, "num_range": 300000, "upper_bound": "\\\\x22f586"}, {"distinct_range": 3082054070163141600, "num_eq": 60000, "num_range": 3082054070163141584, "upper_bound": "\\\\x30ab"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "\\\\x57d5b4dd82813d"}, {"distinct_range": 2024572055196014600, "num_eq": 1581921978941674080, "num_range": 2024572055196014581, "upper_bound": "\\\\x658a7e0468bee6bcb7"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 0, "upper_bound": "\\\\xb82f"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 8374392233439492314}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7933937419902267771, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8374392233439492314}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6638700718061635690, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8374392233439492314}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1499905639500376597, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "609020802"}, {"distinct_range": 0, "num_eq": 3364203722144442543, "num_range": 30000000, "upper_bound": "1993587937"}, {"distinct_range": 3619380915949476000, "num_eq": 500000000, "num_range": 3619380915949475961, "upper_bound": "2148604930"}, {"distinct_range": 6661222111722896000, "num_eq": 5054703133758307394, "num_range": 6661222111722896139, "upper_bound": "2207809828"}, {"distinct_range": 737505952037559900, "num_eq": 1278674411035459414, "num_range": 1492797126008553200, "upper_bound": "2448452316"}, {"distinct_range": 4313185614891551000, "num_eq": 200000, "num_range": 4313185614891551364, "upper_bound": "3454463904"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 8030331089605316390, "row_count": 8374392233439492314}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1801259997885052899, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "1993-11-06 06:42:33.000163"}, {"distinct_range": 3012540189027409400, "num_eq": 965327674926413895, "num_range": 3564578765133376672, "upper_bound": "2014-04-11 07:08:12.000714"}, {"distinct_range": 0, "num_eq": 6183245623086547582, "num_range": 0, "upper_bound": "2021-09-04 01:05:09.000258"}, {"distinct_range": 90274912.21862683, "num_eq": 10000000000, "num_range": 200000000, "upper_bound": "2026-10-29 12:52:05.000049"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 5056551449741417415, "row_count": 8374392233439492314}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6080789446820579890, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "\\\\x4108e51867e41e51"}, {"distinct_range": 0, "num_eq": 4718255833458899579, "num_range": 4439566598534860952, "upper_bound": "\\\\x9fa3d6aede20"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 8374392233439492314}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6965990998995867872, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 5521904185922649000, "num_eq": 8731469124166083466, "num_range": 5521904185922649534, "upper_bound": "489539013"}, {"distinct_range": 6517725569300675000, "num_eq": 8654922696239463273, "num_range": 6517725569300674159, "upper_bound": "928541316"}, {"distinct_range": 0, "num_eq": 7462501519668206629, "num_range": 8000000000, "upper_bound": "1136815653"}, {"distinct_range": 36541566.75941897, "num_eq": 500000, "num_range": 60000000, "upper_bound": "1688526548"}, {"distinct_range": 1724.8708734611382, "num_eq": 400000, "num_range": 5000, "upper_bound": "2485821918"}, {"distinct_range": 842925446119299800, "num_eq": 5678722003898597555, "num_range": 1446590951291517382, "upper_bound": "2679884503"}, {"distinct_range": 0, "num_eq": 2363496844570717114, "num_range": 5533242843461040730, "upper_bound": "2710494675"}, {"distinct_range": 1529887000615050500, "num_eq": 5124507272524786934, "num_range": 1541883461857952726, "upper_bound": "4204036249"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 8374392233439492314}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_buckets": [{"distinct_range": 0, "num_eq": 3390598891069803684, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 800000000, "upper_bound": "\\\\x4c"}, {"distinct_range": 602606.7764576554, "num_eq": 50, "num_range": 800000, "upper_bound": "\\\\x58"}, {"distinct_range": 0, "num_eq": 300, "num_range": 5116704950553925001, "upper_bound": "\\\\x830775"}, {"distinct_range": 196623124136928000, "num_eq": 7163173012537621433, "num_range": 479221304499131137, "upper_bound": "\\\\xe29883"}, {"distinct_range": 2685789114087699500, "num_eq": 4273697586293818142, "num_range": 5355403712894757629, "upper_bound": "\\\\xe8"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "0000000000000000000000000000000000"}, {"distinct_range": 0, "num_eq": 200000, "num_range": 20000000000, "upper_bound": "0000011111110101101000000111000110"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 0, "upper_bound": "0100011100010111001010000000011100"}, {"distinct_range": 949240611990664800, "num_eq": 1000000, "num_range": 8501948269997158559, "upper_bound": "0110011001001010100010010101100100"}, {"distinct_range": 10.998237142922934, "num_eq": 60000000000, "num_range": 40, "upper_bound": "0110011001101000111100001010100111"}, {"distinct_range": 324210.1682478182, "num_eq": 1429290919347397374, "num_range": 1000000, "upper_bound": "1011010011010111101110011000011010"}, {"distinct_range": 3390435436371562500, "num_eq": 10, "num_range": 3390435436371562667, "upper_bound": "1110011101010010000010000001010111"}], "histo_col_type": "BIT(34)", "name": "__auto__", "null_count": 40, "row_count": 70}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13, "histo_buckets": [{"distinct_range": 0, "num_eq": 2367099650523791586, "num_range": 0, "upper_bound": ""}, {"distinct_range": 489924885176246500, "num_eq": 7681319754039571710, "num_range": 1853568472202386108, "upper_bound": "3\\u000b>\\u0002w\\u0011"}, {"distinct_range": 4004546244926863000, "num_eq": 6471376214343670090, "num_range": 4004546244926862795, "upper_bound": "4>"}, {"distinct_range": 319.6331131769742, "num_eq": 4000000000, "num_range": 500, "upper_bound": ";c[\\u0010\\u0018D\\u0005V"}, {"distinct_range": 1000000, "num_eq": 943955108203419472, "num_range": 1000000, "upper_bound": "M_FJrM\\u0012"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 100000, "upper_bound": "O"}, {"distinct_range": 1806288091100235800, "num_eq": 50000, "num_range": 1806288091100235648, "upper_bound": "`\\t="}, {"distinct_range": 50, "num_eq": 10000, "num_range": 50, "upper_bound": "wt~"}, {"distinct_range": 0, "num_eq": 7470048856882464324, "num_range": 1000, "upper_bound": "{("}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 15, "row_count": 70}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 60, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "493471837"}, {"distinct_range": 0, "num_eq": 500, "num_range": 8498254875007262383, "upper_bound": "517184278"}, {"distinct_range": 0, "num_eq": 551474582582260756, "num_range": 40000000, "upper_bound": "3769632567"}, {"distinct_range": 8798761095891886000, "num_eq": 9000000, "num_range": 8798761095891885585, "upper_bound": "4125875653"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 52, "row_count": 70}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 33, "histo_col_type": "", "name": "__auto__", "null_count": 6, "row_count": 70}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 466283267981139829, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2740278833056416462, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 594230559020464818, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000000, "num_range": 0, "upper_bound": "-1765225232"}, {"distinct_range": 10, "num_eq": 30000000000, "num_range": 10, "upper_bound": "-1"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 6565859447358115540, "upper_bound": "32767"}, {"distinct_range": 0, "num_eq": 3837695890312686485, "num_range": 80000, "upper_bound": "393509619"}, {"distinct_range": 0, "num_eq": 5339940785974865044, "num_range": 900000, "upper_bound": "678084923"}, {"distinct_range": 0, "num_eq": 600, "num_range": 578255862583271047, "upper_bound": "872162839"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 6552932309335514513, "upper_bound": "1064791239"}, {"distinct_range": 8113800869510389000, "num_eq": 2000000000, "num_range": 8113800869510388631, "upper_bound": "1401148502"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 2453374008080571385, "row_count": 2802328152315298194}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 240419971653061084, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1257454344763864450, "histo_buckets": [{"distinct_range": 0, "num_eq": 5645859753122006819, "num_range": 0, "upper_bound": "385774356"}, {"distinct_range": 10, "num_eq": 5456083273302051241, "num_range": 10, "upper_bound": "1179500324"}, {"distinct_range": 0, "num_eq": 5656370442277397124, "num_range": 5000, "upper_bound": "1571801757"}, {"distinct_range": 10000, "num_eq": 2253734623172421967, "num_range": 10000, "upper_bound": "3012256557"}, {"distinct_range": 3672415324162783000, "num_eq": 50000, "num_range": 6172679270196077209, "upper_bound": "3968098848"}, {"distinct_range": 2398652683126536700, "num_eq": 100000000000, "num_range": 3337154154176801463, "upper_bound": "4051872886"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2396944865872396884, "histo_buckets": [{"distinct_range": 0, "num_eq": 1554220102250287202, "num_range": 0, "upper_bound": "BOX(-1.5928672306263842 0.88101569282295,-0.6027429456985882 1.1866040257654298)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2258266758850031104, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13896816051592695, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "1991-02-21 06:22:16.000906"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 5000, "upper_bound": "2017-04-16 18:24:40.000292"}, {"distinct_range": 2671165042539657700, "num_eq": 0, "num_range": 2671165042539657686, "upper_bound": "2022-05-18 12:52:22.000949"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2015154941831009131, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "550740407"}, {"distinct_range": 7000000, "num_eq": 80000000, "num_range": 7000000, "upper_bound": "1752163016"}, {"distinct_range": 4782310993.532006, "num_eq": 10000000000, "num_range": 10000000000, "upper_bound": "1993227277"}, {"distinct_range": 3841168922830981600, "num_eq": 50000000000, "num_range": 3841168922830981681, "upper_bound": "2470718284"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 2802328152315298194}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1412393881418189164, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 831533966678323384, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "41 years 7 mons 364 days 07:03:48.64513"}, {"distinct_range": 71798.98702164402, "num_eq": 2105694684832547958, "num_range": 80000, "upper_bound": "50 years 11 mons 68 days 16:54:01.088455"}, {"distinct_range": 400, "num_eq": 50000000, "num_range": 400, "upper_bound": "75 years 11 mons 919 days 21:56:41.458495"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1400036815719513328, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 46913642058329815, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1140795006614378490, "histo_col_type": "", "name": "__auto__", "null_count": 525307780119127588, "row_count": 1499900420920186287}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1069566654738134062, "histo_col_type": "", "name": "__auto__", "null_count": 553361692080036445, "row_count": 1499900420920186287}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 182287711647610935, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000, "num_range": 0, "upper_bound": "06:47:20.446228"}, {"distinct_range": 80000000, "num_eq": 20000000, "num_range": 80000000, "upper_bound": "06:58:10.83706"}, {"distinct_range": 2674970669.3037114, "num_eq": 2000, "num_range": 10000000000, "upper_bound": "11:19:57.067434"}, {"distinct_range": 7194351826207613000, "num_eq": 30000000, "num_range": 7194351826207612576, "upper_bound": "14:42:27.536399"}, {"distinct_range": 30000000, "num_eq": 1062610258102334908, "num_range": 30000000, "upper_bound": "15:44:39.933299"}, {"distinct_range": 433853265911801500, "num_eq": 5598537114769946508, "num_range": 2244676661732392914, "upper_bound": "19:26:20.841519"}, {"distinct_range": 3016480457354627600, "num_eq": 3000000000, "num_range": 5324432721690747831, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 1182563042986986110, "row_count": 1499900420920186287}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 697517974335619193, "histo_col_type": "", "name": "__auto__", "null_count": 386320832631479456, "row_count": 1499900420920186287}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 547015363899855582, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 253663278933744549, "histo_col_type": "", "name": "__auto__", "null_count": 1139943087628132559, "row_count": 1499900420920186287}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 777932321628526728, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 0, "num_eq": 2470127423336823092, "num_range": 100000000, "upper_bound": "\\\\x2d"}, {"distinct_range": 80000000, "num_eq": 800000, "num_range": 80000000, "upper_bound": "\\\\x3f2e65d92061"}, {"distinct_range": 2973.812416339503, "num_eq": 30, "num_range": 5000, "upper_bound": "\\\\xe656528b1c"}, {"distinct_range": 4748023578803654000, "num_eq": 8000000, "num_range": 4748023578803653949, "upper_bound": "\\\\xf5bb80f493e7"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 495445796086498051, "histo_col_type": "", "name": "__auto__", "null_count": 1067837478993661559, "row_count": 1499900420920186287}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1305349170732408148, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1499900420920186287}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1203218602923435984, "histo_col_type": "", "name": "__auto__", "null_count": 416206196548508198, "row_count": 1499900420920186287}]':::JSONB;
        test_1        |             ALTER TABLE table5 INJECT STATISTICS e'[{"columns": ["col5_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22, "histo_buckets": [{"distinct_range": 0, "num_eq": 2424369880162946555, "num_range": 0, "upper_bound": "\\u0010:I"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 40000000000, "upper_bound": "\\u001a\\u001f"}, {"distinct_range": 0, "num_eq": 1069642519600363508, "num_range": 5762044224631516193, "upper_bound": "&"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col5_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_buckets": [{"distinct_range": 0, "num_eq": 5561377449875566818, "num_range": 0, "upper_bound": ""}, {"distinct_range": 722427008.686935, "num_eq": 3328363043483775167, "num_range": 8000000000, "upper_bound": "\\u0019"}, {"distinct_range": 6000000, "num_eq": 4619776006469679274, "num_range": 6000000, "upper_bound": "5"}, {"distinct_range": 10000000, "num_eq": 6786837202787418846, "num_range": 10000000, "upper_bound": "R"}, {"distinct_range": 2000, "num_eq": 2903273240642390548, "num_range": 2000, "upper_bound": "X"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col5_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 166, "histo_buckets": [{"distinct_range": 0, "num_eq": 857071130905601725, "num_range": 0, "upper_bound": "-0.24887514114379883"}, {"distinct_range": 1154366464916854800, "num_eq": 3565669173791107339, "num_range": 1518956283137755498, "upper_bound": "0.4064579904079437"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 600}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('wwyruv', 'xtgtb', 'jun', 'jwzo');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('x', 'fnco', 'c', 'orz', 'tu', 'lcilx');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2351449945363747977, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7750864241727666052}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3555844620957282547, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7750864241727666052}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1151690628831558856, "histo_buckets": [{"distinct_range": 0, "num_eq": 599947449529408461, "num_range": 0, "upper_bound": "85594054"}, {"distinct_range": 3181593657167941000, "num_eq": 40000000000, "num_range": 3181593657167940927, "upper_bound": "1237113276"}, {"distinct_range": 70000000, "num_eq": 70000000000, "num_range": 70000000, "upper_bound": "2468920948"}, {"distinct_range": 3087085801907546000, "num_eq": 339506370431428192, "num_range": 7101160182207256748, "upper_bound": "2833902542"}, {"distinct_range": 1000000, "num_eq": 2594020262387137877, "num_range": 1000000, "upper_bound": "2888288314"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 4536867238755627815, "row_count": 7750864241727666052}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 229908323697576382, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000, "num_range": 0, "upper_bound": "1973-05-26 09:55:14.000742"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 4000000000, "upper_bound": "1979-08-11 15:46:29.000047"}, {"distinct_range": 70.5833700342093, "num_eq": 5457687439675046314, "num_range": 100, "upper_bound": "1987-11-07 14:31:26.000122"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 3025253726320578633, "upper_bound": "1988-08-02 22:03:58.00049"}, {"distinct_range": 4436014373279223000, "num_eq": 505047076983300930, "num_range": 4436014373279222542, "upper_bound": "1994-02-11 01:07:20.000582"}, {"distinct_range": 0, "num_eq": 6480872634602735382, "num_range": 7168366020535411338, "upper_bound": "2002-09-07 11:58:59.000151"}, {"distinct_range": 0, "num_eq": 8949374179935050162, "num_range": 0, "upper_bound": "2020-04-29 21:44:10.000269"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 2772366832720734514, "row_count": 7750864241727666052}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4961858287051712514, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 7320352459739315000, "num_eq": 1243546449988152534, "num_range": 7320352459739315248, "upper_bound": "\\\\xa562fbc6"}, {"distinct_range": 0, "num_eq": 9056458112344088003, "num_range": 5800647844343490873, "upper_bound": "\\\\xca9087e8d67f"}, {"distinct_range": 0, "num_eq": 4000000, "num_range": 7000000, "upper_bound": "\\\\xd48e90217d84"}, {"distinct_range": 46173904.11920702, "num_eq": 4195295637732304539, "num_range": 60000000, "upper_bound": "\\\\xe03033b0"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 7750864241727666052}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 778635650357573098, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "182295324"}, {"distinct_range": 50000000, "num_eq": 6000000, "num_range": 50000000, "upper_bound": "1856795626"}, {"distinct_range": 700000000, "num_eq": 4784956438411642998, "num_range": 700000000, "upper_bound": "2923368611"}, {"distinct_range": 4978694290291445000, "num_eq": 5000000000, "num_range": 4978694290291444646, "upper_bound": "3581451739"}, {"distinct_range": 52210768455.677124, "num_eq": 7365992471661248470, "num_range": 100000000000, "upper_bound": "3752049637"}, {"distinct_range": 2000, "num_eq": 1000, "num_range": 2000, "upper_bound": "3850839323"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 7750864241727666052}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7050906377290601722, "histo_buckets": [{"distinct_range": 0, "num_eq": 3838647962126595188, "num_range": 0, "upper_bound": "\\\\x296d66697406"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 7750864241727666052}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1164, "histo_buckets": [{"distinct_range": 0, "num_eq": 5016015789624271941, "num_range": 0, "upper_bound": "0001000101010000101111111100001111"}, {"distinct_range": 9000000000, "num_eq": 9147955967708158717, "num_range": 9000000000, "upper_bound": "0001110011001000111001011011011101"}, {"distinct_range": 100000000000, "num_eq": 500000, "num_range": 100000000000, "upper_bound": "0011011110011011001000111111001000"}, {"distinct_range": 7237269588926117000, "num_eq": 0, "num_range": 7237269588926116412, "upper_bound": "0110001011011110011010001100100111"}, {"distinct_range": 2487593.7911017477, "num_eq": 2000, "num_range": 4000000, "upper_bound": "1001110101010100010101001101011101"}, {"distinct_range": 5916828122417631000, "num_eq": 50000000, "num_range": 5916828122417630841, "upper_bound": "1010100011100000000011101000011001"}, {"distinct_range": 3300227592194407000, "num_eq": 6000000000, "num_range": 7178022188341454085, "upper_bound": "1011010111110000010101001010110100"}], "histo_col_type": "BIT(34)", "name": "__auto__", "null_count": 1344, "row_count": 8000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 782, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000, "num_range": 0, "upper_bound": ""}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 4277, "row_count": 8000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1209, "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 967, "row_count": 8000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4363, "histo_col_type": "", "name": "__auto__", "null_count": 6887, "row_count": 8000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5232, "histo_buckets": [{"distinct_range": 0, "num_eq": 90, "num_range": 0, "upper_bound": "\\\\x63"}, {"distinct_range": 5117654117429577000, "num_eq": 9000000, "num_range": 5117654117429576669, "upper_bound": "\\\\x961c5eeacd80"}, {"distinct_range": 233468.39945449543, "num_eq": 7681967250697992259, "num_range": 400000, "upper_bound": "\\\\xe29883"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4192, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6489, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56760233, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 20712644338389976, "num_eq": 100, "num_range": 213687986525564127, "upper_bound": "2385105764"}, {"distinct_range": 4382338051160047600, "num_eq": 20000000000, "num_range": 4382338051160047810, "upper_bound": "3348974681"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "3693941760"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43555978, "histo_buckets": [{"distinct_range": 0, "num_eq": 8840147089223907722, "num_range": 0, "upper_bound": "240364103"}, {"distinct_range": 40000, "num_eq": 6000, "num_range": 40000, "upper_bound": "319960165"}, {"distinct_range": 690692.1525056146, "num_eq": 200, "num_range": 900000, "upper_bound": "1239355450"}, {"distinct_range": 1395969708841744600, "num_eq": 9000000, "num_range": 2268053421268772426, "upper_bound": "1292602419"}, {"distinct_range": 556095006487480400, "num_eq": 40000000, "num_range": 556095006487480409, "upper_bound": "1762840290"}, {"distinct_range": 1565.28806038236, "num_eq": 9097513829917655154, "num_range": 5000, "upper_bound": "2363246113"}, {"distinct_range": 1370523102841459200, "num_eq": 4470198521008183659, "num_range": 2692277517130040676, "upper_bound": "3346600063"}, {"distinct_range": 8000, "num_eq": 1000, "num_range": 8000, "upper_bound": "3735417302"}, {"distinct_range": 200, "num_eq": 20000, "num_range": 200, "upper_bound": "4262228768"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 40119982, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "BOX(-2.5407259946828926 -0.7395928068009939,-0.35720843412109016 1.5562018613321684)"}, {"distinct_range": 0, "num_eq": 2276355345432407458, "num_range": 8144129220030594195, "upper_bound": "BOX(-0.5103117488186076 -1.625707723051625,0.15768712022036294 -1.1328191963209862)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 57486781, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11493648, "histo_col_type": "INT4", "name": "__auto__", "null_count": 81698793, "row_count": 100000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9790516, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39263126, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 50664393, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25023580, "histo_buckets": [{"distinct_range": 0, "num_eq": 6007060618106174521, "num_range": 0, "upper_bound": "0001-01-01 00:00:00"}, {"distinct_range": 0, "num_eq": 5357218840041571045, "num_range": 7403921781785471342, "upper_bound": "1975-10-08 17:21:23.000338"}, {"distinct_range": 0, "num_eq": 8831191993617583981, "num_range": 5003526626812792335, "upper_bound": "2001-07-23 18:43:25.000287"}, {"distinct_range": 0, "num_eq": 3901529945280868612, "num_range": 300, "upper_bound": "2008-08-30 08:27:55.000702"}, {"distinct_range": 0, "num_eq": 1654216527820834478, "num_range": 2156577268498810403, "upper_bound": "2031-11-09 04:26:03.00016"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 100000000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4181629011209568743, "histo_col_type": "", "name": "__auto__", "null_count": 108712048800349169, "row_count": 7965508851241175357}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6015684059446542152, "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1869895127355980775, "histo_buckets": [{"distinct_range": 0, "num_eq": 2854195241825845886, "num_range": 0, "upper_bound": "-50 years -1 mons -217 days -00:15:07.030068"}, {"distinct_range": 1244054136416429600, "num_eq": 5729143226047329136, "num_range": 1244054136416429686, "upper_bound": "-13 years -10 mons -394 days -00:41:36.76606"}, {"distinct_range": 47322582630.3608, "num_eq": 5483705770985538011, "num_range": 80000000000, "upper_bound": "-10 years -6 mons -419 days -04:36:29.74956"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4428821591581074345, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3326045125947093043, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3186108050554505132, "histo_col_type": "", "name": "__auto__", "null_count": 1820189224286210457, "row_count": 7965508851241175357}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5293829687710845689, "histo_col_type": "", "name": "__auto__", "null_count": 4465733489035383357, "row_count": 7965508851241175357}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4212813530026719722, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5726715574508727412, "histo_col_type": "", "name": "__auto__", "null_count": 5218609036500277202, "row_count": 7965508851241175357}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6722719018390172666, "histo_col_type": "", "name": "__auto__", "null_count": 491164620193368882, "row_count": 7965508851241175357}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 381197959807678786, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 940324122364380937, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000000, "num_range": 0, "upper_bound": "00:14:59.175574"}, {"distinct_range": 904441972748751100, "num_eq": 8000000000, "num_range": 904441972748751126, "upper_bound": "04:42:40.096948"}, {"distinct_range": 0, "num_eq": 400, "num_range": 0, "upper_bound": "10:15:29.918838"}, {"distinct_range": 0, "num_eq": 20000000000, "num_range": 0, "upper_bound": "14:18:31.5707"}, {"distinct_range": 80000, "num_eq": 140108138468596690, "num_range": 80000, "upper_bound": "17:08:20.389168"}, {"distinct_range": 2956622964654857700, "num_eq": 10000000000, "num_range": 4143708461617552762, "upper_bound": "23:28:19.250556"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 5743919835211503707, "row_count": 7965508851241175357}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3633318577367383609, "histo_col_type": "", "name": "__auto__", "null_count": 2227574163539614117, "row_count": 7965508851241175357}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2214948033712214879, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7965508851241175357}]';
        test_1        |             ALTER TABLE table5 INJECT STATISTICS e'[{"columns": ["col5_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 152366, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000, "num_range": 0, "upper_bound": "\\r"}, {"distinct_range": 15745123156.760765, "num_eq": 2000000000, "num_range": 30000000000, "upper_bound": "J"}, {"distinct_range": 0, "num_eq": 4285558397801141791, "num_range": 4507855030854162431, "upper_bound": "Q"}, {"distinct_range": 0, "num_eq": 9211889823231251278, "num_range": 0, "upper_bound": "Y"}, {"distinct_range": 2695031867645575700, "num_eq": 800, "num_range": 2695031867645575748, "upper_bound": "{"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col5_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 78597, "histo_buckets": [{"distinct_range": 0, "num_eq": 532907915505074791, "num_range": 0, "upper_bound": "-1.4327157735824585"}, {"distinct_range": 0, "num_eq": 300, "num_range": 800, "upper_bound": "-1.2121526002883911"}, {"distinct_range": 3687171047568321000, "num_eq": 80000, "num_range": 3687171047568320842, "upper_bound": "-0.2567712068557739"}, {"distinct_range": 5825395257.613815, "num_eq": 10000000, "num_range": 20000000000, "upper_bound": "0.0"}, {"distinct_range": 7672523204118694000, "num_eq": 91041164771212324, "num_range": 7672523204118694292, "upper_bound": "0.3406580686569214"}, {"distinct_range": 80, "num_eq": 20000000, "num_range": 80, "upper_bound": "0.5824636816978455"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 1000, "upper_bound": "0.6532066464424133"}, {"distinct_range": 4122882864259637000, "num_eq": 0, "num_range": 4122882864259637129, "upper_bound": "0.8092713952064514"}, {"distinct_range": 600, "num_eq": 2783033488977553230, "num_range": 600, "upper_bound": "1.0"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 500000}, {"columns": ["col5_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 490480, "histo_buckets": [{"distinct_range": 0, "num_eq": 2000000000, "num_range": 0, "upper_bound": "\\u0008)"}, {"distinct_range": 5000000, "num_eq": 100, "num_range": 5000000, "upper_bound": "\\u001eo#\\u0001~-2"}, {"distinct_range": 0, "num_eq": 8979142647208414153, "num_range": 0, "upper_bound": "A"}, {"distinct_range": 40000000, "num_eq": 10, "num_range": 40000000, "upper_bound": "Y"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 100000000, "upper_bound": "_.cg2!I"}, {"distinct_range": 72804850.07300457, "num_eq": 329864117265454112, "num_range": 100000000, "upper_bound": "vY"}, {"distinct_range": 0, "num_eq": 5998963390316527645, "num_range": 0, "upper_bound": "\U00002603"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 0, "row_count": 500000}]';
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_1) REFERENCES table2 (col1_6);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7605075183, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1988-04-29 07:12:13.000943"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 4000000000, "upper_bound": "3000-01-01 00:00:00"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 27018789962, "row_count": 30000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14155897693, "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6086204067, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "222682998"}, {"distinct_range": 2686.230747119365, "num_eq": 1736783842136662108, "num_range": 40000, "upper_bound": "549439179"}, {"distinct_range": 3873759.854559747, "num_eq": 5000000, "num_range": 9000000, "upper_bound": "2702117015"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5351020096, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "\\\\x146dcf23ac129d6b"}, {"distinct_range": 2675366849044879400, "num_eq": 80000, "num_range": 7327625737767688346, "upper_bound": "\\\\x1b51aef981a44cf338"}, {"distinct_range": 2191059808181550600, "num_eq": 3242209611014254493, "num_range": 2602138940669550254, "upper_bound": "\\\\x1f1b32e21ab4d32bfb"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 665846986310167489, "upper_bound": "\\\\x4d5dda8e95"}, {"distinct_range": 0, "num_eq": 7234121314823971828, "num_range": 6668917923303682209, "upper_bound": "\\\\x93d2"}, {"distinct_range": 100, "num_eq": 20000000, "num_range": 100, "upper_bound": "\\\\x9d49"}, {"distinct_range": 0, "num_eq": 9009375609661831720, "num_range": 2145996074090762834, "upper_bound": "\\\\xa9d77d3e8c36"}, {"distinct_range": 4075129129667120000, "num_eq": 400000000, "num_range": 4075129129667120022, "upper_bound": "\\\\xf62c"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3779754735, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5398784491, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 28453699419, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000, "num_range": 0, "upper_bound": "7040291"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 0, "upper_bound": "665558261"}, {"distinct_range": 6392199.2740126345, "num_eq": 80, "num_range": 10000000, "upper_bound": "778937263"}, {"distinct_range": 200000, "num_eq": 6249222281382196116, "num_range": 200000, "upper_bound": "3281941605"}, {"distinct_range": 5334527645.448419, "num_eq": 5201008148599890427, "num_range": 9000000000, "upper_bound": "3413220607"}, {"distinct_range": 0, "num_eq": 1621670276817489435, "num_range": 2000000000, "upper_bound": "4241121546"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 13409895300, "row_count": 30000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2598465044023796992, "histo_buckets": [{"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "\\\\x1a84"}, {"distinct_range": 37.02355401167709, "num_eq": 4804517971451992041, "num_range": 70, "upper_bound": "\\\\x27"}, {"distinct_range": 5175116002266576000, "num_eq": 30000000000, "num_range": 5175116002266576079, "upper_bound": "\\\\x430b"}, {"distinct_range": 0, "num_eq": 3704714047924276427, "num_range": 8296998564408279059, "upper_bound": "\\\\x560a3f30a847367db5"}, {"distinct_range": 50000000, "num_eq": 7372088010533477870, "num_range": 50000000, "upper_bound": "\\\\x571841e3fb1d84c5"}, {"distinct_range": 2209.818496019986, "num_eq": 80000000000, "num_range": 3000, "upper_bound": "\\\\xcd57b6a6"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 8000, "upper_bound": "\\\\xdda1"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 8111945407442582234}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4919695200895377276, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8111945407442582234}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2586279570284681932, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8111945407442582234}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7812925687618810351, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000, "num_range": 0, "upper_bound": "1000101011000101010101101001010111"}, {"distinct_range": 0, "num_eq": 3681914202669789460, "num_range": 0, "upper_bound": "1010011011100000100001110111100001"}, {"distinct_range": 0, "num_eq": 819841412201910101, "num_range": 6448272243618752506, "upper_bound": "1010100101011100000101000110110100"}], "histo_col_type": "BIT(34)", "name": "__auto__", "null_count": 4138654152876823178, "row_count": 8111945407442582234}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7659620631676822292, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 9202558770478359028, "num_range": 2457432531938562313, "upper_bound": "!U\\u0003__;\\u0003>"}, {"distinct_range": 807781958855061200, "num_eq": 400, "num_range": 5105422470885785008, "upper_bound": ">;\\nF1"}, {"distinct_range": 0, "num_eq": 3908773233604019558, "num_range": 7512085408714108106, "upper_bound": "DHuaj8v\\u0015"}, {"distinct_range": 3272513422318978600, "num_eq": 700000, "num_range": 3272513422318978738, "upper_bound": "S0S$/\\\\~"}, {"distinct_range": 0, "num_eq": 2609577383795645713, "num_range": 30000000000, "upper_bound": "q+:s\\u00184"}, {"distinct_range": 20000, "num_eq": 3349749317181517505, "num_range": 20000, "upper_bound": "x"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 4163967780415112340, "row_count": 8111945407442582234}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1407043329514103702, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000000, "num_range": 0, "upper_bound": "181756502"}, {"distinct_range": 20000, "num_eq": 100000, "num_range": 20000, "upper_bound": "274531967"}, {"distinct_range": 185896.5768575723, "num_eq": 10000, "num_range": 200000, "upper_bound": "1345956016"}, {"distinct_range": 300, "num_eq": 6452968650953294496, "num_range": 300, "upper_bound": "1467431462"}, {"distinct_range": 815022154.9294838, "num_eq": 300000, "num_range": 10000000000, "upper_bound": "2983088390"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 5013271665880615615, "row_count": 8111945407442582234}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 446110416658442691, "histo_col_type": "", "name": "__auto__", "null_count": 6184852576508509952, "row_count": 8111945407442582234}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3673, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3567, "histo_buckets": [{"distinct_range": 0, "num_eq": 700, "num_range": 0, "upper_bound": "-4713-11-24 00:00:00"}, {"distinct_range": 8000000000, "num_eq": 2941510730267934413, "num_range": 8000000000, "upper_bound": "1984-07-09 19:53:19.000934"}, {"distinct_range": 1000, "num_eq": 100000000, "num_range": 1000, "upper_bound": "1989-01-03 15:42:14.000201"}, {"distinct_range": 0, "num_eq": 4603282165730614773, "num_range": 75300684851072920, "upper_bound": "1991-10-24 13:29:30.000557"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 600000000, "upper_bound": "1995-08-24 12:26:22.000902"}, {"distinct_range": 30000000000, "num_eq": 10, "num_range": 30000000000, "upper_bound": "2003-06-23 23:27:26.000622"}, {"distinct_range": 29395312615.971817, "num_eq": 3000000000, "num_range": 40000000000, "upper_bound": "2005-04-03 16:41:35.000651"}, {"distinct_range": 0, "num_eq": 2005192970086666731, "num_range": 0, "upper_bound": "2021-09-14 00:03:42.000542"}, {"distinct_range": 208263215421264740, "num_eq": 30000000000, "num_range": 8874810626561859408, "upper_bound": "2030-05-16 02:39:33.000338"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2155, "histo_buckets": [{"distinct_range": 0, "num_eq": 3427417519074360185, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 2753715166059071630, "upper_bound": "347507334"}, {"distinct_range": 3602112484543599000, "num_eq": 9000, "num_range": 4218078826814728968, "upper_bound": "402396595"}, {"distinct_range": 17.051475312389016, "num_eq": 549200846603790845, "num_range": 40, "upper_bound": "2831651795"}, {"distinct_range": 0, "num_eq": 2934981130826433623, "num_range": 100000, "upper_bound": "4140387811"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 20000, "upper_bound": "4198707704"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4174, "histo_buckets": [{"distinct_range": 0, "num_eq": 2042905430872938551, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 100000, "upper_bound": "BOX(-1.1193410644420565 0.4570624407676416,-0.2637158303998386 1.5771645412576518)"}, {"distinct_range": 2216218221221140500, "num_eq": 6000000, "num_range": 2216218221221140370, "upper_bound": "BOX(-0.7647323743407695 -0.6646472524073088,-0.01631844618690259 0.8496057904264187)"}, {"distinct_range": 0, "num_eq": 500, "num_range": 2028454861660287189, "upper_bound": "BOX(-0.29444727795029574 -1.3556611787717325,2.1655626367714897 0.4353644327661854)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3389, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8522, "histo_buckets": [{"distinct_range": 0, "num_eq": 8684156343839065438, "num_range": 0, "upper_bound": "-1302780951"}, {"distinct_range": 0, "num_eq": 4973278912483548770, "num_range": 3091877876574525777, "upper_bound": "-976587274"}, {"distinct_range": 2000000, "num_eq": 7275167590070800246, "num_range": 2000000, "upper_bound": "-531267102"}, {"distinct_range": 0, "num_eq": 8216629763838698716, "num_range": 3388959733547786482, "upper_bound": "-128"}, {"distinct_range": 7468350565471388000, "num_eq": 7000, "num_range": 7468350565471387577, "upper_bound": "32767"}, {"distinct_range": 0, "num_eq": 7545107710918046887, "num_range": 2424480291940425544, "upper_bound": "156649220"}, {"distinct_range": 0, "num_eq": 0, "num_range": 300000000, "upper_bound": "824393146"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 2622, "row_count": 10000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2655, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 600000000, "num_eq": 1766938877500921909, "num_range": 600000000, "upper_bound": "971266385"}, {"distinct_range
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@08c89a597a06520c30faf01965f9c74fe9b9854f:

        test_1        |             CREATE INDEX ON table3 (col3_11, col3_16 ASC, col3_9 DESC, col3_4 ASC, col3_13 DESC, col3_3, col3_7 DESC, col3_1, col3_5) INCLUDE (col3_0, col3_2, col3_8, col3_14);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_14 DESC, col3_5 ASC, col3_10, col3_4 DESC, col3_13 ASC, col3_16 ASC, col3_15 ASC, col3_7 DESC, col3_9 ASC, col3_11 DESC, col3_1 DESC, col3_12 DESC) INCLUDE (col3_0, col3_8);
        test_1        |             CREATE TABLE table4 (col4_0 REGNAMESPACE NOT NULL, col4_1 TIMESTAMPTZ NOT NULL, col4_2 UUID NOT NULL, col4_3 NAME NOT NULL, col4_4 INT8 NOT NULL, col4_5 TEXT NOT NULL, col4_6 INT8[] NULL, col4_7 REGPROCEDURE NOT NULL, col4_8 BOOL, col4_9 TIMESTAMP NOT NULL, col4_10 INT8 NOT NULL, col4_11 TIMESTAMP NOT NULL, col4_12 VARCHAR NOT NULL, col4_13 REGPROCEDURE, col4_14 REGPROC NOT NULL, col4_15 INT8 NULL, col4_16 INTERVAL NOT NULL, PRIMARY KEY (col4_16, col4_4, col4_11, col4_5, col4_0, col4_1, col4_10, col4_12, col4_3, col4_9, col4_2));
        test_1        |             CREATE INDEX ON table4 (col4_11 ASC, col4_2 DESC, col4_0, col4_3, col4_4 ASC, col4_16 ASC, col4_14 ASC, col4_7, col4_1 ASC) INCLUDE (col4_6, col4_13, col4_15);
        test_1        |             CREATE INDEX ON table4 (col4_1 ASC, col4_16 DESC, col4_15, col4_5 ASC, col4_11 ASC, col4_13 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_4 DESC, col4_14, col4_7 DESC, col4_0 DESC, col4_16, col4_13 ASC, col4_11 ASC, col4_8 ASC, col4_3 DESC, col4_9, col4_5 ASC, col4_10 ASC);
        test_1        |             CREATE TABLE table5 (col5_0 INT8 NOT NULL, col5_1 INTERVAL NOT NULL, col5_2 REGPROC NOT NULL, col5_3 REGTYPE NOT NULL, col5_4 TIMESTAMPTZ NOT NULL, col5_5 DECIMAL NOT NULL, col5_6 BOX2D[] NOT NULL, col5_7 NAME NOT NULL, col5_8 FLOAT8 NOT NULL, col5_9 REGTYPE NOT NULL, col5_10 DECIMAL NOT NULL, col5_11 REGTYPE NOT NULL, col5_12 INT8 NOT NULL, col5_13 DATE NOT NULL, col5_14 TEXT NOT NULL, col5_15 INT8, col5_16 BIT(19), col5_17 CHAR NOT NULL, col5_18 INT8 NOT NULL, PRIMARY KEY (col5_2, col5_14, col5_5, col5_3, col5_17, col5_9, col5_18, col5_7, col5_11, col5_12, col5_4, col5_0, col5_10, col5_1, col5_8));
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_18 DESC, col5_7 ASC, col5_10 ASC, col5_5 ASC, col5_15 DESC, col5_9, col5_0 DESC, col5_4, col5_1 DESC, col5_14 DESC, col5_12) INCLUDE (col5_16);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_2, col5_11, col5_8 DESC, col5_0 DESC, col5_14 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_11 ASC, col5_13, col5_15, col5_10 DESC, col5_16 DESC, col5_14 DESC, col5_1 DESC);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('ynhpw', 'sff', 'pnzsfb', 'jqpgo', 'kxyu', 'ca');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (1.10s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 TIMESTAMPTZ NULL, col1_1 NAME NULL, col1_2 VARCHAR NOT NULL, col1_3 DATE NOT NULL, PRIMARY KEY (col1_2 DESC, col1_3), INDEX (col1_0) STORING (col1_1), FAMILY (col1_3, col1_1), FAMILY (col1_0, col1_2), UNIQUE (col1_1) WHERE table1.col1_0 >= '294276-12-31 23:59:59.999999+00:00');
        test_1        |             CREATE TABLE table2 (col1_2 VARCHAR NOT NULL, col1_3 DATE NOT NULL, col2_2 TIMETZ, col2_3 BOX2D NULL, col2_4 DATE NULL, col2_5 BOX2D NULL, PRIMARY KEY (col1_2 DESC, col1_3), FAMILY (col2_5, col1_3), FAMILY (col2_3, col1_2, col2_2), FAMILY (col2_4)) INTERLEAVE IN PARENT table1 (col1_2, col1_3);
        test_1        |             CREATE TABLE table3 (col3_0 REGCLASS NOT NULL, col3_1 UUID NULL, col3_2 TIMESTAMP NOT NULL, col3_3 BIT(7) NOT NULL, col3_4 REGPROC NULL, col3_5 BYTES NOT NULL, col3_6 UUID, col3_7 UUID NOT NULL, col3_8 VARCHAR NOT NULL, col3_9 INET NOT NULL, col3_10 BOX2D NOT NULL, col3_11 INT2 NOT NULL, col3_12 BOOL NOT NULL, col3_13 REGCLASS NULL, col3_14 VARCHAR NOT NULL, col3_15 BIT(28) NOT NULL, PRIMARY KEY (col3_11 DESC, col3_14, col3_7 ASC, col3_3 ASC, col3_15 ASC, col3_9 ASC), UNIQUE (col3_13, col3_7, col3_5, col3_2 DESC, col3_10 DESC, col3_4 DESC, col3_6 DESC, col3_9, col3_8 DESC, col3_12 ASC, col3_11 DESC, col3_3, col3_0 DESC, col3_15) STORING (col3_1) WHERE (((((table3.col3_2 > '294276-12-31 23:59:59.999999') OR (NOT table3.col3_12)) AND (table3.col3_5 != '\x')) AND (table3.col3_11 > 0)) OR (table3.col3_8 > '"')) AND (table3.col3_14 < '"'), UNIQUE (col3_5, col3_3 DESC) STORING (col3_4, col3_6, col3_12) WHERE ((((table3.col3_11 > 1:::INT8) AND (table3.col3_2 = '3000-01-01 00:00:00':::TIMESTAMP)) OR (table3.col3_5 != e'\\x22':::BYTES)) AND table3.col3_12) OR (table3.col3_8 < 'X':::STRING), INDEX (col3_4, col3_1 ASC, col3_15 DESC, col3_0 ASC, col3_9, col3_11, col3_5 ASC, col3_7 ASC, col3_10, col3_6, col3_2) WHERE NOT table3.col3_12, INDEX (col3_2 DESC, col3_10 DESC, col3_11, col3_6 DESC, col3_7 ASC, col3_12, col3_5 DESC, col3_3, col3_14 ASC, col3_8 DESC, col3_4 ASC, col3_13 ASC, col3_9 ASC, col3_1) WHERE (((((table3.col3_2 >= '-4713-11-24 00:00:00':::TIMESTAMP) OR (table3.col3_5 < e'\\x00':::BYTES)) AND (table3.col3_11 = (-1):::INT8)) OR table3.col3_12) AND (table3.col3_8 != '':::STRING)) AND (table3.col3_14 != '':::STRING), INDEX (col3_13 ASC, col3_15 ASC, col3_12 ASC, col3_14 DESC, col3_0 DESC, col3_9 ASC, col3_7 DESC, col3_3 DESC, col3_5, col3_1, col3_2, col3_6 DESC, col3_4 DESC, col3_11 DESC, col3_8 ASC, col3_10) WHERE ((((table3.col3_5 >= e'\\x58':::BYTES) OR (table3.col3_14 != 'X':::STRING)) AND (table3.col3_8 != e'\x00':::STRING)) OR (table3.col3_2 != '-2000-01-01 00:00:00':::TIMESTAMP)) AND (table3.col3_11 <= 0:::INT8), FAMILY (col3_7, col3_12), FAMILY (col3_1), FAMILY (col3_8), FAMILY (col3_5), FAMILY (col3_14), FAMILY (col3_9), FAMILY (col3_0, col3_4, col3_13), FAMILY (col3_11), FAMILY (col3_15, col3_6), FAMILY (col3_10), FAMILY (col3_3, col3_2));
        test_1        |             CREATE TABLE table4 (col4_0 CHAR NOT NULL, col4_1 NAME NOT NULL, col4_2 BOX2D NOT NULL, PRIMARY KEY (col4_0 ASC, col4_2 DESC, col4_1), INDEX (col4_0 DESC, col4_2, col4_1 DESC) WHERE table4.col4_1 < 'X':::STRING, UNIQUE (col4_2 ASC, col4_1) WHERE (table4.col4_1 <= e'\U00002603') AND (table4.col4_0 != 'X'), INDEX (col4_0 ASC, col4_2 DESC), UNIQUE (col4_2, col4_1, col4_0) WHERE (table4.col4_0 != e'\U00002603') OR (table4.col4_1 < 'X'), INDEX (col4_2) WHERE table4.col4_1 = e'\U00002603', FAMILY (col4_2), FAMILY (col4_1, col4_0));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56362480, "histo_buckets": [{"distinct_range": 0, "num_eq": 3787234027679095311, "num_range": 0, "upper_bound": "1981-12-04 17:33:54.000673+00:00"}, {"distinct_range": 0, "num_eq": 360583523037452128, "num_range": 4032346505050189947, "upper_bound": "1989-04-27 05:44:49.000724+00:00"}, {"distinct_range": 343325312.5877593, "num_eq": 90000000, "num_range": 30000000000, "upper_bound": "2007-06-19 04:56:05.000985+00:00"}, {"distinct_range": 900000, "num_eq": 5289388067830836685, "num_range": 900000, "upper_bound": "2009-06-08 13:29:22.000807+00:00"}, {"distinct_range": 10000000000, "num_eq": 0, "num_range": 10000000000, "upper_bound": "2016-07-07 15:28:23.000203+00:00"}, {"distinct_range": 0, "num_eq": 0, "num_range": 100000000000, "upper_bound": "2021-10-12 11:53:03.000088+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 33743218, "row_count": 70000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15806914, "histo_col_type": "", "name": "__auto__", "null_count": 24973991, "row_count": 70000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 53076678, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000, "num_range": 0, "upper_bound": ""}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 70000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 46345188, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 70000000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3876, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9416, "histo_col_type": "", "name": "__auto__", "null_count": 9370, "row_count": 10000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9003, "histo_col_type": "", "name": "__auto__", "null_count": 7988, "row_count": 10000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9567, "histo_col_type": "", "name": "__auto__", "null_count": 3158, "row_count": 10000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 974, "histo_col_type": "", "name": "__auto__", "null_count": 5421, "row_count": 10000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1722, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 800, "num_eq": 4000, "num_range": 800, "upper_bound": "\\u0013;\\u0019{~k\\u0018"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 8277117422130795925, "upper_bound": "\\u0015\\u0016^"}, {"distinct_range": 1164453005074366700, "num_eq": 709954692911667223, "num_range": 1164453005074366785, "upper_bound": "\\u0016"}, {"distinct_range": 0, "num_eq": 1756785178983562556, "num_range": 2911729597763407956, "upper_bound": "\\u0017M"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 900000, "upper_bound": "!!_lm\'"}, {"distinct_range": 463078428849573500, "num_eq": 3355117575662903701, "num_range": 463078428849573534, "upper_bound": "&4?oplC8"}, {"distinct_range": 700000, "num_eq": 7870740365850166055, "num_range": 700000, "upper_bound": ",:\\\\"}, {"distinct_range": 0, "num_eq": 5636299693199240413, "num_range": 8381774804510585487, "upper_bound": "v"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 10000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5403759412570549842, "histo_buckets": [{"distinct_range": 0, "num_eq": 6070489149922439820, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00"}, {"distinct_range": 0, "num_eq": 7000, "num_range": 90000, "upper_bound": "1976-09-06 02:22:23.000714"}, {"distinct_range": 3000000000, "num_eq": 8000000000, "num_range": 3000000000, "upper_bound": "1977-05-13 23:46:00.000285"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 1067979181959969054, "upper_bound": "1999-11-09 01:49:32.000789"}, {"distinct_range": 1423.371032525505, "num_eq": 2331445937108800555, "num_range": 7000, "upper_bound": "2030-09-23 05:52:07.000527"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5363448103891520291, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5178716773735939352, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 7281294906876141723, "num_range": 3000000, "upper_bound": "110895580"}, {"distinct_range": 961062124.9108759, "num_eq": 1624813933026232695, "num_range": 3000000000, "upper_bound": "2265351905"}, {"distinct_range": 3062094818742316500, "num_eq": 7000, "num_range": 3062094818742316593, "upper_bound": "3468643837"}, {"distinct_range": 142384479352332900, "num_eq": 60000000, "num_range": 1095090809152453548, "upper_bound": "4121450714"}, {"distinct_range": 70000000000, "num_eq": 30000, "num_range": 70000000000, "upper_bound": "4155763322"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 0, "upper_bound": "4165471856"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 2550687226218746521, "row_count": 8185912126046875976}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1482853407355939473, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 48949091752648868, "histo_buckets": [{"distinct_range": 0, "num_eq": 8651532767575989212, "num_range": 0, "upper_bound": "1332448212"}, {"distinct_range": 277870173785700450, "num_eq": 1000000, "num_range": 1303797227982321035, "upper_bound": "1720612291"}, {"distinct_range": 0, "num_eq": 70000000000, "num_range": 50000000, "upper_bound": "1732522405"}, {"distinct_range": 800000, "num_eq": 700, "num_range": 800000, "upper_bound": "2745332067"}, {"distinct_range": 0, "num_eq": 3208073344142667549, "num_range": 3000000, "upper_bound": "3378051397"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 3838879244096487545, "row_count": 8185912126046875976}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3161391078051070129, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "\\\\x"}, {"distinct_range": 2430583737795157500, "num_eq": 1000, "num_range": 7180251161282607944, "upper_bound": "\\\\x00"}, {"distinct_range": 827538527682380900, "num_eq": 400, "num_range": 2430665894798758746, "upper_bound": "\\\\x3f76ec6126ee"}, {"distinct_range": 0, "num_eq": 4956118944041321831, "num_range": 7282053441143513525, "upper_bound": "\\\\x55a86ef5c407640062"}, {"distinct_range": 150431607.31780472, "num_eq": 0, "num_range": 7000000000, "upper_bound": "\\\\x6c8a31069ec0300c94"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2204109620869867260, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2978027989737229543, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1972366791577886555, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 658087121387309076, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3420057892567001635, "histo_buckets": [{"distinct_range": 0, "num_eq": 5677792017066218921, "num_range": 0, "upper_bound": "-22345"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3666376043545893986, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 996385209429409000, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4197715270799020867, "histo_col_type": "", "name": "__auto__", "null_count": 4561303492053613323, "row_count": 8185912126046875976}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7697306411598547917, "histo_col_type": "", "name": "__auto__", "null_count": 266430964227974446, "row_count": 8185912126046875976}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8068772512163697911, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8185912126046875976}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6666030360110722133, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "\\u0012"}, {"distinct_range": 5270545388130800, "num_eq": 6277637730078364535, "num_range": 11022337543390958, "upper_bound": "\\u0018"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 635745190091591572, "upper_bound": "\\u001b"}, {"distinct_range": 0, "num_eq": 7577226998715705700, "num_range": 0, "upper_bound": "\\u001c"}, {"distinct_range": 7000000000, "num_eq": 40000, "num_range": 7000000000, "upper_bound": "*"}, {"distinct_range": 0, "num_eq": 3367030221392140923, "num_range": 0, "upper_bound": "O"}, {"distinct_range": 841078707.4990809, "num_eq": 9000000, "num_range": 9000000000, "upper_bound": "n"}, {"distinct_range": 0, "num_eq": 3227954706944456582, "num_range": 2930522878948794747, "upper_bound": "{"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 8967340800939881652}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8273600828691554864, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8967340800939881652}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7151217838825880883, "histo_buckets": [{"distinct_range": 0, "num_eq": 7784401632142692627, "num_range": 0, "upper_bound": "BOX(-1.6389798824948663 -1.5868931043207657,-1.2162161089162495 1.3366248512509984)"}, {"distinct_range": 1572940486280283400, "num_eq": 600, "num_range": 6952075261694805530, "upper_bound": "BOX(-0.4586092295845856 0.426870721404614,0.18677602962080453 0.6861127075318691)"}, {"distinct_range": 27.79630480632025, "num_eq": 3481717343448449963, "num_range": 50, "upper_bound": "BOX(0.24674065226222552 0.29187029465442826,0.3630798148884784 1.82402260721534)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 8967340800939881652}]':::JSONB;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col1_2) REFERENCES table1 (col1_1) ON UPDATE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('kqwjw');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('bxm', 'nxsh', 'wiozum');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('egera', 'p', 'ty', 'w', 'mdan', 'gdrw');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('onnuk', 'f', 'njea', 'rpdjg', 'vn', 'gclm');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2340385184, "histo_buckets": [{"distinct_range": 0, "num_eq": 6476323155912971534, "num_range": 0, "upper_bound": "1972-03-14 16:21:09.000807+00:00"}, {"distinct_range": 3000000000, "num_eq": 2237117131310377075, "num_range": 3000000000, "upper_bound": "1972-08-25 15:56:32.00092+00:00"}, {"distinct_range": 0, "num_eq": 20, "num_range": 0, "upper_bound": "1993-01-06 00:35:24.000321+00:00"}, {"distinct_range": 8776210062982055000, "num_eq": 3225870556612348002, "num_range": 8776210062982054543, "upper_bound": "2020-04-01 12:26:31.000522+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 384316360, "row_count": 7000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4868246450, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000000, "num_range": 0, "upper_bound": "*1\\u0003N"}, {"distinct_range": 0, "num_eq": 3476418066499851428, "num_range": 7474363608951279609, "upper_bound": "4/@o~"}, {"distinct_range": 1550350650800550400, "num_eq": 1336830435888603408, "num_range": 2717525069615202296, "upper_bound": "DFUO\\u0010?[Hk"}, {"distinct_range": 6755953207128361000, "num_eq": 2475873133244652756, "num_range": 6755953207128361021, "upper_bound": "Fa>X"}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 2721713884510047282, "upper_bound": "d\\u0017I\\u000f&;"}, {"distinct_range": 35607834.68530311, "num_eq": 8161506986454565787, "num_range": 60000000, "upper_bound": "nuIV@<"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 2042980563, "row_count": 7000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2986055250, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1367608098, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44062375180132239, "histo_buckets": [{"distinct_range": 0, "num_eq": 3835792178772584246, "num_range": 0, "upper_bound": "lbU"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 64342814308386086}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16817220032583920, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 64342814308386086}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25079282829786705, "histo_col_type": "", "name": "__auto__", "null_count": 33464716086851160, "row_count": 64342814308386086}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32320290992529488, "histo_col_type": "", "name": "__auto__", "null_count": 53445576778369430, "row_count": 64342814308386086}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22710393380657895, "histo_col_type": "", "name": "__auto__", "null_count": 53162334472852218, "row_count": 64342814308386086}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43555197284321222, "histo_col_type": "", "name": "__auto__", "null_count": 39835592059953451, "row_count": 64342814308386086}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2157, "histo_col_type": "", "name": "__auto__", "null_count": 845, "row_count": 6000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3131, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3552, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000000000, "num_range": 0, "upper_bound": "\\\\x27"}, {"distinct_range": 0, "num_eq": 6030742022728639000, "num_range": 20000000000, "upper_bound": "\\\\x2d5a"}, {"distinct_range": 0, "num_eq": 50, "num_range": 20, "upper_bound": "\\\\x421f483a119f2177cb"}, {"distinct_range": 0, "num_eq": 8484939184098961636, "num_range": 600000, "upper_bound": "\\\\x484806"}, {"distinct_range": 150571289451340220, "num_eq": 4000, "num_range": 7441001462931520777, "upper_bound": "\\\\x54707719da"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 4000000000, "upper_bound": "\\\\x589ad7adca9039"}, {"distinct_range": 1000, "num_eq": 40000000000, "num_range": 1000, "upper_bound": "\\\\x64adc66cc40c2380"}, {"distinct_range": 1046174438.0050492, "num_eq": 9060793281085794517, "num_range": 3000000000, "upper_bound": "\\\\x6b"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1261, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000, "num_range": 0, "upper_bound": "103178387"}, {"distinct_range": 4.444433522572167, "num_eq": 541532674513360027, "num_range": 10, "upper_bound": "653992611"}, {"distinct_range": 171.0855956931631, "num_eq": 671279228363074381, "num_range": 800, "upper_bound": "832789480"}, {"distinct_range": 5000000, "num_eq": 100, "num_range": 5000000, "upper_bound": "988183028"}, {"distinct_range": 1592017347966688000, "num_eq": 1087513214216395204, "num_range": 3493149555733303719, "upper_bound": "1864960194"}, {"distinct_range": 7.064051250282385, "num_eq": 600, "num_range": 20, "upper_bound": "3111923230"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 2346, "row_count": 6000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4750, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3786, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5125, "histo_buckets": [{"distinct_range": 0, "num_eq": 5552293028087890416, "num_range": 0, "upper_bound": "36989419"}, {"distinct_range": 8225825927093625000, "num_eq": 7585727660161029641, "num_range": 8225825927093624322, "upper_bound": "115364259"}, {"distinct_range": 6300738080189173000, "num_eq": 2135497677618131996, "num_range": 7139976752969250555, "upper_bound": "1221071324"}, {"distinct_range": 0, "num_eq": 50, "num_range": 0, "upper_bound": "1489914962"}, {"distinct_range": 5244317871680306000, "num_eq": 700000000, "num_range": 5657894671816966801, "upper_bound": "1633924465"}, {"distinct_range": 6769056432733082000, "num_eq": 6115234043553741777, "num_range": 8954145140896650708, "upper_bound": "2723212500"}, {"distinct_range": 1000, "num_eq": 700000000, "num_range": 1000, "upper_bound": "3049284152"}, {"distinct_range": 841082578.5561991, "num_eq": 10000000, "num_range": 1000000000, "upper_bound": "3128654272"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 500000000, "upper_bound": "4238453473"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 3391, "row_count": 6000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1387, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2020, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000000, "num_range": 0, "upper_bound": "-30384"}, {"distinct_range": 8909919590716071000, "num_eq": 2463838453891591863, "num_range": 8909919590716070767, "upper_bound": "-8043"}, {"distinct_range": 3328174319.932272, "num_eq": 100, "num_range": 70000000000, "upper_bound": "-3717"}, {"distinct_range": 15964.494672105799, "num_eq": 600000000, "num_range": 20000, "upper_bound": "13934"}, {"distinct_range": 4000000, "num_eq": 636913002199841960, "num_range": 4000000, "upper_bound": "22343"}, {"distinct_range": 5707426797294423000, "num_eq": 70000, "num_range": 5707426797294423165, "upper_bound": "25135"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 313, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2626, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 804, "histo_col_type": "", "name": "__auto__", "null_count": 2823, "row_count": 6000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2925, "histo_buckets": [{"distinct_range": 0, "num_eq": 6879239246958850805, "num_range": 0, "upper_bound": "-4713-11-24 00:00:00"}, {"distinct_range": 0, "num_eq": 300000, "num_range": 20000, "upper_bound": "1970-06-10 21:03:12.000015"}, {"distinct_range": 0, "num_eq": 5371376696190983505, "num_range": 832495369920939448, "upper_bound": "2012-03-19 01:22:39.000238"}, {"distinct_range": 500, "num_eq": 4593466108529537433, "num_range": 500, "upper_bound": "2026-06-12 03:17:50.000121"}, {"distinct_range": 0, "num_eq": 9000, "num_range": 3398827561562247553, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3563, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5542, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4382298649914469855, "histo_buckets": [{"distinct_range": 0, "num_eq": 6452043607782690083, "num_range": 0, "upper_bound": "\\t"}, {"distinct_range": 5.420789202165185, "num_eq": 1453471255307289984, "num_range": 90, "upper_bound": "i"}, {"distinct_range": 776.6054386899552, "num_eq": 90000000000, "num_range": 800, "upper_bound": "v"}, {"distinct_range": 5951592868415874000, "num_eq": 4262670979635678647, "num_range": 5951592868415873854, "upper_bound": "\x7f"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 8050487332770136955}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2516945257268250586, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8050487332770136955}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4869448550199312419, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 1533163015945919000, "num_eq": 1000, "num_range": 4395552961210286258, "upper_bound": "BOX(-1.6224429051053857 -0.565001007624843,1.9199084841811374 0.7507824397193358)"}, {"distinct_range": 10000, "num_eq": 5447744750667576623, "num_range": 10000, "upper_bound": "BOX(-1.5816918490446445 -0.9769986186682407,1.672843584276203 0.051712558861508384)"}, {"distinct_range": 0, "num_eq": 6379924405575634390, "num_range": 100000000, "upper_bound": "BOX(-0.6169281632782448 -1.2844219020913932,0.003589016761539887 0.8030662071779329)"}, {"distinct_range": 8000000000, "num_eq": 9000000, "num_range": 8000000000, "upper_bound": "BOX(-0.40675468335591947 0.3155688813289356,0.3074055867923969 2.2202409558307603)"}, {"distinct_range": 200000, "num_eq": 10000000, "num_range": 200000, "upper_bound": "BOX(-0.08874122072114721 -1.3387633494991258,2.0951503280680246 0.10841433798332933)"}, {"distinct_range": 3000, "num_eq": 1447346924497774077, "num_range": 3000, "upper_bound": "BOX(0.19415909035535223 0.16769992910012743,0.5857162038761204 1.0711004044112036)"}, {"distinct_range": 9215615.571048897, "num_eq": 6017487436664435261, "num_range": 50000000, "upper_bound": "BOX(0.26390962330976664 -2.069545441351666,0.7676910405241821 0.7879395419678659)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 8050487332770136955}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 221881766381041463, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000, "num_range": 0, "upper_bound": "0001-01-01 00:00:00+00:00"}, {"distinct_range": 304431473774134100, "num_eq": 60, "num_range": 304431473774134108, "upper_bound": "1980-06-21 02:50:35.000508+00:00"}, {"distinct_range": 0, "num_eq": 2711205410394754749, "num_range": 9000000000, "upper_bound": "1989-07-31 13:38:02.000078+00:00"}, {"distinct_range": 10586.061796640748, "num_eq": 0, "num_range": 70000, "upper_bound": "1990-05-22 03:53:21.000675+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 1728665788608191726, "row_count": 2193327727930345304}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 687597784932564834, "histo_col_type": "NAME", "name": "__auto__", "null_count": 1693532091657628724, "row_count": 2193327727930345304}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 775100141669217009, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000000000, "num_range": 0, "upper_bound": "\\u0001\\r\\u001c\\u0004.~J"}, {"distinct_range": 41.839106579769265, "num_eq": 5110777018949742869, "num_range": 70, "upper_bound": "\\u0019\\u0018VccD"}, {"distinct_range": 0, "num_eq": 0, "num_range": 70, "upper_bound": "2r&:;"}, {"distinct_range": 7178370331935895000, "num_eq": 7751558514907481618, "num_range": 7178370331935894970, "upper_bound": "]"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 2193327727930345304}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1822568688070019318, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2193327727930345304}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2489394906287970136, "histo_col_type": "", "name": "__auto__", "null_count": 4456233719846455734, "row_count": 4604487452516447294}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4219383200925489839, "histo_col_type": "", "name": "__auto__", "null_count": 2800013857363006202, "row_count": 4604487452516447294}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2761519842150775384, "histo_col_type": "", "name": "__auto__", "null_count": 2699750757920660134, "row_count": 4604487452516447294}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 607737353042258578, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "\\t*\\nF"}, {"distinct_range": 831787237795791700, "num_eq": 778283716667590218, "num_range": 2334432039763679609, "upper_bound": "`n/c\\n8z"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 4604487452516447294}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2704576798103478323, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4604487452516447294}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 720666172753745799, "histo_col_type": "", "name": "__auto__", "null_count": 1253031528416877836, "row_count": 4604487452516447294}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1173584618667701792, "histo_buckets": [{"distinct_range": 0, "num_eq": 4551732935550616457, "num_range": 0, "upper_bound": "1981-05-18 07:09:56.000314"}, {"distinct_range": 177320.43228377917, "num_eq": 8769392904714541557, "num_range": 700000, "upper_bound": "1999-12-01 00:21:45.000132"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3530613312285086907, "histo_col_type": "", "name": "__auto__", "null_count": 3393703937147577613, "row_count": 5010416820870244419}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3805398479631198964, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2550380708549160040, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3582416752157924454, "histo_buckets": [{"distinct_range": 0, "num_eq": 4553658579602179744, "num_range": 0, "upper_bound": "598370995"}, {"distinct_range": 40, "num_eq": 1336678627766239419, "num_range": 40, "upper_bound": "815771976"}, {"distinct_range": 6746954623011812000, "num_eq": 1000000000, "num_range": 6746954623011812589, "upper_bound": "2073006667"}, {"distinct_range": 9919.599492489926, "num_eq": 6833334362314877604, "num_range": 20000, "upper_bound": "3309085979"}, {"distinct_range": 3289140516431409700, "num_eq": 70000, "num_range": 8400826602114384499, "upper_bound": "4148716395"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 2980703650909255411, "row_count": 5010416820870244419}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 318772157640079797, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2489960328537856870, "histo_col_type": "", "name": "__auto__", "null_count": 2462345999193986263, "row_count": 5010416820870244419}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 808412433035082323, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2689189623775852001, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2176582642739408694, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1963615123386131726, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 212942345552883466, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 395516335018894806, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000000, "num_range": 0, "upper_bound": "\\\\x69bd2bb307"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3724579663484878596, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4902845726335124131, "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 5010416820870244419}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1188310102006361177, "histo_buckets": [{"distinct_range": 0, "num_eq": 7321787925325337145, "num_range": 0, "upper_bound": "1990228047"}, {"distinct_range": 0, "num_eq": 6280240120588516071, "num_range": 6857590856958085248, "upper_bound": "3298549370"}, {"distinct_range": 1707376537390360600, "num_eq": 900000000, "num_range": 1707376537390360547, "upper_bound": "3376438644"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 90000000000, "upper_bound": "3716886397"}, {"distinct_range": 30, "num_eq": 226283045259951736, "num_range": 30, "upper_bound": "3865714125"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 3745999324693992207, "row_count": 5010416820870244419}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24346342, "histo_buckets": [{"distinct_range": 0, "num_eq": 7602415554611949410, "num_range": 0, "upper_bound": "\\u0000"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 861174904781506488, "upper_bound": "\\u0013"}, {"distinct_range": 0, "num_eq": 8249794150010430736, "num_range": 0, "upper_bound": "I"}, {"distinct_range": 3856131.2333421074, "num_eq": 1015270999941271734, "num_range": 7000000, "upper_bound": "P"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 200000000}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 142161902, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 200000000}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 129908270, "histo_buckets": [{"distinct_range": 0, "num_eq": 6140831932372169181, "num_range": 0, "upper_bound": "BOX(-1.0057415934972582 -1.6210461719795481,0.7254398598003122 1.455309964214747)"}, {"distinct_range": 6835858994915717000, "num_eq": 9221149476580436521, "num_range": 8601170395977890178, "upper_bound": "BOX(-0.7481408104752507 0.3729904578500187,0.9322262315805311 1.874261382108638)"}, {"distinct_range": 4257820182582382600, "num_eq": 700000, "num_range": 5868580336627839884, "upper_bound": "BOX(0.002580258572330796 -0.10815801988783791,1.117320787536272 1.2387390381717784)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 200000000}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: there is no unique constraint matching given keys for referenced table table1 (SQLSTATE 23503)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@365c5504b75c9a9260365a628a5110c48312178b:

        postgres_1    |     CREATE INDEX ON table1 (col1_2, col1_6, col1_5, col1_3, col1_7 DESC);
        postgres_1    |     CREATE TYPE rand_typ_0 AS ENUM ('v', 'pwvivo');
        postgres_1    |     CREATE TYPE rand_typ_1 AS ENUM ('fsuupq', 'lsccl');
        postgres_1    |     CREATE TYPE rand_typ_2 AS ENUM ('wfvy', 'p', 'sfzrmv', 'hry', 'xx');
        postgres_1    |     CREATE TYPE rand_typ_3 AS ENUM ('trma', 'wifs', 'dhgai', 'bhf', 'kfoaxn');
        postgres_1    |     
        test_1        | --- FAIL: TestCompare (1.52s)
        test_1        |     --- FAIL: TestCompare/mutators (0.69s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 TIMESTAMP NOT NULL, col1_1 INT8 NOT NULL, col1_2 BOX2D NOT NULL, col1_3 REGNAMESPACE NOT NULL, col1_4 FLOAT4 NOT NULL, col1_5 INT4 NOT NULL, col1_6 REGCLASS NULL, PRIMARY KEY (col1_5, col1_4 ASC, col1_2 ASC, col1_3 DESC), FAMILY (col1_0, col1_1), FAMILY (col1_3, col1_6), FAMILY (col1_5, col1_2), FAMILY (col1_4));
        test_1        |             CREATE TABLE table2 (col1_5 INT4 NOT NULL, col1_4 FLOAT4 NOT NULL, col1_2 BOX2D NOT NULL, col1_3 REGNAMESPACE NOT NULL, col2_4 TIMESTAMP NULL, col2_5 BIT(5) NOT NULL, col2_6 STRING NULL, col2_7 INT8 NULL, col2_8 BOX2D, col2_9 NAME NOT NULL, col2_10 BOX2D NOT NULL, col2_11 INT2 NULL, col2_12 REGNAMESPACE NULL, col2_13 OID NOT NULL, PRIMARY KEY (col1_5, col1_4 ASC, col1_2 ASC, col1_3 DESC, col2_5 DESC), INDEX (col2_13 ASC, col1_5, col1_4) WHERE ((table2.col2_4 < '3000-01-01 00:00:00':::TIMESTAMP) AND (table2.col1_4 > '+Inf':::FLOAT8)) OR (table2.col2_11 <= (-1):::INT8), INDEX (col2_4 DESC, col2_12 ASC, col1_2, col2_8 DESC, col2_9 ASC, col2_13, col2_11 DESC, col2_10 DESC) STORING (col2_6, col2_7), UNIQUE (col2_4, col2_8 ASC, col1_3, col2_10 DESC, col2_9 ASC, col1_4, col2_13, col1_2 DESC, col2_5, col2_11, col1_5 DESC, col2_12) STORING (col2_7) WHERE table2.col2_4 <= '0001-01-01 00:00:00', INDEX (col2_5 DESC, col2_6 DESC, col2_12 DESC, col1_5 ASC, col1_4, col1_2, col2_4 ASC, col2_9 DESC, col2_7 ASC, col2_13 DESC, col2_8 ASC, col2_10 DESC, col1_3 ASC, col2_11 DESC) WHERE ((((table2.col1_5 >= 2147483647:::INT8) AND (table2.col1_4 > 'NaN':::FLOAT8)) AND (table2.col2_6 < '"':::STRING)) OR (table2.col2_11 != (-1):::INT8)) OR (table2.col2_7 >= 2147483647:::INT8), INDEX (col2_11 ASC, col2_10 DESC, col2_8, col2_5, col1_4 DESC, col2_4, col2_7 DESC, col2_6 ASC, col1_2 ASC, col1_5 ASC, col2_12, col1_3, col2_9 DESC) STORING (col2_13) WHERE ((((((table2.col2_9 < '"') OR (table2.col2_11 > 127)) OR (table2.col1_5 > -1)) AND (table2.col2_7 < 9223372036854775807)) AND (table2.col2_4 > '-2000-01-01 00:00:00')) OR (table2.col2_6 >= e'\x00')) OR (table2.col1_4 != 1.0), UNIQUE (col2_11, col2_10 ASC, col2_12 DESC, col1_2 DESC, col2_7 DESC, col1_4 ASC, col2_6 DESC), INDEX (col1_5, col1_3 DESC, col2_8, col2_4 DESC, col2_5 DESC, col2_9 ASC, col2_11, col2_7, col2_6 ASC, col2_12 DESC, col2_10, col2_13 DESC), UNIQUE (col2_8 DESC, col2_9, col2_4 ASC, col2_6, col2_12 ASC, col2_11 ASC, col2_7 DESC, col2_10 DESC, col1_5, col1_4, col2_5 DESC) WHERE (((table2.col1_4 > 1.401298464324817e-45:::FLOAT8) AND (table2.col2_11 = (-1):::INT8)) AND (table2.col1_5 != 32767:::INT8)) OR (table2.col2_4 > '-4713-11-24 00:00:00':::TIMESTAMP), FAMILY (col1_5, col2_13, col1_2), FAMILY (col2_4, col1_3), FAMILY (col2_8, col1_4), FAMILY (col2_5), FAMILY (col2_7), FAMILY (col2_11, col2_9, col2_12), FAMILY (col2_10), FAMILY (col2_6), UNIQUE (col1_3) STORING (col2_4, col2_6, col2_9, col2_10, col2_12) WHERE table2.col2_9 != e'\'', UNIQUE (col1_5) STORING (col2_6, col2_7, col2_9, col2_12) WHERE ((((((table2.col2_7 < 0) AND (table2.col2_4 < '294276-12-31 23:59:59.999999')) OR (table2.col2_9 != '"')) AND (table2.col2_6 != '')) AND (table2.col2_11 < 0)) OR (table2.col1_4 = +Inf)) AND (table2.col1_5 > -1), UNIQUE (col2_5) WHERE ((((((table2.col2_7 < 127) OR (table2.col1_5 >= 1)) AND (table2.col1_4 = 1.401298464324817e-45)) OR (table2.col2_9 <= '')) OR (table2.col2_6 = e'\U00002603')) OR (table2.col2_4 >= '3000-01-01 00:00:00')) AND (table2.col2_11 != 0)) INTERLEAVE IN PARENT table1 (col1_5, col1_4, col1_2, col1_3);
        test_1        |             CREATE TABLE table3 (col1_5 INT4 NOT NULL, col1_4 FLOAT4 NOT NULL, col1_2 BOX2D NOT NULL, col1_3 REGNAMESPACE NOT NULL, col2_5 BIT(5) NOT NULL, col3_5 DECIMAL NOT NULL, col3_6 REGNAMESPACE NOT NULL, col3_7 INT8 NOT NULL, col3_8 TIMETZ, col3_9 FLOAT8 NOT NULL, col3_10 BIT(20) NULL, col3_11 BIT(12) NOT NULL, col3_12 CHAR NOT NULL, col3_13 INT2 NOT NULL, col3_14 REGTYPE, col3_15 INT8 NULL, PRIMARY KEY (col1_5, col1_4 ASC, col1_2 ASC, col1_3 DESC, col2_5 DESC, col3_7 DESC), UNIQUE (col1_2 ASC, col3_12 DESC, col3_10 ASC, col3_7 DESC) STORING (col3_5, col3_9, col3_11, col3_15), UNIQUE (col3_12 ASC, col1_3 DESC, col1_5, col3_6, col3_13, col1_2 ASC, col1_4 DESC, col3_10 ASC, col3_14) STORING (col3_8) WHERE ((((((((table3.col3_7 != (-1):::INT8) OR (table3.col3_13 > 1:::INT8)) AND (table3.col3_12 <= '':::STRING)) AND (table3.col1_4 != 1.0:::FLOAT8)) OR (table3.col3_9 >= 1.401298464324817e-45:::FLOAT8)) AND (table3.col1_5 < 1:::INT8)) OR (table3.col3_8 = '00:00:00+15:59:00':::TIMETZ)) AND (table3.col3_5 != (-1.234E+401):::DECIMAL)) OR (table3.col3_15 != 1:::INT8), INDEX (col3_8 DESC, col3_11 ASC, col3_13 ASC, col1_4, col1_5 DESC, col3_14, col3_7, col3_10 DESC, col2_5 ASC, col3_5, col3_15, col3_12 DESC, col1_3 DESC) STORING (col3_9) WHERE (((((table3.col3_9 > 0.0) OR (table3.col1_5 >= 127)) AND (table3.col3_7 = 1)) OR (table3.col3_13 = 1)) AND (table3.col3_12 != '')) AND (table3.col3_8 > '24:00:00-15:59:00'), UNIQUE (col1_3, col3_7 DESC) STORING (col3_5, col3_6, col3_10, col3_12, col3_14), INDEX (col2_5, col3_8 DESC, col1_3, col3_6 ASC, col3_14 DESC) STORING (col3_9, col3_12, col3_13) WHERE ((((((((table3.col1_5 = 32767:::INT8) AND (table3.col3_8 > '24:00:00-15:59:00':::TIMETZ)) AND (table3.col3_13 != (-1):::INT8)) OR (table3.col3_15 >= 32767:::INT8)) AND (table3.col3_9 > (-1.0):::FLOAT8)) OR (table3.col3_12 != 'X':::STRING)) OR (table3.col1_4 <= 0.0:::FLOAT8)) AND (table3.col3_7 != 32767:::INT8)) AND (table3.col3_5 <= (-1):::DECIMAL), FAMILY (col3_15), FAMILY (col3_6), FAMILY (col3_8), FAMILY (col2_5), FAMILY (col1_2), FAMILY (col3_9), FAMILY (col3_10, col3_11), FAMILY (col1_3, col3_14), FAMILY (col3_7), FAMILY (col1_5, col3_13, col1_4, col3_12), FAMILY (col3_5)) INTERLEAVE IN PARENT table2 (col1_5, col1_4, col1_2, col1_3, col2_5);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 220, "histo_col_type": "", "name": "__auto__", "null_count": 69644, "row_count": 90000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1133, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 70699, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 32959, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35781, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30956, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 90000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71633, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000000, "num_range": 0, "upper_bound": "-1808198110"}, {"distinct_range": 0, "num_eq": 40, "num_range": 900000, "upper_bound": "-931914102"}, {"distinct_range": 251984859367542340, "num_eq": 5349586750793854426, "num_range": 723054239258091477, "upper_bound": "-448312563"}, {"distinct_range": 2736388803675055000, "num_eq": 40, "num_range": 3816404368321570460, "upper_bound": "-66773312"}, {"distinct_range": 60, "num_eq": 400000000, "num_range": 60, "upper_bound": "481450884"}, {"distinct_range": 9000000000, "num_eq": 600, "num_range": 9000000000, "upper_bound": "763872257"}, {"distinct_range": 25164174586.098755, "num_eq": 23917443362263495, "num_range": 50000000000, "upper_bound": "869349306"}, {"distinct_range": 1054502661547206700, "num_eq": 848217978394943717, "num_range": 7299218048214070790, "upper_bound": "1040363366"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 90000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "2004-09-27 14:58:45.000283"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 5039559991207963157, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 40105.71648936601, "num_eq": 6740519931905404575, "num_range": 600000, "upper_bound": "1061737704"}, {"distinct_range": 40000, "num_eq": 3000, "num_range": 40000, "upper_bound": "1372699313"}, {"distinct_range": 528284163199836400, "num_eq": 3491034850209928815, "num_range": 633019343837869077, "upper_bound": "2326426259"}, {"distinct_range": 58469026.49127173, "num_eq": 7771608627429675381, "num_range": 10000000000, "upper_bound": "3038256578"}, {"distinct_range": 846805.5809772569, "num_eq": 7047250667900498387, "num_range": 50000000, "upper_bound": "3485011973"}, {"distinct_range": 407973.07981469313, "num_eq": 1000000000, "num_range": 1000000, "upper_bound": "3745431992"}, {"distinct_range": 7789539122466070000, "num_eq": 5199698572589881426, "num_range": 7789539122466069172, "upper_bound": "3960176877"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 50000, "num_range": 0, "upper_bound": "-1353973256"}, {"distinct_range": 9209550782260240000, "num_eq": 20000000, "num_range": 9209550782260240590, "upper_bound": "-1259464185"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 1000, "upper_bound": "-566013464"}, {"distinct_range": 0, "num_eq": 226701480017914695, "num_range": 80000000, "upper_bound": "-32768"}, {"distinct_range": 0, "num_eq": 4664243636715271533, "num_range": 0, "upper_bound": "401797000"}, {"distinct_range": 2475051934737554400, "num_eq": 3431373730270250686, "num_range": 2910949971457825099, "upper_bound": "889144808"}, {"distinct_range": 0, "num_eq": 6172043247880192569, "num_range": 6715185070974729651, "upper_bound": "1109420184"}, {"distinct_range": 8508856098287950000, "num_eq": 8000, "num_range": 8508856098287949791, "upper_bound": "1827616997"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 4942177483243218993, "num_range": 0, "upper_bound": "00000"}, {"distinct_range": 40000, "num_eq": 7000000000, "num_range": 40000, "upper_bound": "00100"}, {"distinct_range": 0, "num_eq": 0, "num_range": 2000000, "upper_bound": "01010"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 7523327594072536009, "upper_bound": "01100"}, {"distinct_range": 3580100109364989000, "num_eq": 6000000000, "num_range": 3580100109364988975, "upper_bound": "10011"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 0, "upper_bound": "10111"}, {"distinct_range": 3000, "num_eq": 700, "num_range": 3000, "upper_bound": "11010"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 7648425378361516139, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 7655466138607861000, "num_eq": 1008472834954559930, "num_range": 7655466138607860496, "upper_bound": "BOX(-1.6918645124087048 -1.5619461151642138,0.6309249060879069 -1.096820172558571)"}, {"distinct_range": 29157627464.226437, "num_eq": 10000, "num_range": 100000000000, "upper_bound": "BOX(-1.4039586356281442 0.3934625545087689,0.7865272897820264 1.219275318618366)"}, {"distinct_range": 1000000, "num_eq": 3818567320257487713, "num_range": 1000000, "upper_bound": "BOX(-1.3711369430302636 -1.5388869138909251,-1.2924917261626894 1.162880496844103)"}, {"distinct_range": 701822081993531900, "num_eq": 1000000, "num_range": 6429063028456399476, "upper_bound": "BOX(-0.4455375587483633 -1.0599809391783848,1.2305273100613467 -0.9650767205653626)"}, {"distinct_range": 3349631839177600500, "num_eq": 700, "num_range": 3349631839177600739, "upper_bound": "BOX(-0.03085031462524146 -0.23356449596315665,0.6830722985023486 0.0011968975654603337)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000000, "num_range": 0, "upper_bound": "-31824"}, {"distinct_range": 0, "num_eq": 8540360161440250332, "num_range": 9000000, "upper_bound": "-19570"}, {"distinct_range": 0, "num_eq": 2000000, "num_range": 6000000, "upper_bound": "-7934"}, {"distinct_range": 0, "num_eq": 5578555689501206277, "num_range": 9000000, "upper_bound": "-5120"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 149, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 532, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 783, "histo_col_type": "", "name": "__auto__", "null_count": 115, "row_count": 900}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 121, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 138, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 405, "histo_col_type": "", "name": "__auto__", "null_count": 359, "row_count": 900}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 94, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "BOX(0.3114669880234615 -0.27799995291088986,1.8793144717551746 0.1873225651795032)"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 80, "upper_bound": "BOX(0.3682355372267615 -0.17688281185780064,1.022001685173235 1.276944265530976)"}, {"distinct_range": 0, "num_eq": 3756805007258505861, "num_range": 0, "upper_bound": "BOX(0.5671172117822776 -0.8375246835347478,1.122728919147562 1.710767380226188)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 214, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000000, "num_range": 0, "upper_bound": "1057913541"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 808804191080382226, "upper_bound": "1449670983"}, {"distinct_range": 46460258.2422913, "num_eq": 7434150958008024910, "num_range": 100000000, "upper_bound": "2919995724"}, {"distinct_range": 0, "num_eq": 300, "num_range": 1000000000, "upper_bound": "3864089796"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 857, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 640, "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 620, "histo_col_type": "", "name": "__auto__", "null_count": 823, "row_count": 900}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 459, "histo_buckets": [{"distinct_range": 0, "num_eq": 7754012638831776196, "num_range": 0, "upper_bound": "-1472000734"}, {"distinct_range": 90, "num_eq": 800000000, "num_range": 90, "upper_bound": "-1038385994"}, {"distinct_range": 198271.28272817621, "num_eq": 5502470781615393935, "num_range": 300000, "upper_bound": "1"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 760, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 569, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000000, "num_range": 0, "upper_bound": "00100"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 1000000, "upper_bound": "01000"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "01010"}, {"distinct_range": 289097715.92047477, "num_eq": 400000000, "num_range": 800000000, "upper_bound": "01111"}, {"distinct_range": 800, "num_eq": 500000000, "num_range": 800, "upper_bound": "10000"}, {"distinct_range": 0, "num_eq": 8451639468693178373, "num_range": 8842395169663601438, "upper_bound": "10111"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 473, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 900}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 771, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "12:52:58.466978+14:22:00"}, {"distinct_range": 14569923.454125125, "num_eq": 100, "num_range": 20000000, "upper_bound": "06:23:56.999547+06:29:00"}, {"distinct_range": 0, "num_eq": 8911666614037934015, "num_range": 7083835978707549146, "upper_bound": "07:07:48.31988-11:47:00"}, {"distinct_range": 0, "num_eq": 100, "num_range": 10000000, "upper_bound": "20:34:12.49057-06:55:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 563, "row_count": 900}]':::JSONB;
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_6) REFERENCES table2 (col1_3) ON UPDATE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('suvzix');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('zdqkyw', 'hibswa', 'ypkyvy', 'xjelzr');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3730718754967499436, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6308332592985235526}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4869685940797662174, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6308332592985235526}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 686065417720136673, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6308332592985235526}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 514282541716933982, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6308332592985235526}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 917049750294896127, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6308332592985235526}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2822300379528267608, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000000, "num_range": 0, "upper_bound": "-1733730998"}, {"distinct_range": 3629787956.625001, "num_eq": 700000000, "num_range": 9000000000, "upper_bound": "-1318053969"}, {"distinct_range": 0, "num_eq": 2058846717276829905, "num_range": 900, "upper_bound": "-1071401580"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 200000000, "upper_bound": "-585790934"}, {"distinct_range": 531602717521105400, "num_eq": 8752297662574394374, "num_range": 6245028221163989594, "upper_bound": "-151318554"}, {"distinct_range": 5000000000, "num_eq": 5000000000, "num_range": 5000000000, "upper_bound": "-111699082"}, {"distinct_range": 3366601902230186000, "num_eq": 6305605378604441740, "num_range": 3366601902230185898, "upper_bound": "381564194"}, {"distinct_range": 0, "num_eq": 8313019138160761989, "num_range": 7000000000, "upper_bound": "430108337"}, {"distinct_range": 0, "num_eq": 1781275547878372744, "num_range": 0, "upper_bound": "537253840"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 6308332592985235526}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1473597392803128988, "histo_col_type": "", "name": "__auto__", "null_count": 6023034161753799825, "row_count": 6308332592985235526}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9405627120, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000, "num_range": 0, "upper_bound": "10000"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3087000857, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4594454704, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 901481521747153700, "num_eq": 100, "num_range": 901481521747153687, "upper_bound": "771393635"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 2464508990303702408, "upper_bound": "1225688347"}, {"distinct_range": 1206118973486165200, "num_eq": 3621522025883744368, "num_range": 1263518625982020545, "upper_bound": "2310316270"}, {"distinct_range": 0, "num_eq": 8444085274720240918, "num_range": 5598936286639907099, "upper_bound": "2501381431"}, {"distinct_range": 3227630874609797, "num_eq": 6244099731380963735, "num_range": 3227630874609797, "upper_bound": "2907356454"}, {"distinct_range": 195.2232553598663, "num_eq": 2000000000, "num_range": 800, "upper_bound": "3005252019"}, {"distinct_range": 7653412437.542186, "num_eq": 7505252477700808501, "num_range": 100000000000, "upper_bound": "3967836186"}, {"distinct_range": 6437703670436299000, "num_eq": 2048094415016261270, "num_range": 8608213587803183966, "upper_bound": "4218781840"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 633629454, "histo_col_type": "", "name": "__auto__", "null_count": 6663292232, "row_count": 10000000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9942906209, "histo_col_type": "", "name": "__auto__", "null_count": 9032120679, "row_count": 10000000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3669393080, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1515435878, "histo_buckets": [{"distinct_range": 0, "num_eq": 8591728933038744662, "num_range": 0, "upper_bound": "-25597"}, {"distinct_range": 300000000, "num_eq": 30000, "num_range": 300000000, "upper_bound": "-22293"}, {"distinct_range": 411274490.0414428, "num_eq": 70000, "num_range": 6000000000, "upper_bound": "-1931"}, {"distinct_range": 6586554716542435000, "num_eq": 4240439098638055568, "num_range": 6586554716542435681, "upper_bound": "1"}, {"distinct_range": 246008.91052822376, "num_eq": 5009852098259767429, "num_range": 400000, "upper_bound": "600"}, {"distinct_range": 0, "num_eq": 50, "num_range": 5135671313967005154, "upper_bound": "24002"}, {"distinct_range": 0, "num_eq": 50, "num_range": 10000000000, "upper_bound": "29612"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 8993502126, "row_count": 10000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2657704680, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "-199545694"}, {"distinct_range": 143008532667058880, "num_eq": 40, "num_range": 276606022296428636, "upper_bound": "29176890"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1775890294, "histo_buckets": [{"distinct_range": 0, "num_eq": 800, "num_range": 0, "upper_bound": "55506546"}, {"distinct_range": 3717375.539980607, "num_eq": 6690367325197623272, "num_range": 20000000, "upper_bound": "439350627"}, {"distinct_range": 6000, "num_eq": 5000000, "num_range": 6000, "upper_bound": "2255443740"}, {"distinct_range": 7726193691.700615, "num_eq": 5838981871089525456, "num_range": 8000000000, "upper_bound": "3729770638"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5752756750, "histo_buckets": [{"distinct_range": 0, "num_eq": 5090915256695842666, "num_range": 0, "upper_bound": "1988-08-04 20:52:00.000537"}, {"distinct_range": 3792009819420450300, "num_eq": 2794453137214764746, "num_range": 4784747427005836395, "upper_bound": "1993-06-07 12:33:12.000373"}, {"distinct_range": 3080675645691996700, "num_eq": 400000000, "num_range": 3080675645691996584, "upper_bound": "1994-09-28 02:00:30.000674"}, {"distinct_range": 73.60481210908158, "num_eq": 4303542415680246401, "num_range": 900, "upper_bound": "1997-02-04 01:44:53.000114"}, {"distinct_range": 0, "num_eq": 1112110447253346699, "num_range": 10000, "upper_bound": "1997-09-02 11:18:47.000982"}, {"distinct_range": 0, "num_eq": 0, "num_range": 9213724437835904735, "upper_bound": "2001-01-28 13:25:51.000041"}, {"distinct_range": 6249044605072357000, "num_eq": 7109759455526484022, "num_range": 6249044605072357440, "upper_bound": "3000-01-01 00:00:00"}, {"distinct_range": 0, "num_eq": 20000000, "num_range": 4000, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 3515641170, "row_count": 10000000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5069570296, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000, "num_range": 0, "upper_bound": "BOX(-0.338424931341862 -0.699343770338934,0.6256156240302946 -0.27145823883042286)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 4923506433, "row_count": 10000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8729687045, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4117586203, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1513870201, "histo_col_type": "", "name": "__auto__", "null_count": 2447401229, "row_count": 10000000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 961511156977976974, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4012198273932562094, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1064997589335379531, "histo_buckets": [{"distinct_range": 0, "num_eq": 4963386442603683222, "num_range": 0, "upper_bound": "Q"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2469802496306464191, "histo_buckets": [{"distinct_range": 0, "num_eq": 7710500780915742558, "num_range": 0, "upper_bound": "BOX(-2.08263549619153 -0.3397958407657258,0.4652836215665876 0.09805734747946687)"}, {"distinct_range": 5000000000, "num_eq": 400000000, "num_range": 5000000000, "upper_bound": "BOX(-1.750755405635433 -1.0310230870380495,-0.5206005669360861 -0.4555306451514981)"}, {"distinct_range": 0, "num_eq": 1542539215561578853, "num_range": 465409504120986680, "upper_bound": "BOX(0.13221693007951574 -1.1214802307908933,0.32944260747980986 0.5395293164493513)"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "BOX(0.3468177364338965 -0.2093375317568077,0.8477136087612038 0.15557876347676924)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2081619645699933605, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "01100"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2264476724319456253, "histo_col_type": "", "name": "__auto__", "null_count": 33287948415262927, "row_count": 4135654686507819954}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 443108790937030623, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1926529075078666259, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3738309324917586909, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3796826212227336094, "histo_col_type": "", "name": "__auto__", "null_count": 1304577239800381037, "row_count": 4135654686507819954}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1870377674060444413, "histo_col_type": "", "name": "__auto__", "null_count": 2611180013712138057, "row_count": 4135654686507819954}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1984382757479049069, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-1444798335"}, {"distinct_range": 0, "num_eq": 804023017725280351, "num_range": 1477670528696629248, "upper_bound": "-1259121884"}, {"distinct_range": 0, "num_eq": 1791967984677800321, "num_range": 0, "upper_bound": "1256234789"}, {"distinct_range": 2827883902364825600, "num_eq": 60000000, "num_range": 2827883902364825622, "upper_bound": "1725239442"}, {"distinct_range": 5564166536535341000, "num_eq": 6358894239109111323, "num_range": 5564166536535340898, "upper_bound": "1989999940"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1708155152579327541, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1688871363508311316, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21377031565945774, "histo_buckets": [{"distinct_range": 0, "num_eq": 7305438560917472109, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 4502649845378764300, "num_eq": 0, "num_range": 4502649845378764312, "upper_bound": "1158498105"}, {"distinct_range": 0, "num_eq": 2993105191649792920, "num_range": 100000000, "upper_bound": "1338211669"}, {"distinct_range": 20000000000, "num_eq": 10000000, "num_range": 20000000000, "upper_bound": "2478958177"}, {"distinct_range": 0, "num_eq": 50000, "num_range": 5000000000, "upper_bound": "2560487263"}, {"distinct_range": 700000000, "num_eq": 5863122559102036455, "num_range": 700000000, "upper_bound": "2608144000"}, {"distinct_range": 0, "num_eq": 724791343838462078, "num_range": 90000000, "upper_bound": "3707789527"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 4135654686507819954}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3027048086548315428, "histo_buckets": [{"distinct_range": 0, "num_eq": 2148859405288767229, "num_range": 0, "upper_bound": "04:46:44.803741+05:46:00"}, {"distinct_range": 30000000, "num_eq": 588391542562604736, "num_range": 30000000, "upper_bound": "14:57:31.745151+12:58:00"}, {"distinct_range": 3142268290282282000, "num_eq": 4411899637519122046, "num_range": 3618874327027156209, "upper_bound": "12:53:33.162514+08:58:00"}, {"distinct_range": 0, "num_eq": 700, "num_range": 90000, "upper_bound": "01:09:12.913676-02:52:00"}, {"distinct_range": 30000000000, "num_eq": 90000000, "num_range": 30000000000, "upper_bound": "00:03:31.111023-08:18:00"}, {"distinct_range": 1905329274059076400, "num_eq": 7406105347224849823, "num_range": 6346143693005639519, "upper_bound": "10:50:13.20358-01:55:00"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 0, "upper_bound": "06:02:05.402503-12:58:00"}, {"distinct_range": 669177.6426019312, "num_eq": 10, "num_range": 700000, "upper_bound": "13:36:23.844998-07:15:00"}, {"distinct_range": 0, "num_eq": 60, "num_range": 0, "upper_bound": "20:10:19.049271-03:35:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 2267743009143753947, "row_count": 4135654686507819954}]';
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_1) REFERENCES table2 (col1_5);
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col2_5) REFERENCES table2 (col2_5) ON UPDATE CASCADE;
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5299037737, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 352045156, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1875918099, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2273590461, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5196056708, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4724839635, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000, "num_range": 0, "upper_bound": "-1406852231"}, {"distinct_range": 1586159200083795000, "num_eq": 7123826990920253587, "num_range": 1586159200083795056, "upper_bound": "-311676627"}, {"distinct_range": 54676936.46851513, "num_eq": 9000000, "num_range": 100000000, "upper_bound": "465807787"}, {"distinct_range": 3280558626029026000, "num_eq": 1000000000, "num_range": 3280558626029025932, "upper_bound": "498655547"}, {"distinct_range": 130069.23197674475, "num_eq": 40000000000, "num_range": 600000, "upper_bound": "1312417064"}, {"distinct_range": 7.250953399775142, "num_eq": 5486219490316454680, "num_range": 10, "upper_bound": "1561708077"}, {"distinct_range": 5068712138485040000, "num_eq": 8446746208160457657, "num_range": 5068712138485040356, "upper_bound": "1677586968"}, {"distinct_range": 0, "num_eq": 7649691968963887478, "num_range": 3000, "upper_bound": "1987149104"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 10000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3587538316, "histo_col_type": "", "name": "__auto__", "null_count": 2342928187, "row_count": 10000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 852, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2421, "histo_buckets": [{"distinct_range": 0, "num_eq": 700, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 1000000000, "num_eq": 100000000000, "num_range": 1000000000, "upper_bound": "376681891"}, {"distinct_range": 55870110539276620, "num_eq": 7987030712393810755, "num_range": 339213445141883979, "upper_bound": "1016479305"}, {"distinct_range": 3031048624313575400, "num_eq": 40000000000, "num_range": 3031048624313575556, "upper_bound": "1067197971"}, {"distinct_range": 0, "num_eq": 5712916645039138803, "num_range": 700000000, "upper_bound": "2039698788"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 1606269653412379590, "upper_bound": "2085167197"}, {"distinct_range": 60000, "num_eq": 8604047655934430974, "num_range": 60000, "upper_bound": "2122030893"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4664, "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2528, "histo_col_type": "", "name": "__auto__", "null_count": 942, "row_count": 6000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4825, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 190, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4057, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000, "num_range": 0, "upper_bound": "-3374"}, {"distinct_range": 865130409052446000, "num_eq": 9167454596042908126, "num_range": 7324780259599797456, "upper_bound": "-1"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 5243, "row_count": 6000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1747, "histo_col_type": "", "name": "__auto__", "null_count": 4523, "row_count": 6000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4664, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000, "num_range": 0, "upper_bound": "BOX(-1.907023199804252 -2.2375068802890086,0.028213775413126252 0.49887079360482617)"}, {"distinct_range": 6264139628987125000, "num_eq": 6890459858061614503, "num_range": 7291797795828145010, "upper_bound": "BOX(-1.071374640361047 -0.82896652813177,-0.2924367797758325 -0.4392270210024738)"}, {"distinct_range": 194184029606797730, "num_eq": 7203432334390741193, "num_range": 6985409213787838369, "upper_bound": "BOX(-0.875765942703639 -1.2808345626475661,-0.8729211352284529 1.1661663782131362)"}, {"distinct_range": 60000000000, "num_eq": 1000000000, "num_range": 60000000000, "upper_bound": "BOX(-0.7637006955338426 -0.5707441235241921,-0.41734517293138623 -0.04181078642008046)"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "BOX(-0.3384239305394668 -0.004292331003492855,1.4470683323638545 1.2525013696585847)"}, {"distinct_range": 0, "num_eq": 1721047494394623914, "num_range": 6722499304416463551, "upper_bound": "BOX(-0.16741109690811906 -0.8836213877422355,0.30051413294855045 -0.5067169169932716)"}, {"distinct_range": 0, "num_eq": 135406290956191224, "num_range": 80000, "upper_bound": "BOX(1.240013322908795 -0.5214631889408734,1.3875594135164167 -0.10294855787818719)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 2293, "row_count": 6000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3839, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "163830084"}, {"distinct_range": 1000, "num_eq": 4524583609557114298, "num_range": 1000, "upper_bound": "728871857"}, {"distinct_range": 3719851750843143700, "num_eq": 6182015432189018952, "num_range": 7521778694309447118, "upper_bound": "1423838252"}, {"distinct_range": 0, "num_eq": 7000000, "num_range": 10000, "upper_bound": "1494297833"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 200000000, "upper_bound": "1544647569"}, {"distinct_range": 200000000, "num_eq": 3000000000, "num_range": 200000000, "upper_bound": "1976298997"}, {"distinct_range": 315902.15716986475, "num_eq": 6012285630425752059, "num_range": 400000, "upper_bound": "2376418625"}, {"distinct_range": 100000, "num_eq": 20000000, "num_range": 100000, "upper_bound": "2567658619"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2567, "histo_buckets": [{"distinct_range": 0, "num_eq": 8243841581294500875, "num_range": 0, "upper_bound": "-1192409297"}, {"distinct_range": 7429913.122798621, "num_eq": 3432054240432615830, "num_range": 10000000, "upper_bound": "-128"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 812, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "1986-10-28 07:22:47.00084"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 433, "row_count": 6000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2887, "histo_col_type": "", "name": "__auto__", "null_count": 4474, "row_count": 6000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1512, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4652057628, "histo_col_type": "", "name": "__auto__", "null_count": 926321179, "row_count": 8000000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3541413231, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 1000000, "num_eq": 9027359404656437156, "num_range": 1000000, "upper_bound": "01:20:05.93302+10:04:00"}, {"distinct_range": 800000000, "num_eq": 5000000, "num_range": 800000000, "upper_bound": "07:10:23.895029+10:08:00"}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 6058365023345245553, "upper_bound": "01:32:21.873378+00:43:00"}, {"distinct_range": 4418.846403050335, "num_eq": 8252366256249644464, "num_range": 5000, "upper_bound": "18:57:39.494325-07:46:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 164856387, "row_count": 8000000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 522384005, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3435547238, "histo_col_type": "", "name": "__auto__", "null_count": 7207853169, "row_count": 8000000000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2163953284, "histo_buckets": [{"distinct_range": 0, "num_eq": 315038724784124204, "num_range": 0, "upper_bound": "+"}, {"distinct_range": 0, "num_eq": 800, "num_range": 4301237557227144579, "upper_bound": "F"}, {"distinct_range": 80000000000, "num_eq": 3098688960436126116, "num_range": 80000000000, "upper_bound": "R"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5395773158, "histo_buckets": [{"distinct_range": 0, "num_eq": 5654932153132196129, "num_range": 0, "upper_bound": "10110"}, {"distinct_range": 409553978411145800, "num_eq": 10000, "num_range": 409553978411145772, "upper_bound": "10111"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 10, "upper_bound": "11010"}], "histo_col_type": "BIT(5)", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4574918865, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4166572529, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6224255967, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7719157249, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6568346312, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "-2137656211"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 10000, "upper_bound": "-1787095954"}, {"distinct_range": 4291915448449201000, "num_eq": 1742223716788070601, "num_range": 4291915448449201014, "upper_bound": "-1226879142"}, {"distinct_range": 6501.7994278786855, "num_eq": 7370414320790424196, "num_range": 9000, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 10000, "num_range": 400000000, "upper_bound": "146793561"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7916504323, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4067452828, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 60000000, "upper_bound": "BOX(-3.85839634441013 -0.08985706378222791,1.013546496618512 1.8074303041793802)"}, {"distinct_range": 0, "num_eq": 649074719322215285, "num_range": 0, "upper_bound": "BOX(-0.9982775788383516 -1.8243276156504002,-0.15809146063138435 0.3722532790513581)"}, {"distinct_range": 80, "num_eq": 6416527989576226174, "num_range": 80, "upper_bound": "BOX(-0.8203610438164584 0.12878100309883628,-0.09263383084665833 1.0264555883749475)"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 7844807391817090449, "upper_bound": "BOX(0.41278119245267914 -1.2947945084768244,0.9355791566727231 0.9510557795502133)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5446506237, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000000, "num_range": 0, "upper_bound": "37141907"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 2433697118900126818, "upper_bound": "216810552"}, {"distinct_range": 3000000000, "num_eq": 4967920269294205072, "num_range": 3000000000, "upper_bound": "1190937555"}, {"distinct_range": 471245055448634430, "num_eq": 896226690487956922, "num_range": 5559051978743119437, "upper_bound": "1251749740"}, {"distinct_range": 1000000000, "num_eq": 500, "num_range": 1000000000, "upper_bound": "2103380697"}, {"distinct_range": 400000000, "num_eq": 9000000000, "num_range": 400000000, "upper_bound": "3684342695"}, {"distinct_range": 508472207.8189293, "num_eq": 2369129285870057550, "num_range": 1000000000, "upper_bound": "4072731857"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 805922067, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23953046, "histo_col_type": "", "name": "__auto__", "null_count": 3868334799, "row_count": 8000000000}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "inf" does not exist (SQLSTATE 42703)
        test_1        |     --- FAIL: TestCompare/postgres (0.83s)
        test_1        |         compare_test.go:129: CREATE TABLE table1 (col1_0 BIT(46) NULL, col1_1 BIT(23), col1_2 BOX2D NOT NULL, col1_3 TIMESTAMP NOT NULL, col1_4 REGPROC NOT NULL, col1_5 BYTEA, col1_6 DECIMAL NOT NULL, col1_7 FLOAT8 NOT NULL, col1_8 BIT(38) NOT NULL, PRIMARY KEY (col1_3, col1_6, col1_4));
        test_1        |             CREATE INDEX ON table1 (col1_1, col1_8 DESC) INCLUDE (col1_2, col1_5);
        test_1        |             CREATE INDEX ON table1 (col1_2, col1_6, col1_5, col1_3, col1_7 DESC);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('v', 'pwvivo');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('fsuupq', 'lsccl');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('wfvy', 'p', 'sfzrmv', 'hry', 'xx');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('trma', 'wifs', 'dhgai', 'bhf', 'kfoaxn');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@6d49a323b52966becfe8a2c38a1a8ccdf8ee58a1:

        cockroach1_1  | webui:               http://cockroach1:8080
        cockroach1_1  | sql:                 postgresql://root@cockroach1:26257?sslmode=disable
        cockroach1_1  | RPC client flags:    /cockroach/cockroach <client cmd> --host=cockroach1:26257 --insecure
        cockroach1_1  | logs:                /cockroach-data/logs
        cockroach1_1  | temp dir:            /cockroach-data/cockroach-temp110205061
        cockroach1_1  | external I/O path:   /cockroach-data/extern
        cockroach1_1  | store[0]:            path=/cockroach-data
        cockroach1_1  | storage engine:      pebble
        cockroach1_1  | status:              initialized new cluster
        cockroach1_1  | clusterID:           99ca955a-e45a-443d-90d9-88234339ba68
        cockroach1_1  | nodeID:              1
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2020-12-30 06:12:39.293 UTC [49] LOG:  received fast shutdown request
        postgres_1    | .2020-12-30 06:12:39.296 UTC [49] LOG:  aborting any active transactions
        postgres_1    | 2020-12-30 06:12:39.297 UTC [49] LOG:  background worker "logical replication launcher" (PID 56) exited with exit code 1
        postgres_1    | 2020-12-30 06:12:39.303 UTC [51] LOG:  shutting down
        postgres_1    | 2020-12-30 06:12:39.413 UTC [49] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2020-12-30 06:12:39.505 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2020-12-30 06:12:39.505 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2020-12-30 06:12:39.511 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2020-12-30 06:12:39.524 UTC [86] LOG:  database system was shut down at 2020-12-30 06:12:39 UTC
        postgres_1    | 2020-12-30 06:12:39.530 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.17s)
        test_1        |     --- FAIL: TestCompare/postgres (1.36s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@b93fd531b93cb010729cb73fe679cdff9388cf27:

        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_1 ASC, col1_2 DESC, col2_12 DESC, col1_11, col2_9 ASC, col1_0 ASC, col2_11, col1_9, col2_14 ASC);
        test_1        |             CREATE INDEX ON table2 (col1_9 ASC, col2_14 DESC, col2_15 ASC, col1_11 DESC, col1_1 DESC, col1_5 DESC) INCLUDE (col2_9, col2_13);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_1 DESC, col1_3 ASC, col2_14, col2_15 ASC, col1_0 DESC, col1_2 DESC);
        test_1        |             CREATE INDEX ON table2 (col1_9 DESC, col1_10 DESC, col2_15 ASC, col1_1 DESC, col1_2, col2_13 ASC, col1_5 DESC, col2_8 DESC, col2_12 ASC, col2_10, col1_11 DESC, col1_3 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_14);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_3, col2_9 ASC, col2_11 ASC);
        test_1        |             CREATE TABLE table3 (col1_9 TIMETZ NOT NULL, col1_11 INT8 NOT NULL, col1_2 REGCLASS NOT NULL, col1_10 REGPROC NOT NULL, col1_1 BOX2D NOT NULL, col1_5 INTERVAL NOT NULL, col1_0 TIMESTAMPTZ NOT NULL, col1_3 CHAR NOT NULL, col3_8 REGPROCEDURE, col3_9 UUID NULL, col3_10 DECIMAL NULL, col3_11 CHAR NOT NULL, col3_12 TIMESTAMPTZ, col3_13 TIMETZ NOT NULL, col3_14 TEXT, col3_15 REGTYPE NOT NULL, col3_16 BYTEA NOT NULL, PRIMARY KEY (col1_9, col1_11, col1_2, col1_10, col1_1, col1_5, col1_0, col1_3, col3_13, col3_16, col3_10, col3_8, col3_15, col3_9, col3_14, col3_11));
        test_1        |             CREATE INDEX ON table3 (col3_13 DESC, col1_0 DESC, col1_11 DESC, col3_9 DESC, col3_15, col1_5 DESC, col1_10, col1_2 ASC, col3_10 DESC, col1_9 DESC, col3_11 DESC, col1_3 ASC, col1_1 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_0, col1_9 DESC, col1_3 DESC) INCLUDE (col3_12);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_1 DESC, col1_11, col3_16, col3_8, col3_15 ASC, col1_9, col1_0 ASC, col3_11 ASC, col1_5, col3_10 ASC, col1_10 DESC, col3_12, col3_9, col3_13 DESC, col1_3, col3_14, col1_2 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_10, col1_1, col3_8 DESC, col3_13 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_11);
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_8, col3_12) REFERENCES table1 (col1_2, col1_0) ON DELETE RESTRICT;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_15) REFERENCES table1 (col1_2) ON DELETE RESTRICT;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col1_11) REFERENCES table3 (col1_11);
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_14) REFERENCES table1 (col1_3);
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col1_0) REFERENCES table1 (col1_0) ON DELETE RESTRICT ON UPDATE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('bwqn', 'o', 'mi', 'bc', 'oiy');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('mxdoai', 'srsuuj', 'p', 'ti', 'swtolq');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (0.63s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 OID NOT NULL, col1_1 BYTES NOT NULL, col1_2 OID NULL, col1_3 TIMESTAMPTZ NULL, col1_4 FLOAT4, UNIQUE (col1_4, col1_3 DESC) STORING (col1_1, col1_2) WHERE table1.col1_1 <= '\x', INDEX (col1_0 ASC, col1_1 ASC, col1_2, col1_3 DESC) WHERE (table1.col1_1 < e'\\x22':::BYTES) AND (table1.col1_3 <= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ), INDEX (col1_2, col1_4 ASC, col1_3, col1_1, col1_0) WHERE ((table1.col1_1 > e'\\x27':::BYTES) AND (table1.col1_3 <= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) OR (table1.col1_4 <= 1.0:::FLOAT8), UNIQUE (col1_2, col1_1, col1_0 ASC, col1_3 ASC) STORING (col1_4) WHERE ((table1.col1_3 = '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ) AND (table1.col1_4 <= 0.0:::FLOAT8)) AND (table1.col1_1 > e'\\xff':::BYTES), INDEX (col1_3 DESC, col1_0 ASC, col1_1 DESC, col1_4 DESC) WHERE (table1.col1_4 <= NaN) OR (table1.col1_1 != '\x00'), INDEX (col1_4, col1_0 ASC, col1_1 ASC, col1_3) WHERE ((table1.col1_4 = (-1.0):::FLOAT8) AND (table1.col1_3 >= '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_1 >= e'\\xff':::BYTES), INDEX (col1_2, col1_3 DESC) STORING (col1_4) WHERE table1.col1_4 < (-1.0):::FLOAT8, FAMILY (col1_4), FAMILY (col1_2, col1_3), FAMILY (col1_0, col1_1));
        test_1        |             CREATE TABLE table2 (col2_0 INT8, col2_1 INT4, col2_2 BOX2D NOT NULL, col2_3 INT2 NOT NULL, col2_4 REGTYPE NOT NULL, col2_5 INT8 NOT NULL, col2_6 REGCLASS NOT NULL, col2_7 REGTYPE, col2_8 BIT(37) NULL, col2_9 BIT(25), col2_10 REGCLASS NULL, col2_11 FLOAT4 NOT NULL, col2_12 TIMETZ NOT NULL, PRIMARY KEY (col2_4, col2_3), UNIQUE (col2_8 DESC, col2_10 ASC, col2_2) STORING (col2_0, col2_6, col2_11, col2_12), FAMILY (col2_7, col2_9, col2_0), FAMILY (col2_10, col2_2), FAMILY (col2_1), FAMILY (col2_8, col2_6, col2_11, col2_5), FAMILY (col2_4), FAMILY (col2_12, col2_3));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 437015319580585375, "histo_buckets": [{"distinct_range": 0, "num_eq": 9219671397871109507, "num_range": 0, "upper_bound": "68635732"}, {"distinct_range": 0, "num_eq": 4227773727828514313, "num_range": 5970879461463554094, "upper_bound": "1208198200"}, {"distinct_range": 0, "num_eq": 60000000000, "num_range": 40, "upper_bound": "1400341759"}, {"distinct_range": 32244416.729893334, "num_eq": 6599524934136198848, "num_range": 40000000, "upper_bound": "1802777464"}, {"distinct_range": 431613955837869630, "num_eq": 100000000, "num_range": 597985477211953832, "upper_bound": "1855163012"}, {"distinct_range": 930712357645962600, "num_eq": 4815157323851340252, "num_range": 1057191853792108402, "upper_bound": "3159013904"}, {"distinct_range": 648.6083641658599, "num_eq": 40, "num_range": 800, "upper_bound": "3836877814"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 2069649317596063226}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 661557140567140270, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2069649317596063226}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1404397173452025159, "histo_buckets": [{"distinct_range": 0, "num_eq": 40, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 2480005162089088500, "num_eq": 10000000, "num_range": 2638209402837027783, "upper_bound": "517834619"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 10000000000, "upper_bound": "664473869"}, {"distinct_range": 6409582133.555092, "num_eq": 4000, "num_range": 20000000000, "upper_bound": "1072129024"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 3418620858114229874, "upper_bound": "2430413309"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 208881039612321565, "row_count": 2069649317596063226}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 128268102083345176, "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 8995641091595529, "row_count": 2069649317596063226}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 380049060201313373, "histo_buckets": [{"distinct_range": 0, "num_eq": 70281563443131472, "num_range": 0, "upper_bound": "-1.1379811763763428"}, {"distinct_range": 90000000, "num_eq": 700, "num_range": 90000000, "upper_bound": "-0.2579410672187805"}, {"distinct_range": 0, "num_eq": 8187970900366795268, "num_range": 4721039128191550187, "upper_bound": "-0.08459585905075073"}, {"distinct_range": 8715091033815191000, "num_eq": 0, "num_range": 9176012169815085965, "upper_bound": "0.7306168675422668"}, {"distinct_range": 4212263126266576400, "num_eq": 2000, "num_range": 4212263126266576532, "upper_bound": "1.1554126739501953"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 1009190099583909171, "row_count": 2069649317596063226}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2558738, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2841084, "histo_col_type": "", "name": "__auto__", "null_count": 5740661, "row_count": 10000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4239891, "histo_col_type": "", "name": "__auto__", "null_count": 5025408, "row_count": 10000000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9518058, "histo_col_type": "", "name": "__auto__", "null_count": 4908141, "row_count": 10000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9785583, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 899501, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5740179, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9128419, "histo_buckets": [{"distinct_range": 0, "num_eq": 1215231427081570580, "num_range": 0, "upper_bound": "1100101111110010111100010011000101000"}, {"distinct_range": 675847909500096400, "num_eq": 10000000, "num_range": 675847909500096334, "upper_bound": "1101011011000100010110111000110001110"}], "histo_col_type": "BIT(37)", "name": "__auto__", "null_count": 2002855, "row_count": 10000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2019163, "histo_col_type": "", "name": "__auto__", "null_count": 5871171, "row_count": 10000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3947452, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6354114, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1629373, "histo_col_type": "", "name": "__auto__", "null_count": 8533696, "row_count": 10000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9796536, "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 10000000}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('dfpej', 'hya', 'qnfabo', 'fg', 'qx');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('ix', 'edwjpx');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('fanrz');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('s', 'jgt');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('ccoj', 'wrc');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 36, "histo_buckets": [{"distinct_range": 0, "num_eq": 500, "num_range": 0, "upper_bound": "1978-05-15 07:49:03.000499+00:00"}, {"distinct_range": 2707218619225228300, "num_eq": 8000000000, "num_range": 5316485648284092019, "upper_bound": "2016-07-23 19:21:38.000749+00:00"}, {"distinct_range": 0, "num_eq": 807106509422787651, "num_range": 0, "upper_bound": "294276-12-31 23:59:59.999999+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 592, "row_count": 600}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 577, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 581, "row_count": 600}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8, "histo_buckets": [{"distinct_range": 0, "num_eq": 6560559716054299728, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "803971460"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 268, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 280, "histo_buckets": [{"distinct_range": 0, "num_eq": 50, "num_range": 0, "upper_bound": "541776389"}, {"distinct_range": 506171934071008300, "num_eq": 7486731995031018810, "num_range": 2797224764622926702, "upper_bound": "1907774318"}, {"distinct_range": 7459557046129474000, "num_eq": 3561692650052276285, "num_range": 7459557046129473824, "upper_bound": "2150359136"}, {"distinct_range": 0, "num_eq": 6000000, "num_range": 400000, "upper_bound": "3637312494"}, {"distinct_range": 349310377649996160, "num_eq": 10000000000, "num_range": 349310377649996168, "upper_bound": "3847441273"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 226, "row_count": 600}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 33420620, "histo_col_type": "", "name": "__auto__", "null_count": 55369488, "row_count": 60000000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24210361, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9164557, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6797012, "histo_col_type": "", "name": "__auto__", "null_count": 41843650, "row_count": 60000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45028822, "histo_col_type": "BIT(37)", "name": "__auto__", "null_count": 54931423, "row_count": 60000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 47080446, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 59422056, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 55127757, "histo_col_type": "", "name": "__auto__", "null_count": 50502772, "row_count": 60000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30757643, "histo_buckets": [{"distinct_range": 0, "num_eq": 3051707790209416974, "num_range": 0, "upper_bound": "2465905654"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22480332, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11541733, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10190042, "histo_col_type": "", "name": "__auto__", "null_count": 33689336, "row_count": 60000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 37971869, "histo_col_type": "", "name": "__auto__", "null_count": 57339634, "row_count": 60000000}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44929199, "histo_buckets": [{"distinct_range": 0, "num_eq": 6888059381828062788, "num_range": 0, "upper_bound": "80298551"}, {"distinct_range": 0, "num_eq": 995270573073411432, "num_range": 30000, "upper_bound": "1000594699"}, {"distinct_range": 0, "num_eq": 8537882852936820023, "num_range": 4455276190965054538, "upper_bound": "2171933382"}, {"distinct_range": 7182286184180575000, "num_eq": 5000000000, "num_range": 7182286184180574888, "upper_bound": "2463432565"}, {"distinct_range": 40, "num_eq": 5000, "num_range": 40, "upper_bound": "2748802622"}, {"distinct_range": 8154751517275888000, "num_eq": 4719396621117805745, "num_range": 8154751517275887796, "upper_bound": "3216739013"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 108475894, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 400000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 189270297, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "2314752199"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 80000, "upper_bound": "2355532184"}, {"distinct_range": 14993727489.092678, "num_eq": 0, "num_range": 20000000000, "upper_bound": "3929360069"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 125637693, "row_count": 400000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 291975931, "histo_buckets": [{"distinct_range": 0, "num_eq": 5455091140196985887, "num_range": 0, "upper_bound": "1977-04-30 20:17:09.000688+00:00"}, {"distinct_range": 3293572970.368952, "num_eq": 0, "num_range": 4000000000, "upper_bound": "1978-11-18 00:27:58.000804+00:00"}, {"distinct_range": 1778414879241695000, "num_eq": 200000, "num_range": 2402010151198162400, "upper_bound": "1987-05-19 21:52:49.000022+00:00"}, {"distinct_range": 0, "num_eq": 30, "num_range": 10000, "upper_bound": "2002-01-07 00:36:10.0009+00:00"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 10000000000, "upper_bound": "2004-09-05 16:02:25.000307+00:00"}, {"distinct_range": 1000000000, "num_eq": 7807836663624511959, "num_range": 1000000000, "upper_bound": "2024-04-19 01:35:27.000049+00:00"}, {"distinct_range": 1178201766133119200, "num_eq": 1346571386894366650, "num_range": 5956569154650652795, "upper_bound": "2026-06-11 04:50:15.000524+00:00"}, {"distinct_range": 80000000, "num_eq": 900, "num_range": 80000000, "upper_bound": "3000-01-01 00:00:00+00:00"}, {"distinct_range": 3525524350312095000, "num_eq": 2000, "num_range": 6176258904553512969, "upper_bound": "294276-12-31 23:59:59.999999+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 352292651, "row_count": 400000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 103632602, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "1.401298464324817e-45"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 87063960, "row_count": 400000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 38070, "histo_col_type": "", "name": "__auto__", "null_count": 28240, "row_count": 50000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27730, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43604, "histo_col_type": "", "name": "__auto__", "null_count": 12730, "row_count": 50000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6811, "histo_col_type": "", "name": "__auto__", "null_count": 49625, "row_count": 50000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2912, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13753, "histo_buckets": [{"distinct_range": 0, "num_eq": 7602686053126087121, "num_range": 0, "upper_bound": "0100111001001111101001100110100011000"}, {"distinct_range": 56495.09393530201, "num_eq": 8710939530775196514, "num_range": 100000, "upper_bound": "0110000010011000010110010001010111001"}, {"distinct_range": 0, "num_eq": 4828656768830750964, "num_range": 500000000, "upper_bound": "0111000011011100100010011101011000110"}, {"distinct_range": 686.1757939394071, "num_eq": 300000000, "num_range": 2000, "upper_bound": "0111111111111111111111111111111111111"}, {"distinct_range": 1001250384702565400, "num_eq": 40000000, "num_range": 8906009711934423720, "upper_bound": "1000101000010100111110110000001111110"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 6930444822006950019, "upper_bound": "1011101000000110111011001001110001010"}, {"distinct_range": 3478452276.7954297, "num_eq": 8000, "num_range": 7000000000, "upper_bound": "1110000101101101110010110001101001111"}], "histo_col_type": "BIT(37)", "name": "__auto__", "null_count": 13300, "row_count": 50000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19123, "histo_col_type": "", "name": "__auto__", "null_count": 2394, "row_count": 50000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14084, "histo_col_type": "", "name": "__auto__", "null_count": 27968, "row_count": 50000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 572, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 42029, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14371, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19402, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "425767189"}, {"distinct_range": 193353104815752320, "num_eq": 300000, "num_range": 579861557835395328, "upper_bound": "999929963"}, {"distinct_range": 1715377081440161000, "num_eq": 8068059367558332695, "num_range": 2025889806649109317, "upper_bound": "1173836884"}, {"distinct_range": 800000000, "num_eq": 8175904704139428307, "num_range": 800000000, "upper_bound": "1459910291"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5306, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "nan" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@d7bbe0060531063b9bee29f69bc4d23d41b84e3d:

        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down....2021-01-01 06:12:43.237 UTC [52] LOG:  received fast shutdown request
        postgres_1    | 2021-01-01 06:12:43.239 UTC [52] LOG:  aborting any active transactions
        postgres_1    | 2021-01-01 06:12:43.240 UTC [52] LOG:  background worker "logical replication launcher" (PID 59) exited with exit code 1
        postgres_1    | 2021-01-01 06:12:43.247 UTC [54] LOG:  shutting down
        postgres_1    | 2021-01-01 06:12:43.375 UTC [52] LOG:  database system is shut down
        test_1        | --- FAIL: TestCompare (3.17s)
        test_1        |     --- FAIL: TestCompare/postgres (2.29s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.3:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.88s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 BOX2D NOT NULL, col1_1 INT2 NOT NULL, col1_2 TIMESTAMP NULL, col1_3 INTERVAL NOT NULL, col1_4 UUID NULL, col1_5 "char" NULL, col1_6 DATE NOT NULL, col1_7 VARCHAR, col1_8 BYTES NOT NULL, col1_9 FLOAT4, col1_10 DECIMAL NOT NULL, col1_11 REGPROC NOT NULL, col1_12 INT4 NOT NULL, col1_13 TIMETZ NULL, col1_14 BOX2D, col1_15 DATE NULL, PRIMARY KEY (col1_12 DESC, col1_3, col1_6 DESC, col1_10 DESC, col1_8, col1_11, col1_0 ASC), UNIQUE (col1_10, col1_13 ASC, col1_14, col1_11 ASC, col1_4, col1_8, col1_3, col1_1, col1_0, col1_9, col1_7 ASC, col1_15 DESC) STORING (col1_2, col1_5), UNIQUE (col1_4 ASC, col1_8, col1_3 DESC) STORING (col1_1, col1_2, col1_9, col1_13) WHERE ((table1.col1_7 < e'\U00002603':::STRING) AND (table1.col1_1 = (-1):::INT8)) OR (table1.col1_15 < '1970-01-01':::DATE), INDEX (col1_2 DESC, col1_11, col1_13 ASC), UNIQUE (col1_14, col1_4, col1_6 DESC, col1_7, col1_9 ASC, col1_11, col1_10 DESC, col1_1 ASC, col1_5 DESC) WHERE (((((((((table1.col1_6 <= 'infinity':::DATE) AND (table1.col1_2 >= '294276-12-31 23:59:59.999999':::TIMESTAMP)) OR (table1.col1_8 > e'\\x00':::BYTES)) AND (table1.col1_5 <= '':::STRING)) OR (table1.col1_7 != '':::STRING)) OR (table1.col1_9 != 'NaN':::FLOAT8)) OR (table1.col1_15 > '5874897-12-31':::DATE)) OR (table1.col1_1 > 1:::INT8)) OR (table1.col1_10 >= 'NaN':::DECIMAL)) AND (table1.col1_12 > 127:::INT8), INDEX (col1_2 ASC, col1_10 DESC, col1_0, col1_11 DESC) STORING (col1_15) WHERE ((((table1.col1_1 > (-1):::INT8) OR (table1.col1_9 != '-Inf':::FLOAT8)) AND (table1.col1_7 >= e'\'':::STRING)) OR (table1.col1_12 < (-128):::INT8)) AND (table1.col1_2 < '-2000-01-01 00:00:00':::TIMESTAMP), INDEX (col1_3, col1_7 ASC), FAMILY (col1_13, col1_0, col1_2), FAMILY (col1_9, col1_4), FAMILY (col1_14, col1_10, col1_3), FAMILY (col1_1, col1_8), FAMILY (col1_7, col1_12), FAMILY (col1_5, col1_15), FAMILY (col1_11, col1_6), UNIQUE (col1_11) STORING (col1_1, col1_4, col1_5, col1_13, col1_15) WHERE (((((((table1.col1_7 = '') AND (table1.col1_6 < 'infinity')) AND (table1.col1_13 < '00:00:00+15:59:00')) OR (table1.col1_1 > -1)) OR (table1.col1_12 = -2147483648)) OR (table1.col1_9 = 0.0)) OR (table1.col1_8 >= '\x27')) OR (table1.col1_5 <= '"'));
        test_1        |             CREATE TABLE table2 (col2_0 "char" NOT NULL, col2_1 TIMESTAMPTZ NOT NULL, PRIMARY KEY (col2_1), INDEX (col2_1 DESC) STORING (col2_0), UNIQUE (col2_1, col2_0) WHERE table2.col2_0 >= e'\'':::STRING, FAMILY (col2_0, col2_1));
        test_1        |             CREATE TABLE table3 (col3_0 FLOAT4 NOT NULL, col3_1 OID NULL, col3_2 OID NULL, col3_3 BIT(44) NOT NULL, col3_4 TIME, col3_5 "char", col3_6 CHAR NOT NULL, col3_7 NAME NOT NULL, col3_8 DECIMAL NULL, col3_9 VARCHAR NOT NULL, PRIMARY KEY (col3_6), INDEX (col3_8 ASC, col3_0, col3_9, col3_3 ASC, col3_6 DESC) STORING (col3_1, col3_4, col3_5, col3_7) WHERE (table3.col3_7 <= '"':::STRING) OR (table3.col3_9 <= e'\'':::STRING), INDEX (col3_0, col3_5 ASC, col3_1 ASC) STORING (col3_4, col3_7, col3_8) WHERE ((((((table3.col3_6 <= e'\U00002603':::STRING) AND (table3.col3_8 <= 'NaN':::DECIMAL)) OR (table3.col3_7 < e'\x00':::STRING)) OR (table3.col3_0 > '+Inf':::FLOAT8)) OR (table3.col3_4 = '24:00:00':::TIME)) AND (table3.col3_5 > 'X':::STRING)) OR (table3.col3_9 >= '"':::STRING), INDEX (col3_8, col3_0, col3_4, col3_2 ASC, col3_7, col3_3 DESC, col3_9, col3_1 DESC) STORING (col3_5) WHERE ((((((table3.col3_0 = '+Inf':::FLOAT8) AND (table3.col3_4 < '24:00:00':::TIME)) OR (table3.col3_7 = e'\'':::STRING)) AND (table3.col3_5 >= e'\x00':::STRING)) OR (table3.col3_9 != '':::STRING)) AND (table3.col3_6 <= 'X':::STRING)) OR (table3.col3_8 >= (-1.234E+401):::DECIMAL), UNIQUE (col3_9 DESC, col3_5, col3_8 ASC, col3_6 DESC, col3_3, col3_4 ASC, col3_7 ASC) STORING (col3_2) WHERE (table3.col3_0 <= 1.0:::FLOAT8) AND (table3.col3_6 <= '':::STRING), UNIQUE (col3_5, col3_0, col3_1 DESC, col3_9 ASC, col3_2 DESC, col3_6 ASC, col3_7) WHERE ((((((table3.col3_4 <= '00:00:00':::TIME) AND (table3.col3_6 = 'X':::STRING)) AND (table3.col3_7 = e'\x00':::STRING)) OR (table3.col3_8 < (-1.234E+401):::DECIMAL)) OR (table3.col3_5 >= '':::STRING)) AND (table3.col3_9 > e'\'':::STRING)) AND (table3.col3_0 = '-Inf':::FLOAT8), UNIQUE (col3_8 DESC, col3_7 DESC, col3_5 DESC, col3_6 ASC, col3_4, col3_2) STORING (col3_0, col3_3), UNIQUE (col3_3 ASC, col3_7 ASC, col3_0, col3_9 DESC, col3_8, col3_5, col3_1, col3_2 ASC, col3_6) STORING (col3_4) WHERE ((((table3.col3_7 >= '') AND (table3.col3_4 != '24:00:00')) AND (table3.col3_8 >= -Infinity)) OR (table3.col3_9 > '"')) AND (table3.col3_0 != +Inf), FAMILY (col3_9, col3_4, col3_2), FAMILY (col3_6, col3_1), FAMILY (col3_8, col3_5, col3_3), FAMILY (col3_7), FAMILY (col3_0));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 390282435177233015, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1974338354580937779, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 1644490979627952815, "row_count": 2099646108608587254}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1617872229572468295, "histo_col_type": "", "name": "__auto__", "null_count": 153456306127020969, "row_count": 2099646108608587254}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 714406474082716211, "histo_col_type": "", "name": "__auto__", "null_count": 1288749615638172311, "row_count": 2099646108608587254}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1411495304281574134, "histo_buckets": [{"distinct_range": 0, "num_eq": 500000000, "num_range": 0, "upper_bound": "BOX(-2.6957190203962647 -0.6972405441725504,1.3887767740129409 0.9792130491197351)"}, {"distinct_range": 877488094390374100, "num_eq": 90000000000, "num_range": 5160618178686358971, "upper_bound": "BOX(-1.2774645550056343 -0.25825645518962304,-0.21567997885959 0.6457325054786489)"}, {"distinct_range": 3696179251182673400, "num_eq": 10, "num_range": 8620868062195690875, "upper_bound": "BOX(-1.1160316717908292 0.013521425863113556,-0.582986513524897 0.4444560217065886)"}, {"distinct_range": 71.11943139849282, "num_eq": 300, "num_range": 100, "upper_bound": "BOX(-0.40789407835945285 0.38479626306171566,-0.13834941924002842 0.5753375884293042)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 1528956689844060109, "row_count": 2099646108608587254}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 214688573261761590, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1830259696514243998, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "-59 years -4 mons -893 days -15:43:24.711092"}, {"distinct_range": 0, "num_eq": 800000, "num_range": 2368126495440193654, "upper_bound": "-4 years -8 mons -591 days -12:11:08.04895"}, {"distinct_range": 862842347.2992562, "num_eq": 100, "num_range": 1000000000, "upper_bound": "00:00:00"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 2543045304486879819, "upper_bound": "1 mon 1 day"}, {"distinct_range": 0, "num_eq": 5893665276329439013, "num_range": 3375863646262759235, "upper_bound": "2 years 164 days 10:14:29.519235"}, {"distinct_range": 800, "num_eq": 30000, "num_range": 800, "upper_bound": "6 years 2 mons 586 days 07:43:56.246107"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "10 years 1 mon 166 days 13:49:49.018549"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 333744221167297671, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 0, "num_eq": 2000000, "num_range": 0, "upper_bound": "-4.027130519727173822E+26"}, {"distinct_range": 109268029014598300, "num_eq": 5536948730157493293, "num_range": 109268029014598308, "upper_bound": "70806823.07412052987"}, {"distinct_range": 300000000, "num_eq": 7014390310267956468, "num_range": 300000000, "upper_bound": "5.537322820042858401E+34"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 594714618940738547, "histo_buckets": [{"distinct_range": 0, "num_eq": 1138521366057566409, "num_range": 0, "upper_bound": "-2050730199"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 8780405144823180678, "upper_bound": "-1999904344"}, {"distinct_range": 100, "num_eq": 7264178818050435198, "num_range": 100, "upper_bound": "-1854603590"}, {"distinct_range": 1352540685697332500, "num_eq": 300, "num_range": 7339289764800418039, "upper_bound": "-690112923"}, {"distinct_range": 0, "num_eq": 40, "num_range": 0, "upper_bound": "-590977286"}, {"distinct_range": 6981023110090094000, "num_eq": 985445412184689041, "num_range": 6981023110090093590, "upper_bound": "-403712674"}, {"distinct_range": 1865599.5109729196, "num_eq": 9000000, "num_range": 10000000, "upper_bound": "-1"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 100, "upper_bound": "346604967"}, {"distinct_range": 7101109627396893000, "num_eq": 8879036323076133551, "num_range": 7101109627396892844, "upper_bound": "1342905165"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 601101097600949507, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1766622083105199234, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 526180715653648116, "histo_col_type": "", "name": "__auto__", "null_count": 778992216616568100, "row_count": 2099646108608587254}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 767162299673672043, "histo_buckets": [{"distinct_range": 0, "num_eq": 3421662245073030206, "num_range": 0, "upper_bound": "00000000-0000-0000-0000-000000000000"}, {"distinct_range": 307990044494849860, "num_eq": 700, "num_range": 1738958874895814127, "upper_bound": "1bb62a3f-0109-411d-8aeb-bacf51d5a5e0"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 7127078816644816591, "upper_bound": "73c24462-b01c-412c-a759-43e747484a68"}, {"distinct_range": 4501952523150958000, "num_eq": 1635560327445053622, "num_range": 8256234636950192284, "upper_bound": "cf89fc26-b361-4557-b9a6-9f500a050fd4"}, {"distinct_range": 3175977378.1675973, "num_eq": 0, "num_range": 10000000000, "upper_bound": "e9f6e531-888b-4fff-a68f-91975e49259a"}, {"distinct_range": 2554041121087942000, "num_eq": 6000000, "num_range": 4021728415511011683, "upper_bound": "fc6a5da5-ebf9-4325-923d-5a9c8175ce51"}, {"distinct_range": 70000, "num_eq": 1488406309891473619, "num_range": 70000, "upper_bound": "ff820083-1058-4f9d-ad2f-478b1bb3c4f3"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 332087125737399625, "row_count": 2099646108608587254}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2035528014612909614, "histo_col_type": "", "name": "__auto__", "null_count": 95550292701138238, "row_count": 2099646108608587254}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 478345749036959479, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2099646108608587254}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1510453688944685043, "histo_col_type": "", "name": "__auto__", "null_count": 73481442843476652, "row_count": 2099646108608587254}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1438, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5327, "histo_buckets": [{"distinct_range": 0, "num_eq": 10, "num_range": 0, "upper_bound": "1982-03-29 17:51:19.000828+00:00"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 654457598181628651, "upper_bound": "2006-06-09 02:12:54.000903+00:00"}, {"distinct_range": 2562407299.803973, "num_eq": 8904817756677505120, "num_range": 4000000000, "upper_bound": "2006-12-06 05:15:17.000688+00:00"}, {"distinct_range": 30, "num_eq": 6000000000, "num_range": 30, "upper_bound": "2029-04-09 18:04:24.000769+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 6000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 46463356, "histo_col_type": "", "name": "__auto__", "null_count": 88559933, "row_count": 100000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 50511435, "histo_col_type": "", "name": "__auto__", "null_count": 41561873, "row_count": 100000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67625357, "histo_buckets": [{"distinct_range": 0, "num_eq": 3609208582317773444, "num_range": 0, "upper_bound": "\\u000c"}, {"distinct_range": 500000000, "num_eq": 40, "num_range": 500000000, "upper_bound": "-"}, {"distinct_range": 0, "num_eq": 288288656359761481, "num_range": 10000000, "upper_bound": "k"}, {"distinct_range": 0, "num_eq": 7033134679148911228, "num_range": 2861840159020880954, "upper_bound": "y"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 88701118, "row_count": 100000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14336750, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 54953850, "histo_buckets": [{"distinct_range": 0, "num_eq": 732605761400404378, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 400, "num_eq": 5041813374610030038, "num_range": 400, "upper_bound": "-1.068054972631606262E+29"}, {"distinct_range": 90, "num_eq": 40000000, "num_range": 90, "upper_bound": "-5419.485357772259279"}, {"distinct_range": 7050426979805246000, "num_eq": 100, "num_range": 7050426979805245997, "upper_bound": "1.844755846742693549E+21"}, {"distinct_range": 0, "num_eq": 900000, "num_range": 315548395788679021, "upper_bound": "Infinity"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 82907676, "row_count": 100000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 52577732, "histo_buckets": [{"distinct_range": 0, "num_eq": 7515896234116634520, "num_range": 0, "upper_bound": "\\u0000"}, {"distinct_range": 0, "num_eq": 6867546375786123526, "num_range": 9000, "upper_bound": "\\u0005\\u0007%H=c\\u0008r"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 700, "upper_bound": "\\u0016\\u0002F,\\"P"}, {"distinct_range": 400, "num_eq": 60, "num_range": 400, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 3000000, "upper_bound": "O5"}, {"distinct_range": 15617444919.374924, "num_eq": 8580291521173682831, "num_range": 30000000000, "upper_bound": "|\\u0007GOf"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19127464, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "-1.2566118240356445"}, {"distinct_range": 906368194882426900, "num_eq": 750129190981171097, "num_range": 906368194882426868, "upper_bound": "0.4483576714992523"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "1.5103198289871216"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 57453870, "histo_col_type": "", "name": "__auto__", "null_count": 13733010, "row_count": 100000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68277039, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "11110010111001010010010001001111111011000110"}], "histo_col_type": "BIT(44)", "name": "__auto__", "null_count": 0, "row_count": 100000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 69417678, "histo_buckets": [{"distinct_range": 0, "num_eq": 5686790822488228978, "num_range": 0, "upper_bound": "\\u000b"}, {"distinct_range": 20000, "num_eq": 1847869254764218172, "num_range": 20000, "upper_bound": ">"}, {"distinct_range": 0, "num_eq": 5632558493861806430, "num_range": 800, "upper_bound": "s"}, {"distinct_range": 30000000, "num_eq": 1721539516472505611, "num_range": 30000000, "upper_bound": "t"}, {"distinct_range": 0, "num_eq": 6053078399614548885, "num_range": 8000, "upper_bound": "y"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 100000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_2) REFERENCES table1 (col1_11);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('gu');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4025961682208715259, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2600868593815634179, "histo_col_type": "", "name": "__auto__", "null_count": 4871461376943255009, "row_count": 5229781282819799533}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3162840404588793197, "histo_buckets": [{"distinct_range": 0, "num_eq": 3445687061671477468, "num_range": 0, "upper_bound": "-2105309577"}, {"distinct_range": 5813974729235328000, "num_eq": 700000, "num_range": 7654501203912247603, "upper_bound": "-1906772243"}, {"distinct_range": 40000000, "num_eq": 277811230200187058, "num_range": 40000000, "upper_bound": "-1812896819"}, {"distinct_range": 0, "num_eq": 8000000, "num_range": 70000, "upper_bound": "-1438398844"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "-410281350"}, {"distinct_range": 154497380934700130, "num_eq": 100000000, "num_range": 1006330234349095320, "upper_bound": "-404399236"}, {"distinct_range": 49709.069608795835, "num_eq": 500000, "num_range": 800000, "upper_bound": "709861664"}, {"distinct_range": 3.5070966635930185, "num_eq": 90, "num_range": 50, "upper_bound": "980255622"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4915049642712192002, "histo_col_type": "", "name": "__auto__", "null_count": 4485890948505655283, "row_count": 5229781282819799533}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2854586150573379364, "histo_col_type": "", "name": "__auto__", "null_count": 158016579958556308, "row_count": 5229781282819799533}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 867647037062666748, "histo_buckets": [{"distinct_range": 0, "num_eq": 7634297729324878439, "num_range": 0, "upper_bound": "-11 years -3 mons -922 days -23:50:06.927162"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4966177416913781448, "histo_buckets": [{"distinct_range": 0, "num_eq": 2753891877855815050, "num_range": 0, "upper_bound": "2b81a6f6-3420-4533-b41e-4a5dcfee6764"}, {"distinct_range": 370458975.40732414, "num_eq": 20000, "num_range": 1000000000, "upper_bound": "34f603b3-dd0c-4360-abe1-6607ba41ce7f"}, {"distinct_range": 6748997339.727617, "num_eq": 6000000, "num_range": 7000000000, "upper_bound": "d3814690-8ee1-438a-96af-5717a0cb735f"}, {"distinct_range": 261099.79274953742, "num_eq": 10000, "num_range": 500000, "upper_bound": "ebaf210d-0bed-44fc-b786-d8a16dae7bf9"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 1662894933823397281, "row_count": 5229781282819799533}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3408556586199223733, "histo_col_type": "", "name": "__auto__", "null_count": 3214162751967770208, "row_count": 5229781282819799533}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3529284507032391281, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3657802870082342561, "histo_buckets": [{"distinct_range": 0, "num_eq": 368654905447355856, "num_range": 0, "upper_bound": "-1.407362861747663199E+36"}, {"distinct_range": 0, "num_eq": 40, "num_range": 412042888283930564, "upper_bound": "-6.011259866213500333E+35"}, {"distinct_range": 3514.5038137828296, "num_eq": 900000000, "num_range": 4000, "upper_bound": "-3103556171294470.899"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 300, "upper_bound": "442.3602305497288885"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 1805367107952019914, "upper_bound": "2310130376615722.334"}, {"distinct_range": 20000000, "num_eq": 800, "num_range": 20000000, "upper_bound": "5.389046239150710212E+28"}, {"distinct_range": 0, "num_eq": 9000000, "num_range": 900000000, "upper_bound": "9.100388380338719547E+35"}, {"distinct_range": 5511018.901948054, "num_eq": 90, "num_range": 8000000, "upper_bound": "4.30203797944174834E+36"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 212988032719650521, "histo_buckets": [{"distinct_range": 0, "num_eq": 70, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 50000000000, "num_eq": 70, "num_range": 50000000000, "upper_bound": "1287916652"}, {"distinct_range": 0, "num_eq": 3281275350115988500, "num_range": 6000, "upper_bound": "1363178363"}, {"distinct_range": 707.7855984977195, "num_eq": 200000, "num_range": 2000, "upper_bound": "1532948984"}, {"distinct_range": 7000, "num_eq": 90000, "num_range": 7000, "upper_bound": "2786746556"}, {"distinct_range": 0, "num_eq": 4000000, "num_range": 600, "upper_bound": "3894290574"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 750309214163729992, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3488009487376750090, "histo_buckets": [{"distinct_range": 0, "num_eq": 5198451301242094752, "num_range": 0, "upper_bound": "2000-02-06 05:41:26.000104"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 3260535953976111745, "row_count": 5229781282819799533}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2787138863818967172, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5229781282819799533}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 474040435616311199, "histo_col_type": "", "name": "__auto__", "null_count": 5054452734025764018, "row_count": 5229781282819799533}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3875875317629994544, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "BOX(-2.7775840685445665 -1.039105437648749,-1.5541084727852499 0.3177016020542631)"}, {"distinct_range": 0, "num_eq": 8000, "num_range": 5000000000, "upper_bound": "BOX(-1.1873596795717196 -0.3968554294008547,0.9279791990334374 0.6390756923512076)"}, {"distinct_range": 0, "num_eq": 0, "num_range": 7653748559289053706, "upper_bound": "BOX(-1.0863827687550418 -1.1415966912602562,-0.4604140161236243 -0.15166623095108545)"}, {"distinct_range": 5837845304438192000, "num_eq": 50000000000, "num_range": 5837845304438192331, "upper_bound": "BOX(-0.7646870538157422 -0.4354132711499947,-0.028205436684978102 1.434947316324399)"}, {"distinct_range": 0, "num_eq": 5241774632706922459, "num_range": 0, "upper_bound": "BOX(-0.7381227089684488 -1.8804121806024905,1.7386363279942785 0.6698228591556502)"}, {"distinct_range": 0.11481312914600125, "num_eq": 5566547369973772116, "num_range": 20, "upper_bound": "BOX(-0.6932708485837056 -0.512050367610434,0.2835227861971399 -0.42955862552576923)"}, {"distinct_range": 643887153039221800, "num_eq": 8299434983899260465, "num_range": 643887153039221770, "upper_bound": "BOX(0.026979815865606716 0.004698098303340115,0.8758727678581418 1.095974751785565)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 581698882455148613, "row_count": 5229781282819799533}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 427389895617329900, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7411659476046217042}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6687738342424101401, "histo_buckets": [{"distinct_range": 0, "num_eq": 915512919920224929, "num_range": 0, "upper_bound": "-4713-11-24 00:00:00+00:00"}, {"distinct_range": 830168.4357213209, "num_eq": 3519010201842085038, "num_range": 6000000, "upper_bound": "1996-10-14 11:56:24.000555+00:00"}, {"distinct_range": 6000, "num_eq": 2892074276191635400, "num_range": 6000, "upper_bound": "2007-03-19 23:55:56.000459+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 7411659476046217042}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 430, "histo_col_type": "", "name": "__auto__", "null_count": 30, "row_count": 600}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 138, "histo_buckets": [{"distinct_range": 0, "num_eq": 8220740315854230152, "num_range": 0, "upper_bound": "00010001001011111101101100011001101110101101"}, {"distinct_range": 0, "num_eq": 1691117139210215633, "num_range": 40000, "upper_bound": "00011101010001001001100001001000011000011001"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": "01000101101111000110000110011011111010010110"}, {"distinct_range": 2097928903511067000, "num_eq": 819932856400604354, "num_range": 2097928903511066899, "upper_bound": "01001001010000010111010110111010110110001001"}, {"distinct_range": 30000000000, "num_eq": 0, "num_range": 30000000000, "upper_bound": "01001100001100000100101110111100100010010010"}, {"distinct_range": 0, "num_eq": 8817510787411550370, "num_range": 7788220041169627959, "upper_bound": "10110110001000110010011101001001101101100101"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": "10111000011010110010011001101101110100101000"}, {"distinct_range": 335018869566885300, "num_eq": 0, "num_range": 2976477775421621716, "upper_bound": "11001001110000110101010100100101001111100100"}], "histo_col_type": "BIT(44)", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 478, "histo_col_type": "", "name": "__auto__", "null_count": 219, "row_count": 600}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 156, "histo_buckets": [{"distinct_range": 0, "num_eq": 5662339976073304266, "num_range": 0, "upper_bound": "\\u0001"}, {"distinct_range": 700, "num_eq": 80000000, "num_range": 700, "upper_bound": "("}, {"distinct_range": 0, "num_eq": 600000000, "num_range": 50000000000, "upper_bound": "K"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "x"}, {"distinct_range": 0, "num_eq": 400000, "num_range": 40000000, "upper_bound": "z"}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 583, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "820611070627020129.9"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 530, "row_count": 600}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 432, "histo_buckets": [{"distinct_range": 0, "num_eq": 8332579562051611808, "num_range": 0, "upper_bound": "-1.470873236656189"}, {"distinct_range": 780.154499229245, "num_eq": 569418739830222749, "num_range": 800, "upper_bound": "0.32321223616600037"}, {"distinct_range": 0, "num_eq": 4784528543617654904, "num_range": 50000000, "upper_bound": "+Inf"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 584, "histo_col_type": "", "name": "__auto__", "null_count": 345, "row_count": 600}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45, "histo_buckets": [{"distinct_range": 0, "num_eq": 500000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 4728519120.492427, "num_eq": 5918020739062712491, "num_range": 8000000000, "upper_bound": "\\u001b$\\u0011\\u0013^\\u000cq +"}, {"distinct_range": 320832196147641860, "num_eq": 4335879179399764351, "num_range": 320832196147641826, "upper_bound": "\\""}, {"distinct_range": 9514448477.008022, "num_eq": 60000000, "num_range": 90000000000, "upper_bound": "%xJ\\twi)X\\u0015"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 3816893719778023797, "upper_bound": ";Y4Z3K\\u0005\\u000bn"}, {"distinct_range": 3099638649991654400, "num_eq": 100000000, "num_range": 8449463638849903337, "upper_bound": "NePo\\u001eH"}, {"distinct_range": 572946064886198460, "num_eq": 30000000000, "num_range": 1602703214744253849, "upper_bound": "Pp{fTT]b\\u0004"}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 5433813099787351413, "upper_bound": "U\\u0019:*1"}, {"distinct_range": 4149837382212649500, "num_eq": 500000000, "num_range": 4149837382212649636, "upper_bound": "~b "}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 137, "histo_buckets": [{"distinct_range": 0, "num_eq": 5073497600630444003, "num_range": 0, "upper_bound": "q"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 473, "row_count": 600}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 504, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 600}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7985217, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6192456, "histo_col_type": "", "name": "__auto__", "null_count": 5655491, "row_count": 8000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 682930, "histo_buckets": [{"distinct_range": 0, "num_eq": 8197621209421523801, "num_range": 0, "upper_bound": "6a98e73b-5113-4b9e-aafa-287b5c75f6bf"}, {"distinct_range": 0, "num_eq": 800, "num_range": 8000000000, "upper_bound": "757a00b6-6fcf-4414-9021-92b5624cee84"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 5988150022949933044, "upper_bound": "a7c6f9a6-8991-4199-a077-7b715c8a9895"}, {"distinct_range": 23.446959098676817, "num_eq": 8000000, "num_range": 60, "upper_bound": "bf8ee34b-a7bd-4497-bfcf-cde23cc1f4cb"}, {"distinct_range": 3411998778168084000, "num_eq": 508461039439886603, "num_range": 3411998778168084172, "upper_bound": "c5683e88-8a60-4010-a180-187e7cee427c"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 9120743649247727697, "upper_bound": "ceca1581-f9be-48f7-abe3-a82a259b1552"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 70000, "upper_bound": "dae94a24-2cca-4c09-8b57-c1f0d0da594f"}, {"distinct_range": 72877.69246076011, "num_eq": 40000000000, "num_range": 90000, "upper_bound": "e6e45a7a-b124-41cf-8c6c-ed35c0ae8ae8"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 3744775, "row_count": 8000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7105797, "histo_col_type": "", "name": "__auto__", "null_count": 6484750, "row_count": 8000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5145284, "histo_col_type": "", "name": "__auto__", "null_count": 1860533, "row_count": 8000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7809279, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5745476, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3866993, "histo_col_type": "", "name": "__auto__", "null_count": 6458126, "row_count": 8000000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1303605, "histo_buckets": [{"distinct_range": 0, "num_eq": 300, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 0, "num_eq": 9122015133089594838, "num_range": 1259725113324995624, "upper_bound": "BOX(-2.205038152215444 -0.9754622962502664,0.4362393568181494 1.4268505718661642)"}, {"distinct_range": 3040639041913147400, "num_eq": 6696017123663581151, "num_range": 5843659627514410132, "upper_bound": "BOX(-1.2355319024987579 -1.4422503837346246,-0.4705023790789997 2.560020072265587)"}, {"distinct_range": 20000000, "num_eq": 3732878074104822682, "num_range": 20000000, "upper_bound": "BOX(-1.0880298908291315 0.021339080370413877,-0.25048702077910734 0.22321319995641442)"}, {"distinct_range": 0, "num_eq": 2844426653817622758, "num_range": 3607515649849350967, "upper_bound": "BOX(-0.9140882457536653 -0.5124756578810036,0.6676335153580126 -0.4714481696439577)"}, {"distinct_range": 151664511604457660, "num_eq": 300000000, "num_range": 151664511604457661, "upper_bound": "BOX(-0.7751648663663092 0.4366615972401645,1.2199011636715662 1.4782629251876438)"}, {"distinct_range": 0, "num_eq": 4890067267432506404, "num_range": 1662507564791544465, "upper_bound": "BOX(-0.09798319957518994 -0.1235862115908758,-0.024176045806924562 0.6112022072755857)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 2679450, "row_count": 8000000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3717, "histo_col_type": "", "name": "__auto__", "null_count": 7072312, "row_count": 8000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3764616, "histo_buckets": [{"distinct_range": 0, "num_eq": 3154611193005498723, "num_range": 0, "upper_bound": "-4713-11-24 00:00:00"}, {"distinct_range": 589.1977972081551, "num_eq": 8865687809300362433, "num_range": 200000, "upper_bound": "2000-08-22 18:00:59.000488"}, {"distinct_range": 1742275045297676800, "num_eq": 600, "num_range": 1742275045297676913, "upper_bound": "2003-06-02 21:25:30.000437"}, {"distinct_range": 6787544.9354684185, "num_eq": 0, "num_range": 10000000, "upper_bound": "2030-04-28 21:39:05.000602"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 4671946, "row_count": 8000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5338689, "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3521105, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000, "num_range": 0, "upper_bound": "315917117"}, {"distinct_range": 19.308454003309645, "num_eq": 50000000, "num_range": 20, "upper_bound": "1462925984"}, {"distinct_range": 0, "num_eq": 4363085051876749020, "num_range": 1956784203786338952, "upper_bound": "1468007443"}, {"distinct_range": 715.3501612542268, "num_eq": 99890289909492931, "num_range": 1000, "upper_bound": "1635241739"}, {"distinct_range": 235542871636060060, "num_eq": 0, "num_range": 1068891190728490379, "upper_bound": "4014382488"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7697189, "histo_buckets": [{"distinct_range": 0, "num_eq": 500000, "num_range": 0, "upper_bound": "1888053370"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7901118, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5237580, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "-274007843701.7383798"}, {"distinct_range": 2704239465758141000, "num_eq": 6908075013622862896, "num_range": 3601815664987901201, "upper_bound": "-0.3468738474723014202"}, {"distinct_range": 0, "num_eq": 2960416214903685482, "num_range": 1000, "upper_bound": "42246309873638834.26"}, {"distinct_range": 5335462931125936000, "num_eq": 60000, "num_range": 5335462931125936465, "upper_bound": "Infinity"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 8000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000, "num_range": 0, "upper_bound": "1971-12-23 14:38:49.000838+00:00"}, {"distinct_range": 114728.27007006819, "num_eq": 90000000, "num_range": 5000000, "upper_bound": "1984-02-06 17:22:39.000171+00:00"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "2002-04-21 05:29:58.000178+00:00"}, {"distinct_range": 90, "num_eq": 2723956932622979699, "num_range": 90, "upper_bound": "2012-05-27 08:55:28.000178+00:00"}, {"distinct_range": 0, "num_eq": 20, "num_range": 8570296875365310335, "upper_bound": "2020-05-07 22:56:17.000056+00:00"}, {"distinct_range": 2979941227712805400, "num_eq": 4000, "num_range": 4118975463448312311, "upper_bound": "2025-10-29 08:10:51.000848+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 97, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5, "histo_buckets": [{"distinct_range": 0, "num_eq": 4343817506283546104, "num_range": 0, "upper_bound": "00001111001101110110001111010110101010001011"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 4386717439895961343, "upper_bound": "00010100110001010000001111111100000101101100"}, {"distinct_range": 3935211439410012700, "num_eq": 70, "num_range": 4730186487821003646, "upper_bound": "00010111111110100101100010001101111000110011"}, {"distinct_range": 205745808227075360, "num_eq": 10000, "num_range": 373556786085425299, "upper_bound": "00111011001100100101111110010010111010110000"}, {"distinct_range": 733376913015236100, "num_eq": 1000000, "num_range": 733376913015236033, "upper_bound": "01110100010110011010001011000110111011011001"}, {"distinct_range": 600, "num_eq": 7411332979364589366, "num_range": 600, "upper_bound": "01110101000111010001111110010110000111101101"}, {"distinct_range": 1315310236580966000, "num_eq": 3605908861748135517, "num_range": 2833699020470645145, "upper_bound": "01111000101111011110101010111000011000110111"}, {"distinct_range": 9000000, "num_eq": 100, "num_range": 9000000, "upper_bound": "11000111110010101011111001111001101111001101"}, {"distinct_range": 856907989407379200, "num_eq": 5948101500010856387, "num_range": 6946680098172344109, "upper_bound": "11001110110011100001110001111110100111111111"}], "histo_col_type": "BIT(44)", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 35, "histo_col_type": "", "name": "__auto__", "null_count": 92, "row_count": 100}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 62, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 74, "histo_buckets": [{"distinct_range": 0, "num_eq": 300, "num_range": 0, "upper_bound": "-3965418.291811115619"}, {"distinct_range": 2684.1795070686526, "num_eq": 200, "num_range": 7000, "upper_bound": "8813.07439070099392"}, {"distinct_range": 500000, "num_eq": 50000, "num_range": 500000, "upper_bound": "2454806226038319544"}, {"distinct_range": 54742.9039393506, "num_eq": 10000000000, "num_range": 90000, "upper_bound": "6.585140320539900826E+27"}, {"distinct_range": 4000, "num_eq": 9000000000, "num_range": 4000, "upper_bound": "2.654159291235047592E+28"}, {"distinct_range": 1539823853303928800, "num_eq": 4378714123846973853, "num_range": 4105335197389571564, "upper_bound": "3.09653301414452037E+29"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 71, "row_count": 100}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 2610296845590003700, "num_eq": 8000000, "num_range": 4986879291099497189, "upper_bound": "\\u0017"}, {"distinct_range": 0, "num_eq": 5242375188503128165, "num_range": 6329874964454078930, "upper_bound": "5P\\u00124AYtL"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22, "histo_col_type": "", "name": "__auto__", "null_count": 75, "row_count": 100}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 79, "histo_col_type": "", "name": "__auto__", "null_count": 5, "row_count": 100}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000, "num_range": 0, "upper_bound": "\\""}, {"distinct_range": 791085469863689000, "num_eq": 900000, "num_range": 7388155905842788149, "upper_bound": "2"}, {"distinct_range": 4000000000, "num_eq": 6000000, "num_range": 4000000000, "upper_bound": "J"}, {"distinct_range": 0, "num_eq": 3000000, "num_range": 900000, "upper_bound": "U"}, {"distinct_range": 57979.400841588606, "num_eq": 5438423419706998433, "num_range": 1000000, "upper_bound": "b"}, {"distinct_range": 5173125328333693000, "num_eq": 30000000, "num_range": 7590331053529684722, "upper_bound": "m"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 500, "upper_bound": "\U00002603"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 50, "row_count": 100}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 58, "histo_buckets": [{"distinct_range": 0, "num_eq": 1738243539962177469, "num_range": 0, "upper_bound": "\\u0000"}, {"distinct_range": 1612044915.691612, "num_eq": 1000000, "num_range": 50000000000, "upper_bound": "3"}, {"distinct_range": 0, "num_eq": 0, "num_range": 3110728734185741339, "upper_bound": "<"}, {"distinct_range": 800000000, "num_eq": 60000, "num_range": 800000000, "upper_bound": "["}], "histo_col_type": "CHAR", "name": "__auto__", "null_count": 0, "row_count": 100}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "infinity" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2021-01-01 06:12:43.459 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2021-01-01 06:12:43.459 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2021-01-01 06:12:43.465 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2021-01-01 06:12:43.485 UTC [89] LOG:  database system was shut down at 2021-01-01 06:12:43 UTC
        postgres_1    | 2021-01-01 06:12:43.490 UTC [1] LOG:  database system is ready to accept connections
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@7d60e447d796960f4cb9e636adf6952198e40f59:

        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_7 DESC, col1_0 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table1 (col1_18 ASC, col1_16 DESC, col1_8 ASC, col1_11 ASC) INCLUDE (col1_0, col1_2, col1_10);
        test_1        |             CREATE INDEX ON table1 (col1_9 DESC, col1_2 DESC, col1_7, col1_5 DESC, col1_11 DESC, col1_1 ASC, col1_8, col1_16, col1_3 DESC, col1_0 ASC, col1_13 DESC, col1_18 ASC, col1_4 DESC, col1_10 DESC, col1_15 ASC);
        test_1        |             CREATE INDEX ON table1 (col1_7, col1_15 DESC, col1_9 ASC, col1_2 ASC, col1_6, col1_17 ASC, col1_5 DESC, col1_16 ASC, col1_14 DESC, col1_3, col1_0 DESC) INCLUDE (col1_12, col1_13);
        test_1        |             CREATE INDEX ON table1 (col1_17 ASC, col1_6 DESC, col1_15, col1_18 DESC, col1_16 DESC, col1_13, col1_4 ASC, col1_1 ASC) INCLUDE (col1_2, col1_7, col1_10);
        test_1        |             CREATE INDEX ON table1 (col1_14, col1_5 ASC, col1_15, col1_3 DESC, col1_18 ASC, col1_11 ASC, col1_7 ASC, col1_10) INCLUDE (col1_0, col1_2);
        test_1        |             CREATE TABLE table2 (col1_3 CHAR NOT NULL, col1_14 BOX2D NOT NULL, col1_8 INTERVAL NOT NULL, col1_9 REGPROC NOT NULL, col1_18 INT8 NOT NULL, col1_15 REGNAMESPACE NOT NULL, col1_17 INT8 NOT NULL, col1_1 FLOAT8 NOT NULL, col2_8 UUID, col2_9 FLOAT8, col2_10 BOX2D NOT NULL, col2_11 TIMESTAMPTZ, col2_12 TEXT NULL, col2_13 INT8, col2_14 TIMESTAMPTZ NOT NULL, col2_15 INT8 NULL, col2_16 BYTEA, col2_17 REGCLASS, col2_18 INTERVAL NOT NULL, col2_19 REGTYPE, col2_20 REGPROC NOT NULL, col2_21 BIT(24), PRIMARY KEY (col1_3, col1_14, col1_8, col1_9, col1_18, col1_15, col1_17, col1_1, col2_15, col2_14, col2_17, col2_19, col2_9, col2_16));
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_8, col2_12 DESC, col1_9 DESC, col2_9 ASC, col2_20 DESC, col2_13 ASC, col2_14, col1_18 DESC, col1_15);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col2_15 ASC, col2_11 ASC, col1_14 DESC, col1_15 DESC);
        test_1        |             CREATE INDEX ON table2 (col2_21, col2_12, col2_13, col2_14 ASC, col1_15 DESC, col2_15 ASC, col1_3 ASC, col1_1 ASC, col1_9 DESC, col2_19, col2_18 DESC, col2_16 ASC, col2_8 DESC, col2_9 ASC, col1_18 DESC, col1_8 ASC) INCLUDE (col2_20);
        test_1        |             CREATE INDEX ON table2 (col2_8 DESC, col2_17 ASC, col1_17 ASC, col1_9, col2_14 DESC, col1_3, col2_11 ASC, col2_10 ASC, col2_13 ASC, col2_16 ASC, col1_8 ASC, col2_15 DESC, col2_20 DESC, col1_1 ASC, col1_18, col1_15 ASC, col2_19 ASC, col2_9, col2_12 DESC, col2_18 DESC);
        test_1        |             CREATE INDEX ON table2 (col2_9 DESC, col1_18, col1_3) INCLUDE (col2_18, col2_20, col2_21);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_18 DESC, col1_8, col2_17 DESC, col2_19 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table2 (col1_15 DESC, col1_1, col2_14 DESC, col2_18 DESC, col1_18, col2_8 DESC, col2_12, col2_11 DESC, col1_14 DESC, col1_9 ASC, col2_17 DESC, col2_16 DESC, col2_19 ASC, col2_15 ASC, col2_21);
        test_1        |             CREATE TABLE table3 (col1_3 CHAR NOT NULL, col1_14 BOX2D NOT NULL, col1_8 INTERVAL NOT NULL, col1_9 REGPROC NOT NULL, col1_18 INT8 NOT NULL, col1_15 REGNAMESPACE NOT NULL, col1_17 INT8 NOT NULL, col1_1 FLOAT8 NOT NULL, col2_15 INT8 NULL, col2_14 TIMESTAMPTZ NOT NULL, col2_17 REGCLASS, col2_19 REGTYPE, col2_9 FLOAT8, col2_16 BYTEA, col3_14 INT8, PRIMARY KEY (col1_3, col1_14, col1_8, col1_9, col1_18, col1_15, col1_17, col1_1, col2_15, col2_14, col2_17, col2_19, col2_9, col2_16));
        test_1        |             CREATE INDEX ON table3 (col2_14 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_14 DESC) INCLUDE (col3_14);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_17 ASC, col2_17 ASC, col1_3 DESC, col2_16, col2_9 ASC, col1_1 ASC, col2_15, col2_19 ASC, col1_15 DESC, col3_14 ASC);
        test_1        |             CREATE INDEX ON table3 (col1_15, col1_3 DESC, col2_17 ASC, col2_15, col2_19, col1_14) INCLUDE (col3_14);
        test_1        |             CREATE INDEX ON table3 (col1_15, col2_9) INCLUDE (col3_14);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_17 ASC, col1_18 ASC, col1_9 DESC, col1_3 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col2_16 ASC, col2_9, col2_14 DESC, col1_9 DESC, col1_15 ASC, col2_15, col1_1 DESC, col1_17, col1_14, col1_8 DESC, col3_14);
        test_1        |             CREATE TABLE table4 (col4_0 "char" NOT NULL, col4_1 TIMETZ NOT NULL, col4_2 INT8 NOT NULL, col4_3 FLOAT8 NOT NULL, col4_4 CHAR NOT NULL, col4_5 TEXT NOT NULL, col4_6 BIT(41) NOT NULL, col4_7 INT8[] NULL, col4_8 INT8 NOT NULL, col4_9 BYTEA NOT NULL, col4_10 BOX2D NOT NULL, col4_11 REGPROCEDURE NOT NULL, col4_12 INTERVAL NOT NULL, col4_13 TEXT NOT NULL, col4_14 FLOAT8 NOT NULL, PRIMARY KEY (col4_8, col4_10, col4_13, col4_4, col4_1, col4_14, col4_3, col4_5, col4_12, col4_11, col4_9, col4_0, col4_6));
        test_1        |             CREATE INDEX ON table4 (col4_8 ASC, col4_10 ASC) INCLUDE (col4_2);
        test_1        |             CREATE INDEX ON table4 (col4_3 ASC, col4_11 DESC, col4_0 DESC) INCLUDE (col4_2, col4_7);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_8 DESC, col4_2 ASC, col4_0 ASC, col4_13 DESC, col4_9, col4_11 ASC, col4_6 DESC, col4_12 ASC, col4_14, col4_4 ASC, col4_5 ASC, col4_1 ASC, col4_3);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_1 ASC, col4_6 DESC, col4_10 ASC, col4_12 ASC, col4_2, col4_5);
        test_1        |             CREATE INDEX ON table4 (col4_12 ASC, col4_1 DESC, col4_5 ASC, col4_13 DESC, col4_2 DESC, col4_11 ASC, col4_8 DESC, col4_10 ASC, col4_4 DESC, col4_0 DESC, col4_3 ASC, col4_6 ASC, col4_9 ASC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_6 ASC, col4_1 DESC, col4_5, col4_4, col4_14 ASC, col4_8 DESC, col4_13 ASC, col4_3 ASC, col4_2 DESC, col4_12) INCLUDE (col4_7);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_0 ASC, col4_4 DESC, col4_12 ASC, col4_1 DESC, col4_5, col4_2 DESC, col4_14 ASC, col4_13 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_13 ASC, col4_10 ASC, col4_0 DESC, col4_9 DESC, col4_5, col4_2 ASC, col4_1 DESC, col4_8 ASC, col4_4 ASC, col4_6 DESC, col4_11, col4_12, col4_14 ASC);
        test_1        |             CREATE TABLE table5 (col5_0 VARCHAR NOT NULL, col5_1 INTERVAL NOT NULL, col5_2 BIT(16) NOT NULL, col5_3 BOX2D NOT NULL, col5_4 INT8 NOT NULL, PRIMARY KEY (col5_4, col5_0, col5_2, col5_1, col5_3));
        test_1        |             CREATE UNIQUE INDEX ON table5 (col5_2 DESC, col5_4, col5_3 DESC, col5_0 ASC, col5_1 ASC);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('fp', 'oofe', 'f', 'e', 'jbgzwi', 'i');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('tjxmzj', 'wugxmo', 'utqzoj', 'mt', 'tj', 'cekawg');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('gxtc', 'ctrcn', 'ukois', 'nqw', 'spbde');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('ok', 'eha', 'qdjf');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@6de6fca6a320c33ce0f9033b527138526d02127b:

        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |                 uint32(0x08),
        test_1        |                 &pgtype.Int8Array{
        test_1        |                     Elements: []pgtype.Int8{
        test_1        |             -           {Status: 1},
        test_1        |             +           {Int: 1, Status: 2},
        test_1        |                     },
        test_1        |                     Dimensions: []pgtype.ArrayDimension{{Length: 1, LowerBound: 1}},
        test_1        |                     Status:     2,
        test_1        |                 },
        test_1        |               }))
        test_1        |             cockroach1:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (
        test_1        |                     SELECT
        test_1        |                         8::OID AS col_38588, tab_20213.col_38587 AS col_38589
        test_1        |                     FROM
        test_1        |                         (
        test_1        |                             VALUES
        test_1        |                                 (7::OID, (NULL::INT8[] || NULL::INT8)::INT8[]),
        test_1        |                                 (NULL, NULL),
        test_1        |                                 (NULL, NULL),
        test_1        |                                 (0::OID, NULL),
        test_1        |                                 (6::OID, (NULL::INT8[] || 1::INT8::INT8)::INT8[])
        test_1        |                         )
        test_1        |                             AS tab_20213 (col_38586, col_38587)
        test_1        |                     WHERE
        test_1        |                         (false OR true)
        test_1        |                     ORDER BY
        test_1        |                         tab_20213.col_38587 DESC, tab_20213.col_38586 ASC, tab_20213.col_38586
        test_1        |                 )
        test_1        |                     AS tab_20214
        test_1        |             ORDER BY
        test_1        |                 col_38588 NULLS FIRST, col_38589 NULLS FIRST;
        test_1        |             
        test_1        |             postgres: [same as previous]
        test_1        |             
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@cee475331ca3629b503cd2e7c7919b72c98a5ca5:

        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (2.83s)
        test_1        |     --- FAIL: TestCompare/postgres (1.84s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.98s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 DECIMAL, col1_1 REGTYPE NULL, col1_2 FLOAT4 NOT NULL, col1_3 VARCHAR NOT NULL, col1_4 INT4 NOT NULL, col1_5 OID NOT NULL, col1_6 REGTYPE NOT NULL, col1_7 NAME NULL, col1_8 INTERVAL, col1_9 BOOL NULL, PRIMARY KEY (col1_4, col1_5 DESC, col1_3, col1_2 DESC), INDEX (col1_5 ASC, col1_2, col1_6 ASC, col1_1 DESC, col1_7 ASC, col1_8 ASC, col1_4) WHERE (table1.col1_2 = '+Inf':::FLOAT8) OR (NOT table1.col1_9), UNIQUE (col1_0 ASC, col1_9, col1_1 DESC, col1_4, col1_6 ASC, col1_8, col1_7, col1_3 DESC, col1_5 ASC) WHERE (((((table1.col1_7 >= e'\'') AND (table1.col1_2 >= 0.0)) AND (NOT table1.col1_9)) OR (table1.col1_4 = 1)) AND (table1.col1_3 > '')) AND (table1.col1_0 > Infinity), INDEX (col1_6 ASC, col1_3, col1_0 DESC, col1_1 DESC, col1_5 ASC, col1_9 DESC, col1_7 ASC, col1_8 ASC) WHERE ((((table1.col1_9 AND (table1.col1_7 = '"')) OR (table1.col1_2 != -Inf)) OR (table1.col1_0 <= Infinity)) AND (table1.col1_3 > e'\x00')) OR (table1.col1_4 = -128), UNIQUE (col1_4 ASC, col1_5 ASC, col1_0 DESC, col1_7 ASC, col1_8, col1_2, col1_1, col1_6, col1_3 ASC) STORING (col1_9) WHERE (((((NOT table1.col1_9) OR (table1.col1_4 <= (-128):::INT8)) AND (table1.col1_0 > (-1.234E+401):::DECIMAL)) OR (table1.col1_7 != 'X':::STRING)) AND (table1.col1_3 = 'X':::STRING)) AND (table1.col1_2 > 'NaN':::FLOAT8), INDEX (col1_7, col1_0 DESC, col1_4 DESC, col1_5) WHERE (table1.col1_2 = 1.401298464324817e-45) OR (table1.col1_3 > e'\x00'), FAMILY (col1_3, col1_7, col1_6, col1_4), FAMILY (col1_9, col1_1), FAMILY (col1_2), FAMILY (col1_0), FAMILY (col1_8, col1_5), UNIQUE (col1_2) STORING (col1_0, col1_1, col1_6, col1_7, col1_8, col1_9), UNIQUE (col1_4) STORING (col1_8, col1_9) WHERE (((((NOT table1.col1_9) OR (table1.col1_7 <= e'\x00')) OR (table1.col1_2 != NaN)) AND (table1.col1_3 > e'\x00')) AND (table1.col1_0 <= Infinity)) OR (table1.col1_4 >= 32767));
        test_1        |             CREATE TABLE table2 (col1_4 INT4 NOT NULL, col1_5 OID NOT NULL, col1_3 VARCHAR NOT NULL, col1_2 FLOAT4 NOT NULL, col2_4 BIT(49) NOT NULL, PRIMARY KEY (col1_4, col1_5 DESC, col1_3, col1_2 DESC), INDEX (col1_3 DESC) STORING (col2_4) WHERE ((table2.col1_2 <= 'NaN':::FLOAT8) OR (table2.col1_3 <= e'\'':::STRING)) AND (table2.col1_4 <= (-1):::INT8), UNIQUE (col1_5 DESC, col1_3 ASC) STORING (col2_4), INDEX (col1_3 ASC, col1_2) STORING (col2_4) WHERE ((table2.col1_2 = 3.4028234663852886e+38:::FLOAT8) AND (table2.col1_4 >= (-32768):::INT8)) OR (table2.col1_3 <= '"':::STRING), INDEX (col1_2 ASC, col1_5 DESC, col1_3, col1_4, col2_4 DESC) WHERE (table2.col1_3 >= 'X':::STRING) OR (table2.col1_4 <= (-32768):::INT8), FAMILY (col2_4), FAMILY (col1_2), FAMILY (col1_3), FAMILY (col1_4), FAMILY (col1_5)) INTERLEAVE IN PARENT table1 (col1_4, col1_5, col1_3, col1_2);
        test_1        |             CREATE TABLE table3 (col1_4 INT4 NOT NULL, col1_5 OID NOT NULL, col1_3 VARCHAR NOT NULL, col1_2 FLOAT4 NOT NULL, col3_4 INT2, col3_5 INT2, col3_6 REGTYPE NOT NULL, col3_7 CHAR, col3_8 "char", col3_9 TIMESTAMP NULL, col3_10 BIT(2) NOT NULL, col3_11 TIMETZ, col3_12 UUID NOT NULL, col3_13 "char" NOT NULL, col3_14 REGPROC NULL, col3_15 TIMESTAMPTZ NOT NULL, col3_16 REGPROCEDURE NULL, PRIMARY KEY (col1_4, col1_5 DESC, col1_3, col1_2 DESC, col3_6 DESC, col3_10 ASC, col3_14 DESC, col3_7, col3_16 ASC, col3_15 DESC), INDEX (col3_13, col1_2, col1_5 ASC) STORING (col3_5, col3_8, col3_9), INDEX (col1_2 DESC, col3_4 ASC, col3_5 ASC, col3_9 ASC, col3_10, col3_14 DESC, col1_4 ASC, col1_3 DESC), INDEX (col3_10 ASC, col3_15 DESC, col3_8, col1_5) STORING (col3_4, col3_5, col3_9, col3_11, col3_13) WHERE ((((table3.col3_4 >= (-1):::INT8) OR (table3.col1_4 >= 1:::INT8)) OR (table3.col3_9 >= '294276-12-31 23:59:59.999999':::TIMESTAMP)) OR (table3.col1_2 >= 3.4028234663852886e+38:::FLOAT8)) AND (table3.col3_11 >= '00:00:00+15:59:00':::TIMETZ), UNIQUE (col3_13 DESC, col1_2, col3_9 ASC, col3_7, col3_14, col3_11, col3_10 ASC, col1_5 ASC, col1_4 DESC, col1_3 ASC, col3_6 ASC, col3_16 ASC, col3_4, col3_15, col3_12 ASC, col3_5 DESC) WHERE (((((table3.col3_8 >= '':::STRING) OR (table3.col1_4 = 2147483647:::INT8)) AND (table3.col3_15 != '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) OR (table3.col1_3 >= e'\'':::STRING)) AND (table3.col3_11 < '00:00:00+15:59:00':::TIMETZ)) OR (table3.col3_5 <= (-128):::INT8), FAMILY (col3_13, col3_11), FAMILY (col3_12), FAMILY (col3_7, col3_15), FAMILY (col3_6, col1_2), FAMILY (col3_5, col1_5, col1_4), FAMILY (col3_16, col3_14), FAMILY (col3_8, col3_9, col1_3, col3_10), FAMILY (col3_4)) INTERLEAVE IN PARENT table1 (col1_4, col1_5, col1_3, col1_2);
        test_1        |             CREATE TABLE table4 (col4_0 TIMETZ NULL, col4_1 BYTES NOT NULL, col4_2 INET NOT NULL, col4_3 INT2 NOT NULL, col4_4 STRING, col4_5 INET NOT NULL, col4_6 TIMESTAMPTZ NOT NULL, col4_7 INT8 NOT NULL, col4_8 TIMESTAMP, col4_9 INT8 NULL, col4_10 INTERVAL NULL, col4_11 VARCHAR NOT NULL, PRIMARY KEY (col4_7 ASC, col4_1, col4_3, col4_5 ASC), INDEX (col4_8, col4_2 DESC, col4_9 DESC, col4_7 ASC, col4_4, col4_11 DESC, col4_5, col4_6 ASC, col4_0, col4_1 DESC, col4_3 DESC, col4_10) WHERE (((table4.col4_7 < 2147483647:::INT8) OR (table4.col4_4 < e'\'':::STRING)) AND (table4.col4_3 >= 0:::INT8)) AND (table4.col4_0 != '24:00:00-15:59:00':::TIMETZ), UNIQUE (col4_3 DESC, col4_7, col4_0, col4_8 DESC, col4_5 DESC, col4_6 DESC, col4_10 ASC, col4_4 DESC, col4_2) WHERE ((((((((table4.col4_11 > '':::STRING) AND (table4.col4_0 < '00:00:00+15:59:00':::TIMETZ)) AND (table4.col4_4 <= e'\'':::STRING)) AND (table4.col4_3 >= (-1):::INT8)) AND (table4.col4_7 <= 2147483647:::INT8)) AND (table4.col4_1 < e'\\x22':::BYTES)) OR (table4.col4_9 = 1:::INT8)) OR (table4.col4_8 <= '294276-12-31 23:59:59.999999':::TIMESTAMP)) OR (table4.col4_6 <= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ), FAMILY (col4_11, col4_5), FAMILY (col4_8), FAMILY (col4_3), FAMILY (col4_0, col4_6, col4_9, col4_2, col4_7, col4_4, col4_10), FAMILY (col4_1));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22, "histo_col_type": "", "name": "__auto__", "null_count": 8, "row_count": 60}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9, "histo_col_type": "", "name": "__auto__", "null_count": 38, "row_count": 60}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 34, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13, "histo_buckets": [{"distinct_range": 0, "num_eq": 500, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 260231523482693702, "num_range": 0, "upper_bound": "\\u000eb\\u0005t.H\\u0015(u"}, {"distinct_range": 0, "num_eq": 900000, "num_range": 8150172223026895489, "upper_bound": "8pN"}, {"distinct_range": 6837521.847012548, "num_eq": 10000000, "num_range": 10000000, "upper_bound": "d"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 50, "row_count": 60}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 17, "row_count": 60}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 31, "histo_buckets": [{"distinct_range": 0, "num_eq": 400, "num_range": 0, "upper_bound": "1090574971"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 10000000, "upper_bound": "3556415578"}, {"distinct_range": 5461681.039955009, "num_eq": 500, "num_range": 9000000, "upper_bound": "4116186027"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_buckets": [{"distinct_range": 0, "num_eq": 3513985781812760939, "num_range": 0, "upper_bound": "-6.497533433894887608E+36"}, {"distinct_range": 239164.8445955267, "num_eq": 0, "num_range": 800000, "upper_bound": "-4.796691960455296108E+33"}, {"distinct_range": 4000, "num_eq": 70000, "num_range": 4000, "upper_bound": "-2.696285764840032805E+22"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 29, "row_count": 60}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "-128"}, {"distinct_range": 500, "num_eq": 7132086166278353007, "num_range": 500, "upper_bound": "70380096"}, {"distinct_range": 979182.1965024053, "num_eq": 3560667668933396693, "num_range": 5000000, "upper_bound": "446230920"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 20000, "upper_bound": "1414825839"}, {"distinct_range": 0, "num_eq": 7264191035495957112, "num_range": 2755209988009347530, "upper_bound": "1855530397"}, {"distinct_range": 0, "num_eq": 400000, "num_range": 0, "upper_bound": "2051999366"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 596914631996346272, "upper_bound": "748117348"}, {"distinct_range": 400000, "num_eq": 10000000000, "num_range": 400000, "upper_bound": "1549861623"}, {"distinct_range": 2208406439677304800, "num_eq": 60000000, "num_range": 2852185480779693411, "upper_bound": "2407519282"}, {"distinct_range": 0, "num_eq": 8166743381479621084, "num_range": 8000000000, "upper_bound": "3626351052"}, {"distinct_range": 13367501604645402, "num_eq": 1912923770369657271, "num_range": 8400936568389700243, "upper_bound": "3758116350"}, {"distinct_range": 0, "num_eq": 6843870744155820312, "num_range": 10000000, "upper_bound": "3896960752"}, {"distinct_range": 897247348649288400, "num_eq": 10000, "num_range": 1470715059252406486, "upper_bound": "4173835066"}, {"distinct_range": 6361.277832133132, "num_eq": 400000000, "num_range": 8000, "upper_bound": "4223009307"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 60}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2049746, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 2468807552593864000, "num_eq": 80, "num_range": 2468807552593864447, "upper_bound": "191825706"}, {"distinct_range": 0, "num_eq": 1420571033630293844, "num_range": 5314619441347374271, "upper_bound": "2847070531"}, {"distinct_range": 0, "num_eq": 1693763752002814348, "num_range": 10000, "upper_bound": "4291634146"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1008223, "histo_buckets": [{"distinct_range": 0, "num_eq": 5410594541597707233, "num_range": 0, "upper_bound": "\\u0007c(59t\\u0004"}, {"distinct_range": 3507807746750929000, "num_eq": 7903032310115012177, "num_range": 3524198069782596457, "upper_bound": "\\u00113\\u0016 7"}, {"distinct_range": 50000000, "num_eq": 1000000, "num_range": 50000000, "upper_bound": "\\""}, {"distinct_range": 90000000000, "num_eq": 30, "num_range": 90000000000, "upper_bound": "%E\\u0004["}, {"distinct_range": 0, "num_eq": 7977512877857599714, "num_range": 1102664540791938983, "upper_bound": "X"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2043155, "histo_buckets": [{"distinct_range": 0, "num_eq": 7164698949095052413, "num_range": 0, "upper_bound": "NaN"}, {"distinct_range": 9000, "num_eq": 9051133330180476375, "num_range": 9000, "upper_bound": "-0.324604868888855"}, {"distinct_range": 1167185251.9164793, "num_eq": 7829298381558846113, "num_range": 3000000000, "upper_bound": "-0.0905175432562828"}, {"distinct_range": 2154780137311451400, "num_eq": 8353110701032362180, "num_range": 2154780137311451279, "upper_bound": "0.2709297835826874"}, {"distinct_range": 0, "num_eq": 6096278359954720693, "num_range": 3534151730385613923, "upper_bound": "0.8245680332183838"}, {"distinct_range": 1488728876520661000, "num_eq": 7362827663431490716, "num_range": 5271072902027161219, "upper_bound": "0.8949154615402222"}, {"distinct_range": 0, "num_eq": 9006120798925988908, "num_range": 8021427635729178777, "upper_bound": "1.5364630222320557"}, {"distinct_range": 4748403605013096000, "num_eq": 4020585461427618919, "num_range": 4748403605013096941, "upper_bound": "3.4028234663852886e+38"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 654286, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1721135, "histo_buckets": [{"distinct_range": 0, "num_eq": 7656500864878293949, "num_range": 0, "upper_bound": "-1520544564"}, {"distinct_range": 0, "num_eq": 5736048754112017224, "num_range": 3387539023977837533, "upper_bound": "-1104914184"}, {"distinct_range": 2498771704430672400, "num_eq": 6643706932669675774, "num_range": 4196360968758047779, "upper_bound": "-897729021"}, {"distinct_range": 4766796128590973000, "num_eq": 200000, "num_range": 4766796128590972499, "upper_bound": "-295654173"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 8000, "upper_bound": "-32768"}, {"distinct_range": 0, "num_eq": 30000000000, "num_range": 0, "upper_bound": "166411396"}, {"distinct_range": 0, "num_eq": 300, "num_range": 0, "upper_bound": "1150163368"}, {"distinct_range": 0, "num_eq": 248065747152583345, "num_range": 70000, "upper_bound": "1363504049"}, {"distinct_range": 0, "num_eq": 70000000, "num_range": 0, "upper_bound": "1878066840"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 3000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 42, "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000, "num_range": 0, "upper_bound": "00"}, {"distinct_range": 564642900609447740, "num_eq": 1658154602869132813, "num_range": 7955486395587327174, "upper_bound": "01"}, {"distinct_range": 3417167102145701400, "num_eq": 5074219130222430082, "num_range": 3425844507560140419, "upper_bound": "10"}], "histo_col_type": "BIT(2)", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000345723999563910, "num_range": 0, "upper_bound": ""}, {"distinct_range": 1761872600487523600, "num_eq": 700000000, "num_range": 1761872600487523544, "upper_bound": "\\u0019"}, {"distinct_range": 0, "num_eq": 3172654989047018467, "num_range": 10000000000, "upper_bound": "7"}, {"distinct_range": 7000000000, "num_eq": 60000000000, "num_range": 7000000000, "upper_bound": "F"}, {"distinct_range": 9.406427548842798, "num_eq": 2976026366203184314, "num_range": 100, "upper_bound": "I"}, {"distinct_range": 0, "num_eq": 0, "num_range": 5000000, "upper_bound": "X"}, {"distinct_range": 0, "num_eq": 60000, "num_range": 50000000, "upper_bound": "h"}, {"distinct_range": 262534652.25930932, "num_eq": 500000, "num_range": 500000000, "upper_bound": "~"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45, "histo_col_type": "", "name": "__auto__", "null_count": 42, "row_count": 60}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3, "histo_buckets": [{"distinct_range": 0, "num_eq": 7861151249978603750, "num_range": 0, "upper_bound": "-2035978318"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 697038332527511751, "upper_bound": "-2035275270"}, {"distinct_range": 80000, "num_eq": 30000000000, "num_range": 80000, "upper_bound": "-1774989091"}, {"distinct_range": 114499115350167000, "num_eq": 200, "num_range": 406718949649889347, "upper_bound": "-777016972"}, {"distinct_range": 2030464418740587000, "num_eq": 10000, "num_range": 2030464418740586933, "upper_bound": "-629897452"}, {"distinct_range": 30000000000, "num_eq": 40000, "num_range": 30000000000, "upper_bound": "-142535758"}, {"distinct_range": 0, "num_eq": 5000000000, "num_range": 30000000000, "upper_bound": "-32768"}, {"distinct_range": 0, "num_eq": 1239741826259043460, "num_range": 5000000000, "upper_bound": "852635096"}, {"distinct_range": 5000, "num_eq": 6343079292898456005, "num_range": 5000, "upper_bound": "1839054225"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 42, "row_count": 60}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 26, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8, "histo_col_type": "", "name": "__auto__", "null_count": 30, "row_count": 60}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 48, "histo_col_type": "", "name": "__auto__", "null_count": 59, "row_count": 60}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7, "histo_col_type": "", "name": "__auto__", "null_count": 48, "row_count": 60}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 48, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 47, "histo_col_type": "", "name": "__auto__", "null_count": 50, "row_count": 60}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21, "histo_col_type": "", "name": "__auto__", "null_count": 14, "row_count": 60}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 52, "row_count": 60}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 60}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 234, "histo_col_type": "", "name": "__auto__", "null_count": 121, "row_count": 300}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 104, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 79, "histo_col_type": "", "name": "__auto__", "null_count": 221, "row_count": 300}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 200, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 55, "histo_buckets": [{"distinct_range": 0, "num_eq": 60, "num_range": 0, "upper_bound": "-6764115523292564193"}, {"distinct_range": 0, "num_eq": 5714435269480478629, "num_range": 7372635348841286977, "upper_bound": "-5170702864218204737"}, {"distinct_range": 0, "num_eq": 4842387378902778245, "num_range": 1000000000, "upper_bound": "350005466223585266"}, {"distinct_range": 6000000, "num_eq": 10000, "num_range": 6000000, "upper_bound": "4354152763991559012"}, {"distinct_range": 476441121523850000, "num_eq": 7000000000, "num_range": 2068202372972486766, "upper_bound": "6405648458889518551"}, {"distinct_range": 0, "num_eq": 10, "num_range": 316636783209369332, "upper_bound": "7890689855885473081"}, {"distinct_range": 700000, "num_eq": 4475103960731568842, "num_range": 700000, "upper_bound": "8663837832294829143"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 174, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000, "num_range": 0, "upper_bound": "1982-04-22 09:44:31.000504"}, {"distinct_range": 9.44174192426904, "num_eq": 5000000000, "num_range": 10, "upper_bound": "1989-12-18 05:34:17.000445"}, {"distinct_range": 2518103767817710600, "num_eq": 70000000000, "num_range": 2518103767817710499, "upper_bound": "1992-04-06 22:24:26.000537"}, {"distinct_range": 0, "num_eq": 8461180631033854427, "num_range": 20000000000, "upper_bound": "1992-12-05 07:46:26.000012"}, {"distinct_range": 0, "num_eq": 7000, "num_range": 2000, "upper_bound": "2019-04-30 10:37:38.000061"}, {"distinct_range": 0, "num_eq": 8000000, "num_range": 9000, "upper_bound": "2022-11-14 09:03:42.000962"}, {"distinct_range": 1051085734421234700, "num_eq": 400000, "num_range": 1824178136335996183, "upper_bound": "2030-12-03 16:15:08.00089"}, {"distinct_range": 690445426369546400, "num_eq": 4523390208899146596, "num_range": 4435751994337728954, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 82, "row_count": 300}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 298, "histo_col_type": "", "name": "__auto__", "null_count": 216, "row_count": 300}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 75, "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 204, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 90, "histo_col_type": "", "name": "__auto__", "null_count": 96, "row_count": 300}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 237, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 300}]':::JSONB;
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col1_2) REFERENCES table1 (col1_2) ON DELETE RESTRICT ON UPDATE RESTRICT;
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_5) REFERENCES table1 (col1_4);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('vrmky', 'ntuys');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('l', 'iojta');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 857861407068740418, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2760147578427512848}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2571870531085124643, "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 2760147578427512848}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1631948328706606781, "histo_buckets": [{"distinct_range": 0, "num_eq": 6368525650468197031, "num_range": 0, "upper_bound": ""}, {"distinct_range": 13214.50912152254, "num_eq": 5166372375381927354, "num_range": 20000, "upper_bound": "\\u0000"}, {"distinct_range": 7742220828438111000, "num_eq": 600, "num_range": 7742220828438111594, "upper_bound": "\\u0010\\u000f\\u00173m<l\\u0014\\u0006"}, {"distinct_range": 2747649.7918173163, "num_eq": 80000, "num_range": 10000000, "upper_bound": "5&fDLDG5P"}, {"distinct_range": 3919797377890860500, "num_eq": 8000000, "num_range": 6658909045175507364, "upper_bound": "FxS\\u000c\\u0017\\t\\u0002K"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 1589637148931134286, "row_count": 2760147578427512848}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2658271476107511442, "histo_col_type": "", "name": "__auto__", "null_count": 1201435575067301215, "row_count": 2760147578427512848}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 941517575146877462, "histo_col_type": "", "name": "__auto__", "null_count": 1159242051892572331, "row_count": 2760147578427512848}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2515726449365370159, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000, "num_range": 0, "upper_bound": "0.7883323431015015"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 2760147578427512848}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1741795687207228010, "histo_buckets": [{"distinct_range": 0, "num_eq": 4678134846694518928, "num_range": 0, "upper_bound": "2091059183"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 2760147578427512848}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2447916278582430313, "histo_col_type": "", "name": "__auto__", "null_count": 1332812029008491195, "row_count": 2760147578427512848}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 115248835022046158, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000, "num_range": 0, "upper_bound": "-25377547515961.21704"}, {"distinct_range": 0, "num_eq": 500000000, "num_range": 70000, "upper_bound": "-3958.876829291762002"}, {"distinct_range": 700, "num_eq": 9000000, "num_range": 700, "upper_bound": "5.748511688437738786E+31"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 465524592252628469, "row_count": 2760147578427512848}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1472380648464627110, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "-324954491"}, {"distinct_range": 0, "num_eq": 2020430635232255876, "num_range": 20000, "upper_bound": "-214523163"}, {"distinct_range": 822943277695615100, "num_eq": 5918769478951542308, "num_range": 825428093479342906, "upper_bound": "-2804291"}, {"distinct_range": 42869790015084510, "num_eq": 3104863352756561209, "num_range": 44124244492418481, "upper_bound": "56959492"}, {"distinct_range": 0, "num_eq": 7343863234168089079, "num_range": 8119020752332866282, "upper_bound": "395537344"}, {"distinct_range": 7302483816125658000, "num_eq": 7000000000, "num_range": 7402713406818567482, "upper_bound": "484407061"}, {"distinct_range": 0, "num_eq": 5941179245671290417, "num_range": 0, "upper_bound": "958784872"}, {"distinct_range": 50000000, "num_eq": 20, "num_range": 50000000, "upper_bound": "1602707700"}, {"distinct_range": 95903.71280988955, "num_eq": 6750257668983770845, "num_range": 100000, "upper_bound": "1660196105"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 2760147578427512848}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 435593, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000, "num_range": 0, "upper_bound": "-1918952427"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 6995401932559729009, "upper_bound": "-1067249818"}, {"distinct_range": 1528391490235612000, "num_eq": 2122541868967752752, "num_range": 1730931493623769956, "upper_bound": "-1"}, {"distinct_range": 3737815936.5956006, "num_eq": 0, "num_range": 5000000000, "upper_bound": "337434487"}, {"distinct_range": 14650.326660223103, "num_eq": 271237423911944647, "num_range": 90000, "upper_bound": "976342434"}, {"distinct_range": 5815360260260380000, "num_eq": 200, "num_range": 5815360260260379337, "upper_bound": "1999026081"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6966885, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000, "num_range": 0, "upper_bound": "24970877"}, {"distinct_range": 6102434188226375000, "num_eq": 3843412915888586395, "num_range": 6102434188226374392, "upper_bound": "276348132"}, {"distinct_range": 38663.84281518099, "num_eq": 216373982996469768, "num_range": 100000, "upper_bound": "1135477641"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 2810482617364425089, "upper_bound": "1466795948"}, {"distinct_range": 0, "num_eq": 600, "num_range": 8208935048142801579, "upper_bound": "2351099365"}, {"distinct_range": 1649741605.2880607, "num_eq": 5285328620257118910, "num_range": 3000000000, "upper_bound": "3041868853"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8784416, "histo_buckets": [{"distinct_range": 0, "num_eq": 7419769833221838257, "num_range": 0, "upper_bound": "\\u0004"}, {"distinct_range": 0, "num_eq": 5996426350371274630, "num_range": 0, "upper_bound": "\\u000e\'aLsi"}, {"distinct_range": 2496964968366927400, "num_eq": 40000, "num_range": 8331869480654897726, "upper_bound": "C"}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 40000, "upper_bound": "T\\u0018"}, {"distinct_range": 2154956778640196000, "num_eq": 0, "num_range": 2154956778640195991, "upper_bound": "V/\\u001bc6\\u000b]W"}, {"distinct_range": 0, "num_eq": 700, "num_range": 1336850653378086019, "upper_bound": "r\\u0003\\u0011"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8733448, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000, "num_range": 0, "upper_bound": "-0.6581136584281921"}, {"distinct_range": 0, "num_eq": 4172080596811782445, "num_range": 0, "upper_bound": "0.09361860901117325"}, {"distinct_range": 50000, "num_eq": 100000000, "num_range": 50000, "upper_bound": "0.4956322908401489"}, {"distinct_range": 0, "num_eq": 4000, "num_range": 1997228703915752084, "upper_bound": "1.0890671014785767"}, {"distinct_range": 0, "num_eq": 9083634957563470130, "num_range": 3000000, "upper_bound": "1.114502191543579"}, {"distinct_range": 0, "num_eq": 50, "num_range": 2013613938202194747, "upper_bound": "1.2888150215148926"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 4019181960577725958, "upper_bound": "1.3339167833328247"}, {"distinct_range": 2427281159596836400, "num_eq": 70000, "num_range": 3735845328046155103, "upper_bound": "1.4328579902648926"}, {"distinct_range": 3963168700332697600, "num_eq": 1136699262893788925, "num_range": 3963168700332697739, "upper_bound": "+Inf"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7601330, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41101, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16307, "histo_col_type": "", "name": "__auto__", "null_count": 10714, "row_count": 80000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 79764, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 60532, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 73143, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000, "num_range": 0, "upper_bound": "-2.3359427452087402"}, {"distinct_range": 8400997.47074936, "num_eq": 50000, "num_range": 30000000, "upper_bound": "-1.0924553871154785"}, {"distinct_range": 10000000, "num_eq": 10000000000, "num_range": 10000000, "upper_bound": "0.35418030619621277"}, {"distinct_range": 2.4623196486486747, "num_eq": 80000, "num_range": 70, "upper_bound": "1.1085187196731567"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 71359, "histo_buckets": [{"distinct_range": 0, "num_eq": 4512265102233473484, "num_range": 0, "upper_bound": "00"}, {"distinct_range": 0, "num_eq": 1325460038872907748, "num_range": 2127649892593235334, "upper_bound": "01"}, {"distinct_range": 0, "num_eq": 6191576772679777024, "num_range": 3975921428297070788, "upper_bound": "11"}], "histo_col_type": "BIT(2)", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 66183, "histo_col_type": "", "name": "__auto__", "null_count": 9245, "row_count": 80000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17803, "histo_buckets": [{"distinct_range": 0, "num_eq": 7951254021129515050, "num_range": 0, "upper_bound": "2077373718"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 67594, "histo_col_type": "", "name": "__auto__", "null_count": 68121, "row_count": 80000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 66703, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "\\u001c"}, {"distinct_range": 100, "num_eq": 8928675155751605441, "num_range": 100, "upper_bound": ";"}, {"distinct_range": 0, "num_eq": 4211500028852200763, "num_range": 4000, "upper_bound": "D"}, {"distinct_range": 30000000, "num_eq": 2766942046802048687, "num_range": 30000000, "upper_bound": "M"}, {"distinct_range": 0, "num_eq": 0, "num_range": 2000000, "upper_bound": "`"}, {"distinct_range": 2873281128482172000, "num_eq": 4899660166838397119, "num_range": 2873281128482172028, "upper_bound": "\x7f"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2200, "histo_col_type": "", "name": "__auto__", "null_count": 43032, "row_count": 80000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24783, "histo_col_type": "", "name": "__auto__", "null_count": 79364, "row_count": 80000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 29653, "histo_col_type": "", "name": "__auto__", "null_count": 57300, "row_count": 80000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 56792, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 49023, "histo_col_type": "", "name": "__auto__", "null_count": 59695, "row_count": 80000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 41833, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 80000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 68142, "histo_col_type": "", "name": "__auto__", "null_count": 46010, "row_count": 80000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1305658164292464691, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1365498952869427494, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2513356194009311202, "histo_buckets": [{"distinct_range": 0, "num_eq": 9000000, "num_range": 0, "upper_bound": "-13491"}, {"distinct_range": 6393866122193536000, "num_eq": 7657732296094908148, "num_range": 8571124357499801462, "upper_bound": "-6939"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 5000, "upper_bound": "127"}, {"distinct_range": 0, "num_eq": 5792716353145864604, "num_range": 399893397642650992, "upper_bound": "1869"}, {"distinct_range": 0, "num_eq": 5205986720247230821, "num_range": 990453829348308019, "upper_bound": "9938"}, {"distinct_range": 3000000000, "num_eq": 60, "num_range": 3000000000, "upper_bound": "18006"}, {"distinct_range": 0, "num_eq": 9016092093385188412, "num_range": 1000000, "upper_bound": "20851"}, {"distinct_range": 10, "num_eq": 1000000000, "num_range": 10, "upper_bound": "28103"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3787068113193824239, "histo_col_type": "", "name": "__auto__", "null_count": 3625093666628489127, "row_count": 8603974705377003998}, {"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5591065101683923242, "histo_buckets": [{"distinct_range": 0, "num_eq": 4000000, "num_range": 0, "upper_bound": "1979-07-09 05:28:15.000643"}, {"distinct_range": 94.50645882174155, "num_eq": 2239471076825931366, "num_range": 100, "upper_bound": "1984-08-24 20:16:05.000083"}, {"distinct_range": 27234380.198811244, "num_eq": 4272017871803508036, "num_range": 40000000, "upper_bound": "1989-05-10 06:13:39.000467"}, {"distinct_range": 5009699827405186000, "num_eq": 7468126211358126915, "num_range": 5009699827405186378, "upper_bound": "1999-07-01 05:08:55.000668"}, {"distinct_range": 10000000, "num_eq": 600000, "num_range": 10000000, "upper_bound": "2005-09-24 07:31:11.00068"}, {"distinct_range": 0, "num_eq": 834235773987041981, "num_range": 3563512627034975622, "upper_bound": "2009-07-14 21:48:55.000848"}, {"distinct_range": 2000, "num_eq": 4071289334120422774, "num_range": 2000, "upper_bound": "2013-11-11 19:21:23.000859"}, {"distinct_range": 1268285.0685664015, "num_eq": 64783611094452855, "num_range": 6000000, "upper_bound": "2021-09-30 04:53:49.000359"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 7330803630814945763, "row_count": 8603974705377003998}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4892011723373875057, "histo_col_type": "", "name": "__auto__", "null_count": 8515540515342283113, "row_count": 8603974705377003998}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7983633159465166546, "histo_col_type": "", "name": "__auto__", "null_count": 6673893055256455794, "row_count": 8603974705377003998}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4615420922230028613, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5770106905678095074, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8006774877990759485, "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5902739726387963408, "histo_col_type": "", "name": "__auto__", "null_count": 7112880967619585134, "row_count": 8603974705377003998}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2885763791452378325, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8603974705377003998}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1466611, "histo_buckets": [{"distinct_range": 0, "num_eq": 5084069443536490095, "num_range": 0, "upper_bound": "-0.8957257866859436"}, {"distinct_range": 3484787608774534000, "num_eq": 0, "num_range": 6586132397386085774, "upper_bound": "-0.3779515027999878"}, {"distinct_range": 2830942360429893000, "num_eq": 5765837988300067373, "num_range": 3428459612810623092, "upper_bound": "-0.27892354130744934"}, {"distinct_range": 0, "num_eq": 80000000000, "num_range": 1788632409561381797, "upper_bound": "1.6779624223709106"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 335558, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000, "num_range": 0, "upper_bound": "-1918496340"}, {"distinct_range": 0, "num_eq": 366356173474193893, "num_range": 0, "upper_bound": "490668809"}, {"distinct_range": 0, "num_eq": 1000000, "num_range": 80, "upper_bound": "2035689904"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1030426, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 200, "num_eq": 3621067350984504942, "num_range": 200, "upper_bound": "663206219"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 0, "upper_bound": "1097631507"}, {"distinct_range": 10000000000, "num_eq": 500, "num_range": 10000000000, "upper_bound": "1414971363"}, {"distinct_range": 80000000, "num_eq": 100000000000, "num_range": 80000000, "upper_bound": "1770817463"}, {"distinct_range": 0, "num_eq": 6342324682529906916, "num_range": 0, "upper_bound": "2066185703"}, {"distinct_range": 0, "num_eq": 0, "num_range": 3000000, "upper_bound": "2472310290"}, {"distinct_range": 0, "num_eq": 4631951148365125963, "num_range": 90, "upper_bound": "2528765278"}, {"distinct_range": 700000, "num_eq": 1517297953346383745, "num_range": 700000, "upper_bound": "3811545915"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39777, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000000, "num_range": 0, "upper_bound": "-444140.2566922874873"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 90000000000, "upper_bound": "-7093.89258574939642"}, {"distinct_range": 2062395774518901200, "num_eq": 1498079715938767254, "num_range": 3068962259534650866, "upper_bound": "7784049336442991.745"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 1684684, "row_count": 4000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 77260, "histo_col_type": "", "name": "__auto__", "null_count": 1482424, "row_count": 4000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 972399, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1305529, "histo_buckets": [{"distinct_range": 0, "num_eq": 6683644710752567931, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 10000000000, "num_eq": 70000000, "num_range": 10000000000, "upper_bound": "1440032886"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3156762, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 5166597892.754112, "num_eq": 300, "num_range": 7000000000, "upper_bound": "\\u0005\\u000f\\u000b"}, {"distinct_range": 0, "num_eq": 3667979398834503763, "num_range": 400000, "upper_bound": "\'"}, {"distinct_range": 4311230195466981400, "num_eq": 80, "num_range": 4311230195466981625, "upper_bound": "c\\u0018rn\x7fX;KN"}, {"distinct_range": 0, "num_eq": 40, "num_range": 2926954760385781764, "upper_bound": "ldM1Y-V\\u0002\\u000f"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 40000000000, "upper_bound": "}V/bo\x7fCR6"}], "histo_col_type": "NAME", "name": "__auto__", "null_count": 1460582, "row_count": 4000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1160689, "histo_col_type": "", "name": "__auto__", "null_count": 348130, "row_count": 4000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2034572, "histo_col_type": "", "name": "__auto__", "null_count": 3397253, "row_count": 4000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9564982996, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4301351509, "histo_buckets": [{"distinct_range": 0, "num_eq": 400, "num_range": 0, "upper_bound": "-1629290488"}, {"distinct_range": 80, "num_eq": 1716416587726014869, "num_range": 80, "upper_bound": "-1083372210"}, {"distinct_range": 1743539568765711000, "num_eq": 40, "num_range": 1743539568765711178, "upper_bound": "-385493138"}, {"distinct_range": 2349488553.9176526, "num_eq": 1403205293436275435, "num_range": 9000000000, "upper_bound": "-347075280"}, {"distinct_range": 5637548980897109000, "num_eq": 5000000, "num_range": 5637548980897108499, "upper_bound": "-32768"}, {"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": "1887504877"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 27396989179, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000000, "num_range": 0, "upper_bound": "771889213"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 4327823011455302113, "upper_bound": "2353925870"}, {"distinct_range": 4671685447143871000, "num_eq": 7320833841033216745, "num_range": 8381733016832953518, "upper_bound": "2452730886"}, {"distinct_range": 0, "num_eq": 3681834465948946932, "num_range": 5018585551659857535, "upper_bound": "3392321893"}, {"distinct_range": 0, "num_eq": 8003132908318966583, "num_range": 2000, "upper_bound": "3917460410"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5611641203, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "$\\u000f"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9296298397, "histo_buckets": [{"distinct_range": 0, "num_eq": 4696896572440777511, "num_range": 0, "upper_bound": "-0.9446153044700623"}, {"distinct_range": 0, "num_eq": 900, "num_range": 801098166613778509, "upper_bound": "-0.9215059876441956"}, {"distinct_range": 4652704.243408435, "num_eq": 713786626340254354, "num_range": 7000000, "upper_bound": "-0.9185828566551208"}, {"distinct_range": 3000000000, "num_eq": 1000000000, "num_range": 3000000000, "upper_bound": "-0.5696486830711365"}, {"distinct_range": 993.3540545591818, "num_eq": 900, "num_range": 1000, "upper_bound": "2.545715808868408"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 30000000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 473349, "histo_buckets": [{"distinct_range": 0, "num_eq": 997587624295316947, "num_range": 0, "upper_bound": "-1.3981027603149414"}, {"distinct_range": 9020579069785050000, "num_eq": 30000, "num_range": 9020579069785050281, "upper_bound": "-0.8221862316131592"}, {"distinct_range": 716826948725688000, "num_eq": 2072981823409506308, "num_range": 6664170606892267901, "upper_bound": "+Inf"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1892359, "histo_col_type": "", "name": "__auto__", "null_count": 614404, "row_count": 2000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1717172, "histo_col_type": "", "name": "__auto__", "null_count": 253007, "row_count": 2000000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 740148, "histo_col_type": "", "name": "__auto__", "null_count": 1080773, "row_count": 2000000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 798726, "histo_col_type": "", "name": "__auto__", "null_count": 92770, "row_count": 2000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1440753, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 636028, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1493343, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1411726, "histo_col_type": "", "name": "__auto__", "null_count": 1410174, "row_count": 2000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1701190, "histo_col_type": "", "name": "__auto__", "null_count": 666367, "row_count": 2000000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1398106, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000, "num_range": 0, "upper_bound": "7"}], "histo_col_type": "\\"char\\"", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 221953, "histo_col_type": "", "name": "__auto__", "null_count": 179759, "row_count": 2000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1118878, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "-902065306"}, {"distinct_range": 8166030432440609000, "num_eq": 2977552660607527340, "num_range": 8166030432440609214, "upper_bound": "-645173329"}, {"distinct_range": 50000000, "num_eq": 10000000000, "num_range": 50000000, "upper_bound": "-382671179"}, {"distinct_range": 0, "num_eq": 2657533976332233166, "num_range": 60, "upper_bound": "-269218697"}, {"distinct_range": 6714941709721436000, "num_eq": 1000000, "num_range": 7792095273372183397, "upper_bound": "1241875911"}, {"distinct_range": 0, "num_eq": 5557338961551858495, "num_range": 1095916330417300078, "upper_bound": "1294055534"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 8885037855294329018, "upper_bound": "1352911357"}, {"distinct_range": 500000000, "num_eq": 7947973556009549163, "num_range": 500000000, "upper_bound": "2006436246"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 7719276649488415952, "upper_bound": "2147483647"}], "histo_col_type": "INT4", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1277734, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1909038, "histo_col_type": "", "name": "__auto__", "null_count": 853567, "row_count": 2000000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1764672, "histo_buckets": [{"distinct_range": 0, "num_eq": 5465901745191572220, "num_range": 0, "upper_bound": "00"}, {"distinct_range": 4219288892208050700, "num_eq": 5364038394190099227, "num_range": 5094958826206554825, "upper_bound": "01"}, {"distinct_range": 0, "num_eq": 0, "num_range": 2032670832446812543, "upper_bound": "11"}], "histo_col_type": "BIT(2)", "name": "__auto__", "null_count": 0, "row_count": 2000000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 266869, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS '[{"columns": ["col4_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2585855540318299977, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "0001-01-01 00:00:00"}, {"distinct_range": 3856054993069302300, "num_eq": 100, "num_range": 8033446301650151105, "upper_bound": "1972-05-24 16:43:52.000889"}, {"distinct_range": 60000, "num_eq": 3000000000, "num_range": 60000, "upper_bound": "1974-12-22 03:12:45.00048"}, {"distinct_range": 40000000, "num_eq": 3000000000, "num_range": 40000000, "upper_bound": "1978-12-13 07:34:41.000576"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 0, "upper_bound": "2006-05-16 21:28:46.000471"}, {"distinct_range": 0, "num_eq": 5122085553994097691, "num_range": 6000, "upper_bound": "294276-12-31 23:59:59.999999"}], "histo_col_type": "TIMESTAMP", "name": "__auto__", "null_count": 3718514083219609305, "row_count": 9188929641994862252}, {"columns": ["col4_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8378549422144367791, "histo_col_type": "", "name": "__auto__", "null_count": 3235272924110234000, "row_count": 9188929641994862252}, {"columns": ["col4_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4210807534820809076, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}, {"columns": ["col4_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2057874699256786296, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}, {"columns": ["col4_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2311965159195354876, "histo_col_type": "", "name": "__auto__", "null_count": 6536152366190471335, "row_count": 9188929641994862252}, {"columns": ["col4_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2060234507217166906, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}, {"columns": ["col4_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1343227612834555674, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}, {"columns": ["col4_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5712352934799917017, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "-6286043100234455818"}, {"distinct_range": 123584353003416240, "num_eq": 6000000000, "num_range": 123584353003416242, "upper_bound": "7659775364956713188"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}, {"columns": ["col4_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4699392573656620522, "histo_col_type": "", "name": "__auto__", "null_count": 8530265365824187609, "row_count": 9188929641994862252}, {"columns": ["col4_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4057067242307498808, "histo_col_type": "", "name": "__auto__", "null_count": 2600574521777521879, "row_count": 9188929641994862252}, {"columns": ["col4_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5180963877395238670, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}, {"columns": ["col4_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8609369084897817012, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000000, "num_range": 0, "upper_bound": "32067"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 9188929641994862252}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "infinity" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@15765c0fa9118885dda0bd2ad1384b8801c412c3:


        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (1.57s)
        test_1        |     --- FAIL: TestCompare/postgres (0.69s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.3:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.88s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 CHAR NOT NULL, col1_1 VARCHAR NOT NULL, col1_2 REGCLASS NOT NULL, col1_3 TIMESTAMPTZ NOT NULL, col1_4 TIMESTAMPTZ NOT NULL, PRIMARY KEY (col1_1, col1_3, col1_2, col1_0 DESC), INDEX (col1_2 ASC, col1_4, col1_3 ASC) WHERE ((table1.col1_0 > e'\'':::STRING) AND (table1.col1_1 != e'\x00':::STRING)) OR (table1.col1_4 = '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ), UNIQUE (col1_4, col1_0 DESC, col1_3, col1_2, col1_1 ASC) WHERE ((table1.col1_4 != '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ) AND (table1.col1_0 < '':::STRING)) OR (table1.col1_3 >= '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ), UNIQUE (col1_3, col1_0, col1_4 ASC) WHERE (((table1.col1_4 != '3000-01-01 00:00:00+00:00') OR (table1.col1_3 >= '3000-01-01 00:00:00+00:00')) AND (table1.col1_1 > e'\'')) AND (table1.col1_0 >= ''), INDEX (col1_2, col1_1 ASC, col1_0 ASC, col1_3, col1_4 ASC) WHERE (((table1.col1_4 < '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ) AND (table1.col1_3 >= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table1.col1_1 >= '"':::STRING)) OR (table1.col1_0 >= 'X':::STRING), INDEX (col1_3 DESC, col1_2 DESC, col1_0 DESC, col1_1, col1_4 ASC), INDEX (col1_4 DESC, col1_3 DESC, col1_0 DESC, col1_2 DESC, col1_1 DESC), FAMILY (col1_4, col1_0, col1_3, col1_1, col1_2));
        test_1        |             CREATE TABLE table2 (col1_1 VARCHAR NOT NULL, col1_3 TIMESTAMPTZ NOT NULL, col1_2 REGCLASS NOT NULL, col1_0 CHAR NOT NULL, col2_4 TIME NOT NULL, col2_5 REGTYPE, col2_6 INT2 NOT NULL, col2_7 TIMETZ, col2_8 VARCHAR NULL, col2_9 FLOAT4 NULL, col2_10 TIMESTAMPTZ, col2_11 INT8 NOT NULL, col2_12 FLOAT8, col2_13 INT2 NULL, PRIMARY KEY (col1_1, col1_3, col1_2, col1_0 DESC, col2_4, col2_12 DESC, col2_7 DESC, col2_9 ASC), UNIQUE (col2_7, col2_6, col1_3, col2_10, col2_11 DESC, col2_8, col2_12, col1_0 ASC, col2_4) WHERE (((((((((((table2.col2_6 > (-1):::INT8) OR (table2.col1_3 > '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col2_8 <= e'\x00':::STRING)) OR (table2.col2_4 < '24:00:00':::TIME)) AND (table2.col2_9 < '+Inf':::FLOAT8)) AND (table2.col2_13 = 0:::INT8)) OR (table2.col2_11 >= (-128):::INT8)) AND (table2.col1_1 > e'\x00':::STRING)) AND (table2.col1_0 > e'\U00002603':::STRING)) AND (table2.col2_7 < '24:00:00-15:59:00':::TIMETZ)) OR (table2.col2_10 > '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (table2.col2_12 <= 0.0:::FLOAT8), INDEX (col2_12 DESC, col1_0 ASC, col2_4, col2_11 ASC, col2_10 ASC, col2_8 DESC, col2_9 DESC, col2_5 DESC, col1_1, col1_2 ASC, col1_3 ASC) STORING (col2_6, col2_13), UNIQUE (col2_12 DESC, col1_3 DESC) STORING (col2_5, col2_8, col2_13) WHERE (((((((((((table2.col2_7 >= '24:00:00-15:59:00':::TIMETZ) OR (table2.col1_0 < '':::STRING)) AND (table2.col2_12 <= 1.0:::FLOAT8)) OR (table2.col2_4 = '24:00:00':::TIME)) AND (table2.col2_10 < '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table2.col2_9 <= (-1.0):::FLOAT8)) AND (table2.col1_3 <= '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col2_11 <= 2147483647:::INT8)) AND (table2.col2_8 != e'\U00002603':::STRING)) AND (table2.col1_1 >= e'\U00002603':::STRING)) OR (table2.col2_6 >= 127:::INT8)) AND (table2.col2_13 < 0:::INT8), UNIQUE (col2_11 DESC, col1_1 ASC, col1_2 ASC, col2_12, col2_8 ASC) STORING (col2_6) WHERE ((((table2.col2_9 < '+Inf':::FLOAT8) OR (table2.col2_10 != '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col2_11 != (-2147483648):::INT8)) AND (table2.col1_0 = e'\'':::STRING)) AND (table2.col2_6 > (-128):::INT8), UNIQUE (col2_5 ASC, col1_3, col2_9 ASC, col2_8, col2_11, col1_2, col1_0, col2_7 ASC, col2_4 DESC, col2_13, col2_10) STORING (col2_6) WHERE (((table2.col2_10 > '-4713-11-24 00:00:00+00:00') OR (table2.col2_12 <= 0.0)) OR (table2.col2_7 < '00:00:00+15:59:00')) AND (table2.col1_3 = '3000-01-01 00:00:00+00:00'), INDEX (col2_6 ASC, col1_3, col2_4, col2_9 ASC, col2_8, col2_12 ASC, col1_0 ASC, col2_13 ASC, col2_7 ASC, col1_1 ASC, col1_2 ASC, col2_10 ASC, col2_11 DESC, col2_5 DESC), UNIQUE (col2_11 DESC, col1_0 DESC, col2_9 DESC, col2_6 ASC) STORING (col2_5, col2_13) WHERE table2.col2_9 < 1.401298464324817e-45:::FLOAT8, UNIQUE (col1_1, col1_2, col2_7) STORING (col2_5, col2_6, col2_10, col2_11), UNIQUE (col2_9) STORING (col2_5), FAMILY (col2_12), FAMILY (col2_7, col2_5, col1_0), FAMILY (col2_6), FAMILY (col2_11), FAMILY (col1_2), FAMILY (col1_1, col2_10, col2_13, col1_3, col2_4, col2_8, col2_9)) INTERLEAVE IN PARENT table1 (col1_1, col1_3, col1_2, col1_0);
        test_1        |             CREATE TABLE table3 (col1_1 VARCHAR NOT NULL, col1_3 TIMESTAMPTZ NOT NULL, col1_2 REGCLASS NOT NULL, col1_0 CHAR NOT NULL, col2_4 TIME NOT NULL, col2_12 FLOAT8, col2_7 TIMETZ, col2_9 FLOAT4 NULL, col3_8 TIME NOT NULL, col3_9 OID NOT NULL, col3_10 INTERVAL NOT NULL, col3_11 BYTES NULL, col3_12 OID, col3_13 BIT(18) NULL, col3_14 BYTES NULL, col3_15 TIME NULL, col3_16 CHAR, col3_17 FLOAT4 NULL, col3_18 "char", col3_19 FLOAT4 NULL, col3_20 BIT(49) NULL, col3_21 INT2, PRIMARY KEY (col1_1, col1_3, col1_2, col1_0 DESC, col2_4, col2_12 DESC, col2_7 DESC, col2_9 ASC, col3_20, col3_19, col3_21 DESC, col3_8 DESC), UNIQUE (col3_15, col3_17 ASC, col3_16 DESC, col1_2, col2_7 ASC, col3_11, col1_0 DESC, col3_21 ASC, col3_19 DESC, col3_20, col2_12 DESC) STORING (col3_10, col3_18) WHERE (((((((((((((((table3.col3_19 = +Inf) OR (table3.col3_11 < '\x27')) AND (table3.col3_14 != '\xe29883')) AND (table3.col1_1 != '"')) AND (table3.col1_0 > e'\U00002603')) OR (table3.col3_17 <= -1.0)) OR (table3.col2_9 >= +Inf)) AND (table3.col2_4 <= '24:00:00')) OR (table3.col3_21 > 32767)) OR (table3.col3_8 < '00:00:00')) OR (table3.col3_18 <= e'\'')) AND (table3.col3_16 > 'X')) AND (table3.col2_12 >= 5e-324)) AND (table3.col3_15 < '24:00:00')) OR (table3.col2_7 >= '00:00:00+15:59:00')) AND (table3.col1_3 <= '-2000-01-01 00:00:00+00:00'), INDEX (col3_10 ASC, col3_13 ASC, col2_4 ASC, col3_19 ASC, col3_11, col3_14 ASC, col2_12, col3_9 ASC, col3_12 DESC, col1_0 DESC, col2_7 DESC, col1_3, col3_21) STORING (col3_15, col3_16), INDEX (col3_11 ASC, col3_21, col3_12, col3_16 ASC, col3_18 DESC, col3_14, col2_12 ASC, col1_2, col3_10 DESC, col1_3 DESC, col2_4 DESC, col3_20 ASC, col2_9 ASC, col3_17 DESC) STORING (col3_9, col3_13, col3_15) WHERE (((table3.col2_4 != '24:00:00':::TIME) OR (table3.col1_0 <= '':::STRING)) OR (table3.col3_11 <= e'\\x27':::BYTES)) AND (table3.col3_8 < '24:00:00':::TIME), UNIQUE (col3_11 DESC, col2_4 DESC, col3_9 ASC, col1_0, col3_13 ASC, col1_1 DESC, col3_20, col3_19, col2_7, col3_15 DESC, col3_21 ASC, col1_3 DESC, col3_18 ASC, col3_8 DESC, col2_12 DESC) STORING (col3_16, col3_17), UNIQUE (col3_15 ASC, col3_12 ASC, col3_9 DESC, col2_12, col3_21, col3_19, col3_13 DESC, col3_17 DESC, col1_3 ASC) STORING (col3_10, col3_16, col3_18) WHERE ((((((((((((((table3.col3_17 <= '-Inf':::FLOAT8) AND (table3.col1_3 != '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table3.col2_7 != '24:00:00-15:59:00':::TIMETZ)) OR (table3.col2_12 >= 1.401298464324817e-45:::FLOAT8)) OR (table3.col3_15 <= '24:00:00':::TIME)) AND (table3.col3_21 < 1:::INT8)) OR (table3.col2_4 > '24:00:00':::TIME)) AND (table3.col1_0 > '"':::STRING)) OR (table3.col1_1 != e'\U00002603':::STRING)) AND (table3.col3_19 != 3.4028234663852886e+38:::FLOAT8)) OR (table3.col3_11 = e'\\x':::BYTES)) AND (table3.col2_9 != 'NaN':::FLOAT8)) OR (table3.col3_14 != e'\\x27':::BYTES)) OR (table3.col3_8 < '00:00:00':::TIME)) AND (table3.col3_18 <= 'X':::STRING), FAMILY (col3_13, col1_3), FAMILY (col2_9), FAMILY (col3_20), FAMILY (col3_19, col1_0), FAMILY (col2_7, col3_16), FAMILY (col3_10, col3_12), FAMILY (col2_4, col3_17), FAMILY (col1_1), FAMILY (col2_12), FAMILY (col3_21, col3_8), FAMILY (col3_15, col3_11), FAMILY (col3_18), FAMILY (col3_9, col3_14), FAMILY (col1_2)) INTERLEAVE IN PARENT table2 (col1_1, col1_3, col1_2, col1_0, col2_4, col2_12, col2_7, col2_9);
        test_1        |             CREATE TABLE table4 (col1_1 VARCHAR NOT NULL, col1_3 TIMESTAMPTZ NOT NULL, col1_2 REGCLASS NOT NULL, col1_0 CHAR NOT NULL, col2_4 TIME NOT NULL, col2_12 FLOAT8, col2_7 TIMETZ, col2_9 FLOAT4 NULL, col3_20 BIT(49) NULL, col3_19 FLOAT4 NULL, col3_21 INT2, col3_8 TIME NOT NULL, col4_12 "char" NULL, col4_13 DATE, col4_14 TIMETZ, col4_15 DATE, col4_16 REGPROC NULL, col4_17 FLOAT4 NULL, PRIMARY KEY (col1_1, col1_3, col1_2, col1_0 DESC, col2_4, col2_12 DESC, col2_7 DESC, col2_9 ASC, col3_20, col3_19, col3_21 DESC, col3_8 DESC), INDEX (col4_15, col2_4, col1_1 ASC, col2_12, col1_3, col1_2, col1_0 DESC, col3_8, col4_12 DESC, col3_19 ASC, col3_20 DESC, col4_16 ASC, col2_7 DESC, col2_9 ASC, col4_14) STORING (col4_13), INDEX (col4_17, col2_7 DESC, col1_1 DESC, col3_20, col1_3, col2_4 ASC, col3_19 DESC) STORING (col4_12, col4_13, col4_14, col4_15) WHERE (((((((((((table4.col2_4 <= '00:00:00':::TIME) OR (table4.col3_21 != (-128):::INT8)) AND (table4.col3_19 <= '+Inf':::FLOAT8)) AND (table4.col2_7 != '00:00:00+15:59:00':::TIMETZ)) OR (table4.col4_15 > '4714-11-24 BC':::DATE)) OR (table4.col4_13 <= '4714-11-24 BC':::DATE)) AND (table4.col4_17 <= 1.0:::FLOAT8)) AND (table4.col3_8 = '24:00:00':::TIME)) OR (table4.col2_9 < 3.4028234663852886e+38:::FLOAT8)) AND (table4.col4_12 > '':::STRING)) OR (table4.col2_12 < 5e-324:::FLOAT8)) AND (table4.col1_1 > e'\'':::STRING), INDEX (col1_2 ASC, col1_1 ASC, col1_3, col3_21 DESC, col4_17 ASC) STORING (col4_12, col4_13, col4_14, col4_15), UNIQUE (col1_2) WHERE ((((table4.col4_17 > 1.0) OR (table4.col4_13 = '-infinity')) AND (table4.col2_4 >= '24:00:00')) OR (table4.col2_12 >= 1.0)) AND (table4.col3_21 = 1), UNIQUE (col1_1), FAMILY (col3_20), FAMILY (col1_3), FAMILY (col4_16), FAMILY (col4_12), FAMILY (col1_0), FAMILY (col3_21), FAMILY (col2_7), FAMILY (col4_13), FAMILY (col3_8, col4_17), FAMILY (col4_15), FAMILY (col3_19), FAMILY (col1_1, col4_14), FAMILY (col2_4), FAMILY (col1_2), FAMILY (col2_9), FAMILY (col2_12)) INTERLEAVE IN PARENT table3 (col1_1, col1_3, col1_2, col1_0, col2_4, col2_12, col2_7, col2_9, col3_20, col3_19, col3_21, col3_8);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 747766236804434873, "histo_buckets": [{"distinct_range": 0, "num_eq": 5503005573347409650, "num_range": 0, "upper_bound": "1972-08-13 07:39:08.000634+00:00"}, {"distinct_range": 8000000000, "num_eq": 1637709797941383415, "num_range": 8000000000, "upper_bound": "1981-06-22 03:06:46.000856+00:00"}, {"distinct_range": 0, "num_eq": 1431044420717654580, "num_range": 800000000, "upper_bound": "3000-01-01 00:00:00+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 1898606476475380031}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 101070082036016595, "histo_buckets": [{"distinct_range": 0, "num_eq": 504947619287163031, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00+00:00"}, {"distinct_range": 0, "num_eq": 7894896940253971156, "num_range": 300000, "upper_bound": "0001-01-01 00:00:00+00:00"}, {"distinct_range": 8000, "num_eq": 675316027693776705, "num_range": 8000, "upper_bound": "2018-01-03 22:41:52.000827+00:00"}, {"distinct_range": 450985.4502241177, "num_eq": 1000000, "num_range": 800000, "upper_bound": "2026-09-06 21:33:19.000905+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 1898606476475380031}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 385862749834101142, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1898606476475380031}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 515591678098074431, "histo_buckets": [{"distinct_range": 0, "num_eq": 10, "num_range": 0, "upper_bound": "/^"}, {"distinct_range": 925883904205900700, "num_eq": 3000000000, "num_range": 1294965315633300588, "upper_bound": "@W"}, {"distinct_range": 2000000, "num_eq": 8670404223198789485, "num_range": 2000000, "upper_bound": "c\\tgB\\tI\\u001a"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1898606476475380031}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1203024004934055556, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 200, "upper_bound": "14874209"}, {"distinct_range": 13432041.867316278, "num_eq": 90000, "num_range": 100000000, "upper_bound": "43650965"}, {"distinct_range": 194676894.46140367, "num_eq": 3348621082438412392, "num_range": 300000000, "upper_bound": "1672286811"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 1898606476475380031}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 589548657, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 580559723, "histo_col_type": "", "name": "__auto__", "null_count": 237409943, "row_count": 700000000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 609808298, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "-5881913720699190502"}, {"distinct_range": 185945.23767414957, "num_eq": 30000000000, "num_range": 600000, "upper_bound": "578777849147571691"}, {"distinct_range": 4170884512550890500, "num_eq": 0, "num_range": 8342497792852590736, "upper_bound": "1387384685827724386"}, {"distinct_range": 300, "num_eq": 7063066205114517535, "num_range": 300, "upper_bound": "2187583657126926982"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 538125454, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000000, "num_range": 0, "upper_bound": "660097281"}, {"distinct_range": 2404221.0575547745, "num_eq": 80000000000, "num_range": 10000000, "upper_bound": "1262781491"}, {"distinct_range": 5000000000, "num_eq": 50000, "num_range": 5000000000, "upper_bound": "1886108318"}, {"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "2328468139"}, {"distinct_range": 0, "num_eq": 5244887291019607781, "num_range": 0, "upper_bound": "2345964237"}, {"distinct_range": 2496663080303777300, "num_eq": 3119036110363012506, "num_range": 2875207592971124458, "upper_bound": "2759175856"}, {"distinct_range": 2137324931867248400, "num_eq": 331899298862676605, "num_range": 2979493400856234261, "upper_bound": "3131026297"}, {"distinct_range": 1921366591795788500, "num_eq": 4000000000, "num_range": 3287545810567245334, "upper_bound": "4062492625"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 411829212, "row_count": 700000000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 244239874, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000, "num_range": 0, "upper_bound": "-23534"}, {"distinct_range": 0, "num_eq": 3289255615138616104, "num_range": 100000000000, "upper_bound": "-20968"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 499131332, "histo_col_type": "", "name": "__auto__", "null_count": 107403349, "row_count": 700000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 161783490, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 328156568, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 454600345, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 363057483, "histo_col_type": "", "name": "__auto__", "null_count": 554732242, "row_count": 700000000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 263012234, "histo_col_type": "", "name": "__auto__", "null_count": 274202708, "row_count": 700000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 274997030, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 227852825, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000, "num_range": 0, "upper_bound": "17:49:52.029303+12:16:00"}, {"distinct_range": 0, "num_eq": 7000, "num_range": 2000000, "upper_bound": "18:10:22.615721-05:03:00"}, {"distinct_range": 4076557162204730400, "num_eq": 0, "num_range": 4076557162204730490, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 563511488, "row_count": 700000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 285639049, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-0.723248399425649"}, {"distinct_range": 2560018771003944000, "num_eq": 5274897867491854101, "num_range": 2560018771003943761, "upper_bound": "-0.10077150855081718"}, {"distinct_range": 0, "num_eq": 8488431106130577159, "num_range": 4535357202833526926, "upper_bound": "-0.0219235806248681"}, {"distinct_range": 7000, "num_eq": 600000, "num_range": 7000, "upper_bound": "0.03513544056286122"}, {"distinct_range": 4085533597605293000, "num_eq": 100000000, "num_range": 4085533597605292874, "upper_bound": "0.06509614643511796"}, {"distinct_range": 1888326441514226400, "num_eq": 2205056350298550656, "num_range": 2635906094745110124, "upper_bound": "1.0"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 511709516, "row_count": 700000000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4642409, "histo_col_type": "TIME", "name": "__auto__", "null_count": 1968921, "row_count": 6000000}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 541432, "histo_col_type": "", "name": "__auto__", "null_count": 718988, "row_count": 6000000}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3637540, "histo_col_type": "", "name": "__auto__", "null_count": 4584886, "row_count": 6000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2422928, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000, "num_range": 0, "upper_bound": "\\u0013ADs}\\u000b"}, {"distinct_range": 0, "num_eq": 938797830979906313, "num_range": 5000000, "upper_bound": "+"}, {"distinct_range": 1653799700580445000, "num_eq": 4000, "num_range": 1653799700580444989, "upper_bound": ".vuLU\'"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4539290, "histo_col_type": "", "name": "__auto__", "null_count": 4073314, "row_count": 6000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4966103, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 453967, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5618142, "histo_col_type": "", "name": "__auto__", "null_count": 3618842, "row_count": 6000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1660751, "histo_col_type": "", "name": "__auto__", "null_count": 2802034, "row_count": 6000000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 629309, "histo_col_type": "", "name": "__auto__", "null_count": 4333284, "row_count": 6000000}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3495129, "histo_col_type": "", "name": "__auto__", "null_count": 5106817, "row_count": 6000000}, {"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5583116, "histo_col_type": "", "name": "__auto__", "null_count": 1767516, "row_count": 6000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4345627, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5988644, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000, "num_range": 0, "upper_bound": "\\\\x2c237e9402bc"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 4558051, "row_count": 6000000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4886122, "histo_col_type": "", "name": "__auto__", "null_count": 5336946, "row_count": 6000000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1869812, "histo_col_type": "", "name": "__auto__", "null_count": 2173293, "row_count": 6000000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3125221, "histo_col_type": "", "name": "__auto__", "null_count": 5669528, "row_count": 6000000}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2633257, "histo_col_type": "", "name": "__auto__", "null_count": 5843320, "row_count": 6000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2016962, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1950198, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2773412, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6000000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 53660, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000, "num_range": 0, "upper_bound": "-53 years -1 mons -788 days -05:54:30.337661"}, {"distinct_range": 160810452084874020, "num_eq": 6673195834443539681, "num_range": 1967622492214279105, "upper_bound": "-50 years -8 mons -435 days -08:07:55.084011"}, {"distinct_range": 34885132432509924, "num_eq": 0, "num_range": 109344043977209696, "upper_bound": "18 years 4 mons 169 days 05:31:42.691254"}, {"distinct_range": 1556175409759759600, "num_eq": 1575375712244974468, "num_range": 5275019093028461187, "upper_bound": "36 years 4 mons 710 days 06:58:39.316402"}, {"distinct_range": 48487980239.64204, "num_eq": 800, "num_range": 60000000000, "upper_bound": "45 years 8 mons 924 days 22:09:45.300347"}, {"distinct_range": 1725721.5181763363, "num_eq": 50000000000, "num_range": 3000000, "upper_bound": "57 years 9 mons 209 days 11:37:12.426002"}, {"distinct_range": 60, "num_eq": 6000, "num_range": 60, "upper_bound": "75 years 824 days 06:32:35.976804"}, {"distinct_range": 0, "num_eq": 3168578831982909576, "num_range": 0, "upper_bound": "82 years 2 mons 746 days 05:08:33.163028"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 6000000}]':::JSONB;
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 224309874185410875, "histo_col_type": "", "name": "__auto__", "null_count": 8688135274496023, "row_count": 6135917884333315331}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5316929343719785332, "histo_col_type": "", "name": "__auto__", "null_count": 3908298713663536956, "row_count": 6135917884333315331}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3675568940420688093, "histo_col_type": "", "name": "__auto__", "null_count": 2015151768993260844, "row_count": 6135917884333315331}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3682050008752802641, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6135917884333315331}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5452282311451999890, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6135917884333315331}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6049172187341955918, "histo_col_type": "", "name": "__auto__", "null_count": 5966527350146445224, "row_count": 6135917884333315331}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 908878647172697839, "histo_col_type": "", "name": "__auto__", "null_count": 5800400020295559264, "row_count": 6135917884333315331}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 84080336108317336, "histo_col_type": "", "name": "__auto__", "null_count": 1501898771881368641, "row_count": 6135917884333315331}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5473360581773386800, "histo_buckets": [{"distinct_range": 0, "num_eq": 8710345429986143737, "num_range": 0, "upper_bound": "-infinity"}, {"distinct_range": 0, "num_eq": 90000000000, "num_range": 8093425314735903888, "upper_bound": "1974-12-02"}, {"distinct_range": 0, "num_eq": 700000, "num_range": 100000, "upper_bound": "1977-09-02"}, {"distinct_range": 0, "num_eq": 7897225633227577455, "num_range": 2904266461303395310, "upper_bound": "1989-06-03"}, {"distinct_range": 77.57636419190557, "num_eq": 806059938964955889, "num_range": 100, "upper_bound": "1991-06-06"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 6023559573866522774, "row_count": 6135917884333315331}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1735142334525070409, "histo_col_type": "", "name": "__auto__", "null_count": 4063918212510821299, "row_count": 6135917884333315331}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5746257601875261151, "histo_col_type": "", "name": "__auto__", "null_count": 2035106754932852454, "row_count": 6135917884333315331}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1924683790901149810, "histo_col_type": "", "name": "__auto__", "null_count": 2134517375884933818, "row_count": 6135917884333315331}, {"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4176806040018196425, "histo_col_type": "", "name": "__auto__", "null_count": 1546575222420091124, "row_count": 6135917884333315331}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2793749498975329553, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "-0.4825224280357361"}, {"distinct_range": 30000, "num_eq": 2115737247938763227, "num_range": 30000, "upper_bound": "-0.09085128456354141"}, {"distinct_range": 1303380346425553000, "num_eq": 2635720296697958711, "num_range": 1557335554910108867, "upper_bound": "0.7263261675834656"}, {"distinct_range": 862721589648592300, "num_eq": 50000000, "num_range": 1152942427268256658, "upper_bound": "1.3261789083480835"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 5013049070621281001, "row_count": 6135917884333315331}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4425878240489935080, "histo_buckets": [{"distinct_range": 0, "num_eq": 353917671031327261, "num_range": 0, "upper_bound": "\\u0012K\\t1\\u00016M"}, {"distinct_range": 10, "num_eq": 0, "num_range": 10, "upper_bound": "3P\\u00084N@-t"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 6135917884333315331}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4590730572188960106, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "2069700537"}, {"distinct_range": 388.02697225211216, "num_eq": 40, "num_range": 400, "upper_bound": "2742477071"}, {"distinct_range": 89584304.91373585, "num_eq": 1068142939253834563, "num_range": 90000000, "upper_bound": "2901763606"}, {"distinct_range": 30, "num_eq": 9000000000, "num_range": 30, "upper_bound": "3658569867"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 6135917884333315331}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4636422910414134052, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6135917884333315331}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1721895896464477520, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6135917884333315331}]':::JSONB;
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_2) REFERENCES table4 (col1_2) ON UPDATE RESTRICT;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('ttibj', 'u', 'fluvah', 'oadx', 'old');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('t', 'bsh', 'cipbts', 'jckxyf');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('hjmsk', 'pdvpa', 'mzix', 'pcqczc');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('smbr', 'oxzuqa', 'jty', 'otvgeu');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1025, "histo_buckets": [{"distinct_range": 0, "num_eq": 5721519543144063036, "num_range": 0, "upper_bound": "1053415602"}, {"distinct_range": 5000000000, "num_eq": 300000, "num_range": 5000000000, "upper_bound": "1826619067"}, {"distinct_range": 6000, "num_eq": 70, "num_range": 6000, "upper_bound": "2820414025"}, {"distinct_range": 294751.0694798383, "num_eq": 623034224061025224, "num_range": 500000, "upper_bound": "2865853449"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1970, "histo_buckets": [{"distinct_range": 0, "num_eq": 50, "num_range": 0, "upper_bound": "1989-09-13 23:02:08.000602+00:00"}, {"distinct_range": 0, "num_eq": 5355944632330806060, "num_range": 0, "upper_bound": "1992-12-12 05:56:18.000469+00:00"}, {"distinct_range": 1241755951375252500, "num_eq": 3073140947243821899, "num_range": 2001909076510247749, "upper_bound": "2006-03-06 03:04:40.000717+00:00"}, {"distinct_range": 143657.41195221612, "num_eq": 1000000000, "num_range": 1000000, "upper_bound": "2020-07-12 08:13:58.000708+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 822, "histo_buckets": [{"distinct_range": 0, "num_eq": 80000000, "num_range": 0, "upper_bound": "1991-06-22 16:19:52.000181+00:00"}, {"distinct_range": 276672836.131176, "num_eq": 90000, "num_range": 600000000, "upper_bound": "1997-06-07 23:11:46.000341+00:00"}, {"distinct_range": 8746873813410672000, "num_eq": 1559291072895014654, "num_range": 8746873813410671529, "upper_bound": "2010-09-15 07:14:44.000364+00:00"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 50000, "upper_bound": "2022-07-09 16:28:43.000936+00:00"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 4481104552593788659, "upper_bound": "2026-07-10 20:07:48.000198+00:00"}, {"distinct_range": 0, "num_eq": 4243126955770660908, "num_range": 6419894545220450143, "upper_bound": "2028-06-09 22:19:32.000295+00:00"}, {"distinct_range": 8198797838238671000, "num_eq": 50000000, "num_range": 8198797838238671289, "upper_bound": "2031-12-14 16:18:34.000118+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1374, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2193, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000, "num_range": 0, "upper_bound": "\\u0000"}, {"distinct_range": 0, "num_eq": 30, "num_range": 6363628004688729712, "upper_bound": "-"}, {"distinct_range": 95947.91464525524, "num_eq": 4076666989605286925, "num_range": 400000, "upper_bound": "6\\u0011"}, {"distinct_range": 80000, "num_eq": 6360567591636708709, "num_range": 80000, "upper_bound": "8\'Q"}, {"distinct_range": 0, "num_eq": 4185994865370106630, "num_range": 2000000000, "upper_bound": "H}\\u0016b\\u0010b\\u0004\x7fk"}, {"distinct_range": 0, "num_eq": 400, "num_range": 2407714257109975932, "upper_bound": "n]\\u001cT\\u001daXl4"}, {"distinct_range": 40987.2823136098, "num_eq": 1825287374713342949, "num_range": 100000, "upper_bound": "z9W*cCU"}, {"distinct_range": 4676275023291088000, "num_eq": 30, "num_range": 4676275023291087887, "upper_bound": "\U00002603"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 3000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21251, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "\\u0012FK"}, {"distinct_range": 8548161352320464000, "num_eq": 100, "num_range": 8548161352320464293, "upper_bound": "*\\u000eaPs\\u0013 <V"}, {"distinct_range": 7000000000, "num_eq": 5253445290169450166, "num_range": 7000000000, "upper_bound": "1<9Mq!h"}, {"distinct_range": 2037508286807069700, "num_eq": 753911665840096265, "num_range": 6103237044064602153, "upper_bound": "1VS)iq;,"}, {"distinct_range": 1000, "num_eq": 3333918598102006548, "num_range": 1000, "upper_bound": "="}, {"distinct_range": 2822467545592425000, "num_eq": 40, "num_range": 2822467545592424783, "upper_bound": "T)i"}, {"distinct_range": 8285336106405109000, "num_eq": 7000000000, "num_range": 8285336106405108714, "upper_bound": "X"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18342, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 0, "num_eq": 3970917476091049075, "num_range": 20000000, "upper_bound": "11:00:47.82533+11:12:00"}, {"distinct_range": 2455748791484272600, "num_eq": 6000, "num_range": 2455748791484272658, "upper_bound": "15:58:04.051285+13:03:00"}, {"distinct_range": 0, "num_eq": 3862878303967134438, "num_range": 2990192315374139583, "upper_bound": "05:03:41.746291-01:00:00"}, {"distinct_range": 824879739905943600, "num_eq": 3546557475756975604, "num_range": 2249946856593971349, "upper_bound": "09:13:22.576623+02:12:00"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 3760926512970544011, "upper_bound": "13:28:04.216039+00:51:00"}, {"distinct_range": 20, "num_eq": 20000000, "num_range": 20, "upper_bound": "12:48:53.053391-03:36:00"}, {"distinct_range": 400000, "num_eq": 664221290183072964, "num_range": 400000, "upper_bound": "13:39:16.049622-09:15:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 11914, "row_count": 30000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 19118, "histo_buckets": [{"distinct_range": 0, "num_eq": 940852707564070893, "num_range": 0, "upper_bound": "-0.7316868712205432"}, {"distinct_range": 51.26223813741347, "num_eq": 4131700832476931175, "num_range": 70, "upper_bound": "0.1405019932205701"}], "histo_col_type": "FLOAT8", "name": "__auto__", "null_count": 1299, "row_count": 30000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8246, "histo_col_type": "", "name": "__auto__", "null_count": 13722, "row_count": 30000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1972, "histo_buckets": [{"distinct_range": 0, "num_eq": 90, "num_range": 0, "upper_bound": "-5062070120351989847"}, {"distinct_range": 30000000000, "num_eq": 8000000, "num_range": 30000000000, "upper_bound": "5862774706777437974"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25688, "histo_col_type": "", "name": "__auto__", "null_count": 2371, "row_count": 30000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9543, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4130, "histo_col_type": "", "name": "__auto__", "null_count": 19938, "row_count": 30000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 11186, "histo_col_type": "", "name": "__auto__", "null_count": 19153, "row_count": 30000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17720, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "5211"}, {"distinct_range": 0, "num_eq": 20000, "num_range": 300000, "upper_bound": "19232"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10977, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5180, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7590, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23833, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000000, "num_range": 0, "upper_bound": "30757871"}, {"distinct_range": 0, "num_eq": 1549208957310946210, "num_range": 2159355004014333027, "upper_bound": "337214071"}, {"distinct_range": 0, "num_eq": 5580365812514312922, "num_range": 8517779891362785542, "upper_bound": "664169349"}, {"distinct_range": 60, "num_eq": 0, "num_range": 60, "upper_bound": "1483111311"}, {"distinct_range": 1967272198840187600, "num_eq": 5000000, "num_range": 2022064569861939409, "upper_bound": "2169229372"}, {"distinct_range": 900000, "num_eq": 0, "num_range": 900000, "upper_bound": "2180860413"}, {"distinct_range": 800000, "num_eq": 300, "num_range": 800000, "upper_bound": "3406897395"}, {"distinct_range": 5782743382347905000, "num_eq": 7727080421587902393, "num_range": 5782743382347905320, "upper_bound": "3746810167"}, {"distinct_range": 0, "num_eq": 2406426902188717511, "num_range": 9000, "upper_bound": "4182994113"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 16476, "row_count": 30000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1206249154, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1336023933, "histo_buckets": [{"distinct_range": 0, "num_eq": 871575716781023839, "num_range": 0, "upper_bound": "\\\\x5ce3630e918343e7"}, {"distinct_range": 4095516430566196000, "num_eq": 6000000, "num_range": 4095516430566196072, "upper_bound": "\\\\x85d3"}, {"distinct_range": 30, "num_eq": 80000, "num_range": 30, "upper_bound": "\\\\xc6"}, {"distinct_range": 656.4519809667854, "num_eq": 300000000, "num_range": 6000, "upper_bound": "\\\\xf7e478612201117164"}, {"distinct_range": 0, "num_eq": 1674577111032565015, "num_range": 200, "upper_bound": "\\\\xfece998fcf79ea4062"}], "histo_col_type": "BYTES", "name": "__auto__", "null_count": 1590868815, "row_count": 2000000000}, {"columns": ["col3_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1297539162, "histo_col_type": "", "name": "__auto__", "null_count": 748955025, "row_count": 2000000000}, {"columns": ["col3_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 893181252, "histo_col_type": "", "name": "__auto__", "null_count": 877832534, "row_count": 2000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1477277778, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1285800262, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 883386822, "histo_col_type": "", "name": "__auto__", "null_count": 286543588, "row_count": 2000000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 663011936, "histo_col_type": "", "name": "__auto__", "null_count": 390883069, "row_count": 2000000000}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23391871, "histo_buckets": [{"distinct_range": 0, "num_eq": 9208984121710285840, "num_range": 0, "upper_bound": "-22 years -9 mons -40 days -13:35:19.959018"}, {"distinct_range": 44709.48725329946, "num_eq": 800000, "num_range": 60000, "upper_bound": "-13 years -1 mons -135 days -03:36:09.317699"}, {"distinct_range": 2.1691249962037755, "num_eq": 3000000, "num_range": 50, "upper_bound": "17 years 11 mons 150 days 06:28:47.60557"}, {"distinct_range": 6694698310542047000, "num_eq": 5734225680119533895, "num_range": 8096927077874928902, "upper_bound": "46 years 11 mons 660 days 09:09:56.810954"}, {"distinct_range": 0, "num_eq": 300000, "num_range": 0, "upper_bound": "48 years 8 mons 373 days 17:18:10.408364"}, {"distinct_range": 0, "num_eq": 2901776762341850185, "num_range": 9069956876249019819, "upper_bound": "61 years 5 mons 738 days 00:34:24.554846"}, {"distinct_range": 0, "num_eq": 300000, "num_range": 731884252524750110, "upper_bound": "64 years 7 mons 286 days 04:24:04.731369"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col3_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 744054513, "histo_col_type": "TIME", "name": "__auto__", "null_count": 1144064596, "row_count": 2000000000}, {"columns": ["col3_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 244680790, "histo_col_type": "", "name": "__auto__", "null_count": 193718937, "row_count": 2000000000}, {"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 845547194, "histo_col_type": "", "name": "__auto__", "null_count": 974154074, "row_count": 2000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1587659391, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col3_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1532838235, "histo_col_type": "", "name": "__auto__", "null_count": 824381302, "row_count": 2000000000}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1195784653, "histo_col_type": "", "name": "__auto__", "null_count": 1537844979, "row_count": 2000000000}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 543848002, "histo_col_type": "", "name": "__auto__", "null_count": 1262132289, "row_count": 2000000000}, {"columns": ["col3_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 221677671, "histo_col_type": "", "name": "__auto__", "null_count": 1536008249, "row_count": 2000000000}, {"columns": ["col3_18"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 869223908, "histo_col_type": "", "name": "__auto__", "null_count": 1162570815, "row_count": 2000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1039167562, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 1131.232481050637, "num_eq": 4937941757346713581, "num_range": 6000, "upper_bound": "HK"}, {"distinct_range": 7714468111304334000, "num_eq": 183098386001731807, "num_range": 7714468111304334656, "upper_bound": "V\\u001f"}, {"distinct_range": 12024112.638253013, "num_eq": 6970615539782407289, "num_range": 50000000, "upper_bound": "]Qh=\\u0006&\\u0003`\\r"}, {"distinct_range": 20000, "num_eq": 1314914602670553129, "num_range": 20000, "upper_bound": "^dp\\u000cXd"}, {"distinct_range": 0, "num_eq": 3994389281219643503, "num_range": 8429579067221832761, "upper_bound": "`3\\u001dU\\n\\\\"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 222724464, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1896441079, "histo_col_type": "", "name": "__auto__", "null_count": 1881049077, "row_count": 2000000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 791217850, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2000000000}]';
        test_1        |             ALTER TABLE table4 INJECT STATISTICS e'[{"columns": ["col4_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1610641035127294713, "histo_col_type": "", "name": "__auto__", "null_count": 5521797945034609686, "row_count": 6532273077833447112}, {"columns": ["col4_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2025222934259887832, "histo_col_type": "", "name": "__auto__", "null_count": 4292541196219353464, "row_count": 6532273077833447112}, {"columns": ["col3_20"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1974153927297921086, "histo_col_type": "", "name": "__auto__", "null_count": 1406263657731671945, "row_count": 6532273077833447112}, {"columns": ["col3_21"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 299288024829984050, "histo_col_type": "", "name": "__auto__", "null_count": 6136008001012804835, "row_count": 6532273077833447112}, {"columns": ["col4_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 726122874837404391, "histo_col_type": "", "name": "__auto__", "null_count": 4351873875494926448, "row_count": 6532273077833447112}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1389924541332361714, "histo_col_type": "", "name": "__auto__", "null_count": 1821524791946346857, "row_count": 6532273077833447112}, {"columns": ["col3_19"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4839767865390016364, "histo_col_type": "", "name": "__auto__", "null_count": 5221717345179898881, "row_count": 6532273077833447112}, {"columns": ["col4_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4184789158132340791, "histo_buckets": [{"distinct_range": 0, "num_eq": 8284971274115615053, "num_range": 0, "upper_bound": "1970-09-09"}, {"distinct_range": 2707198190479519000, "num_eq": 1707096764083012591, "num_range": 4237603701962025735, "upper_bound": "1975-10-09"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 2471869526168319962, "row_count": 6532273077833447112}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6152610317226959854, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6532273077833447112}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1653762000984245311, "histo_col_type": "", "name": "__auto__", "null_count": 2550052723415222835, "row_count": 6532273077833447112}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4055143568161850182, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6532273077833447112}, {"columns": ["col4_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4331315822116253019, "histo_col_type": "", "name": "__auto__", "null_count": 2214837196141370719, "row_count": 6532273077833447112}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6132348027693218007, "histo_buckets": [{"distinct_range": 0, "num_eq": 8658156406923877424, "num_range": 0, "upper_bound": ""}, {"distinct_range": 1033840292937878900, "num_eq": 7316791986763358806, "num_range": 2802059273984734354, "upper_bound": "\\t\\u001e"}, {"distinct_range": 6823117285806457000, "num_eq": 60, "num_range": 7639574356950035303, "upper_bound": "6F\\u001dcm*<"}, {"distinct_range": 7625359171013195000, "num_eq": 80000000000, "num_range": 7625359171013195179, "upper_bound": "8;\\u0001\\u0013RAM"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "JHJ22i\\r("}, {"distinct_range": 69283091744.50928, "num_eq": 2493413667354713088, "num_range": 100000000000, "upper_bound": "P@\\u0017W"}, {"distinct_range": 0, "num_eq": 3697468248105988243, "num_range": 50000000000, "upper_bound": "X\\u001dr\\u001du."}, {"distinct_range": 0, "num_eq": 6679208213141794012, "num_range": 70000000, "upper_bound": "w"}, {"distinct_range": 0, "num_eq": 4695329995299471524, "num_range": 8289108698247978631, "upper_bound": "\U00002603"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 6532273077833447112}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 971434816405998572, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6532273077833447112}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3273627443173290119, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 6532273077833447112}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3243120053171007539, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000, "num_range": 0, "upper_bound": "741400758"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 8000, "upper_bound": "2538837342"}, {"distinct_range": 0, "num_eq": 3167977788744510573, "num_range": 0, "upper_bound": "3612534750"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 6532273077833447112}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2089387809926618842, "histo_col_type": "", "name": "__auto__", "null_count": 3353068156714889889, "row_count": 6532273077833447112}, {"columns": ["col4_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4050225235549427342, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000000, "num_range": 0, "upper_bound": "-0.6690963506698608"}, {"distinct_range": 4871753648608125000, "num_eq": 50000, "num_range": 4871753648608124562, "upper_bound": "-0.17608989775180817"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 325785399249433912, "row_count": 6532273077833447112}]';
        test_1        |             ALTER TABLE table4 ADD FOREIGN KEY (col1_1, col1_2, col4_14) REFERENCES table2 (col1_1, col1_2, col2_7);
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col1_1) REFERENCES table4 (col1_1);
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col2_9) REFERENCES table2 (col2_9);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1153067385204932814, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000000, "num_range": 0, "upper_bound": "1978-09-23 17:20:55.00081+00:00"}, {"distinct_range": 43446.3895646748, "num_eq": 50, "num_range": 60000, "upper_bound": "1986-10-30 17:06:43.000175+00:00"}, {"distinct_range": 0, "num_eq": 7519223040093508982, "num_range": 7128993374793886098, "upper_bound": "2001-11-28 21:31:33.000447+00:00"}, {"distinct_range": 170822916700019330, "num_eq": 8479938037580204745, "num_range": 6140197187130628880, "upper_bound": "2010-03-13 09:11:58.00014+00:00"}, {"distinct_range": 34.58779185485453, "num_eq": 7259831595753465379, "num_range": 60, "upper_bound": "2010-04-30 02:16:01.000042+00:00"}, {"distinct_range": 3000000000, "num_eq": 200000, "num_range": 3000000000, "upper_bound": "2012-08-21 23:09:10.000507+00:00"}, {"distinct_range": 0, "num_eq": 4956344178982735184, "num_range": 770575886405014625, "upper_bound": "2029-08-10 22:17:08.000882+00:00"}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 6590527348122192239, "upper_bound": "3000-01-01 00:00:00+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 1892189245967080688}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1799924725096887069, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1892189245967080688}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1031695281418557440, "histo_buckets": [{"distinct_range": 0, "num_eq": 8447409326053564112, "num_range": 0, "upper_bound": ""}, {"distinct_range": 157095072215383900, "num_eq": 3586093561262602099, "num_range": 207656102120245551, "upper_bound": "\\u0004q"}, {"distinct_range": 2445001666166502400, "num_eq": 5522776959589497474, "num_range": 2445001666166502409, "upper_bound": "IJY{{\\u0005p"}, {"distinct_range": 1590345192881767400, "num_eq": 201356331008692574, "num_range": 3995922524457092878, "upper_bound": "N1\\t;"}, {"distinct_range": 1783163.3365616081, "num_eq": 800000, "num_range": 3000000, "upper_bound": "V\\u001a\\u0019%\\u000c@6"}, {"distinct_range": 50, "num_eq": 4437251430947921819, "num_range": 50, "upper_bound": "^"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1892189245967080688}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 765560765529713031, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 30000000, "num_eq": 148201841637449966, "num_range": 30000000, "upper_bound": "1275513653"}, {"distinct_range": 7378287705013462000, "num_eq": 2591938317919799354, "num_range": 7378287705013461739, "upper_bound": "1962078658"}, {"distinct_range": 0, "num_eq": 82781113062387432, "num_range": 0, "upper_bound": "2384876715"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 2309622518321851890, "upper_bound": "4285538890"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 0, "row_count": 1892189245967080688}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 200906941563374494, "histo_buckets": [{"distinct_range": 0, "num_eq": 7013644748206381400, "num_range": 0, "upper_bound": "1978-06-03 05:54:51.000998+00:00"}, {"distinct_range": 0, "num_eq": 1413827133215755248, "num_range": 0, "upper_bound": "1992-04-19 23:36:33.000053+00:00"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 1124327833346336119, "upper_bound": "1996-03-09 08:25:49.000235+00:00"}, {"distinct_range": 535986920735978400, "num_eq": 5488128442054903406, "num_range": 535986920735978338, "upper_bound": "1997-10-23 21:52:12.000528+00:00"}, {"distinct_range": 4532694179736748500, "num_eq": 6000000, "num_range": 4532694179736748556, "upper_bound": "1998-03-12 23:49:08.00096+00:00"}, {"distinct_range": 238873734835238400, "num_eq": 7181990190902419191, "num_range": 8530092395082230480, "upper_bound": "2001-02-23 11:35:48.000452+00:00"}, {"distinct_range": 2141913578590343000, "num_eq": 0, "num_range": 2141913578590342798, "upper_bound": "2015-06-04 05:22:13.00082+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 1892189245967080688}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS e'[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6263733157, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5168526154, "histo_col_type": "", "name": "__auto__", "null_count": 3666772309, "row_count": 8000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1056476036, "histo_buckets": [{"distinct_range": 0, "num_eq": 5507438914474713095, "num_range": 0, "upper_bound": ""}, {"distinct_range": 116917.48156874446, "num_eq": 4146442082808227421, "num_range": 300000, "upper_bound": "\\u0003u\\u0006U\\u0017Q\\u001c"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 3843797044821637905, "upper_bound": "lN)Yt"}, {"distinct_range": 1000000000, "num_eq": 4888957348609599348, "num_range": 1000000000, "upper_bound": "yr1C\\"\\u0019"}, {"distinct_range": 1419420993902583000, "num_eq": 0, "num_range": 1419420993902583041, "upper_bound": "|n\\u0015\\u000c./L\\u0014"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 8000000000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1529235180, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "09:25:43.344981+09:07:00"}, {"distinct_range": 2745639000232832500, "num_eq": 3000000000, "num_range": 2745639000232832331, "upper_bound": "09:51:54.544755+03:11:00"}, {"distinct_range": 41876322.915328436, "num_eq": 30, "num_range": 80000000, "upper_bound": "05:57:12.26207-02:26:00"}, {"distinct_range": 0, "num_eq": 5278948728981582519, "num_range": 4099144706217832665, "upper_bound": "11:28:56.425774+03:02:00"}, {"distinct_range": 1000, "num_eq": 50, "num_range": 1000, "upper_bound": "11:08:52.981588+01:14:00"}, {"distinct_range": 319.7125904008106, "num_eq": 4960203929796232902, "num_range": 700, "upper_bound": "03:41:08.013008-06:19:00"}, {"distinct_range": 0, "num_eq": 831922084190278712, "num_range": 6483560230138224425, "upper_b
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@339275585b7d30b9ee2d49b0c696b9ddb8d51ad4:

        postgres_1    |         col_96522 NULLS FIRST
        test_1        | --- FAIL: TestCompare (55.41s)
        test_1        |     --- FAIL: TestCompare/postgres (54.76s)
        test_1        |         compare_test.go:155: compare cockroach1 to postgres:
        test_1        |             unexpected diff:
        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |             -   string("2000-01-01 03:00:00D"),
        test_1        |             +   string("2000-01-01 03:00:00+00D"),
        test_1        |               }))
        test_1        |             cockroach1:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (SELECT ('2000-01-01 03:00:00+00:00'::TIMESTAMPTZ::TIMESTAMPTZ || 'D'::TEXT::TEXT)::TEXT AS col_96536)
        test_1        |                     AS tab_49432
        test_1        |             ORDER BY
        test_1        |                 col_96536 NULLS FIRST;
        test_1        |             
        test_1        |             postgres: [same as previous]
        test_1        |             
        test_1        |     --- FAIL: TestCompare/mutators (0.65s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 BOOL NOT NULL, col1_1 REGPROCEDURE NOT NULL, col1_2 BYTES NULL, col1_3 REGNAMESPACE NOT NULL, col1_4 REGPROC, col1_5 INT8 NULL, col1_6 INTERVAL NOT NULL, col1_7 BYTES NULL, col1_8 TIME NOT NULL, col1_9 REGPROCEDURE NULL, col1_10 DECIMAL NULL, PRIMARY KEY (col1_6, col1_1), UNIQUE (col1_6, col1_2 ASC, col1_1 DESC, col1_5 ASC, col1_9, col1_8 ASC) STORING (col1_3, col1_4, col1_7, col1_10), INDEX (col1_8 DESC, col1_4 ASC, col1_5, col1_1 ASC, col1_6 DESC, col1_9, col1_2, col1_7 DESC, col1_3, col1_0 DESC) WHERE ((((table1.col1_0 OR (table1.col1_8 > '00:00:00':::TIME)) OR (table1.col1_10 = 'NaN':::DECIMAL)) OR (table1.col1_7 != e'\\x':::BYTES)) OR (table1.col1_5 > 9223372036854775807:::INT8)) AND (table1.col1_2 < e'\\x58':::BYTES), UNIQUE (col1_3 ASC, col1_9, col1_4, col1_10, col1_8 DESC, col1_1 DESC), UNIQUE (col1_8 ASC, col1_3 ASC, col1_2 DESC, col1_0, col1_10 ASC, col1_4 DESC) STORING (col1_5) WHERE (((((table1.col1_8 <= '24:00:00':::TIME) OR table1.col1_0) AND (table1.col1_10 <= 'NaN':::DECIMAL)) AND (table1.col1_2 >= e'\\x':::BYTES)) OR (table1.col1_7 != e'\\x':::BYTES)) AND (table1.col1_5 <= 2147483647:::INT8), INDEX (col1_1 ASC, col1_10, col1_4 DESC, col1_8, col1_0 DESC, col1_5 ASC, col1_6 ASC, col1_3 ASC, col1_9 DESC, col1_7 ASC) STORING (col1_2) WHERE ((((table1.col1_0 OR (table1.col1_8 <= '00:00:00')) OR (table1.col1_5 != 9223372036854775807)) AND (table1.col1_2 < '\x27')) OR (table1.col1_10 < -1)) OR (table1.col1_7 > '\x00'), UNIQUE (col1_9 ASC, col1_5 ASC, col1_2 DESC, col1_1, col1_6, col1_0 ASC, col1_7 DESC, col1_4 DESC) STORING (col1_3, col1_8) WHERE (((table1.col1_0 OR (table1.col1_2 != e'\\x00':::BYTES)) OR (table1.col1_8 <= '00:00:00':::TIME)) AND (table1.col1_10 = (-1.234E+401):::DECIMAL)) AND (table1.col1_5 != 32767:::INT8), UNIQUE (col1_3 ASC, col1_1, col1_4 ASC, col1_7, col1_2 DESC, col1_5 DESC, col1_6, col1_0 ASC, col1_10 ASC, col1_8, col1_9) WHERE table1.col1_0 AND (table1.col1_10 = -Infinity), UNIQUE (col1_1) STORING (col1_0, col1_2, col1_4, col1_7, col1_8, col1_9), FAMILY (col1_6), FAMILY (col1_3), FAMILY (col1_8), FAMILY (col1_10), FAMILY (col1_7), FAMILY (col1_4), FAMILY (col1_2), FAMILY (col1_9, col1_1), FAMILY (col1_5), FAMILY (col1_0));
        test_1        |             CREATE TABLE table2 (col2_0 REGPROCEDURE NOT NULL, PRIMARY KEY (col2_0), INDEX (col2_0), UNIQUE (col2_0 DESC), INDEX (col2_0 ASC), INDEX (col2_0 DESC), UNIQUE (col2_0 ASC), INDEX (col2_0));
        test_1        |             CREATE TABLE table3 (col3_0 TIME NOT NULL, col3_1 NAME[] NOT NULL, col3_2 "char" NOT NULL, col3_3 TIMESTAMPTZ NOT NULL, col3_4 VARCHAR NOT NULL, col3_5 VARCHAR NOT NULL, col3_6 STRING NOT NULL, col3_7 OID NOT NULL, col3_8 DECIMAL NOT NULL, col3_9 INTERVAL NOT NULL, PRIMARY KEY (col3_8 DESC, col3_7, col3_4 DESC, col3_9 ASC, col3_2, col3_0 ASC, col3_6, col3_3 ASC), UNIQUE (col3_3, col3_7 ASC, col3_5 DESC, col3_6, col3_4 DESC, col3_8 ASC, col3_2 ASC) WHERE (table3.col3_4 > '"':::STRING) OR (table3.col3_5 <= e'\'':::STRING), UNIQUE (col3_6 ASC, col3_0 ASC, col3_2 ASC, col3_8 DESC, col3_7 ASC, col3_4 DESC, col3_9) WHERE ((((((table3.col3_5 < '"':::STRING) OR (table3.col3_0 < '24:00:00':::TIME)) AND (table3.col3_2 < '':::STRING)) OR (table3.col3_4 != e'\x00':::STRING)) AND (table3.col3_8 <= '-Infinity':::DECIMAL)) AND (table3.col3_6 != e'\'':::STRING)) OR (table3.col3_3 < '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ), INDEX (col3_6 ASC, col3_9 DESC, col3_5 DESC, col3_2 ASC, col3_7 ASC, col3_8 ASC, col3_3 DESC), UNIQUE (col3_7 ASC, col3_8, col3_9 ASC, col3_0, col3_6 DESC) STORING (col3_1, col3_5), UNIQUE (col3_4, col3_5 ASC, col3_7 DESC), UNIQUE (col3_7 ASC, col3_6, col3_2 DESC, col3_5 ASC, col3_8, col3_9 DESC, col3_4 DESC, col3_3 DESC, col3_0 DESC) STORING (col3_1) WHERE (table3.col3_3 <= '294276-12-31 23:59:59.999999+00:00') OR (table3.col3_8 != NaN), FAMILY (col3_1, col3_7), FAMILY (col3_2), FAMILY (col3_8), FAMILY (col3_9, col3_4, col3_3, col3_5, col3_0, col3_6));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6717677160, "histo_buckets": [{"distinct_range": 0, "num_eq": 9174087366438870603, "num_range": 0, "upper_bound": "281702248"}, {"distinct_range": 53963336611.33906, "num_eq": 7674082731366355580, "num_range": 60000000000, "upper_bound": "1614696592"}, {"distinct_range": 0, "num_eq": 1682239506977913446, "num_range": 1792178071546332401, "upper_bound": "1804823089"}, {"distinct_range": 78658334661631660, "num_eq": 2000, "num_range": 240215756463301174, "upper_bound": "1939606154"}, {"distinct_range": 661534842513227400, "num_eq": 400000000, "num_range": 4761565894620027629, "upper_bound": "4068572409"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3047378184, "histo_col_type": "", "name": "__auto__", "null_count": 1377654178, "row_count": 7000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1971193944, "histo_buckets": [{"distinct_range": 0, "num_eq": 500, "num_range": 0, "upper_bound": "-74 years -8 mons -968 days -05:06:53.914772"}, {"distinct_range": 6415154.736592987, "num_eq": 40000000000, "num_range": 7000000, "upper_bound": "-59 years -2 mons -199 days -13:39:59.629155"}, {"distinct_range": 0, "num_eq": 6194930883657248656, "num_range": 3362107183441837146, "upper_bound": "-27 years -10 mons -23 days -17:31:32.076959"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 6413422750712189274, "upper_bound": "-15 years -8 mons -663 days -19:50:46.048073"}, {"distinct_range": 0, "num_eq": 300000, "num_range": 62792741573183708, "upper_bound": "-3 mons -479 days -24:44:07.477337"}, {"distinct_range": 0, "num_eq": 5306517223783747302, "num_range": 3885608066446947388, "upper_bound": "82 years 11 mons 356 days 18:18:16.520862"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9700005, "histo_col_type": "", "name": "__auto__", "null_count": 6365489532, "row_count": 7000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 123821092, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3142875859, "histo_buckets": [{"distinct_range": 0, "num_eq": 666797764157126445, "num_range": 0, "upper_bound": "2131160133"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 264132608, "histo_col_type": "", "name": "__auto__", "null_count": 5403492558, "row_count": 7000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5627942059, "histo_buckets": [{"distinct_range": 0, "num_eq": 92091346558024215, "num_range": 0, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 7000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 614347975, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 4137522954410333000, "num_eq": 500000, "num_range": 4137522954410333060, "upper_bound": "861780767"}, {"distinct_range": 0, "num_eq": 50000, "num_range": 1000000000, "upper_bound": "1373806825"}, {"distinct_range": 8302165927076079000, "num_eq": 6554499255009277344, "num_range": 8302165927076079055, "upper_bound": "1900842162"}, {"distinct_range": 0, "num_eq": 20, "num_range": 70000000000, "upper_bound": "2302406821"}, {"distinct_range": 0, "num_eq": 100000000000, "num_range": 0, "upper_bound": "2756753054"}, {"distinct_range": 1000000, "num_eq": 80000, "num_range": 1000000, "upper_bound": "3606010370"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 1807945724, "row_count": 7000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 847981170, "histo_col_type": "", "name": "__auto__", "null_count": 370122458, "row_count": 7000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5830442254, "histo_col_type": "", "name": "__auto__", "null_count": 2605466300, "row_count": 7000000000}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20, "histo_buckets": [{"distinct_range": 0, "num_eq": 5239228999772356217, "num_range": 0, "upper_bound": "2190825036"}, {"distinct_range": 0, "num_eq": 50000, "num_range": 7396146314503372085, "upper_bound": "2198891976"}, {"distinct_range": 3125790730451351600, "num_eq": 50000000, "num_range": 7844048673659156597, "upper_bound": "3937160654"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 60}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30874674339099455, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4522612876700448200, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000000, "num_range": 0, "upper_bound": "kY\\u0001"}, {"distinct_range": 0, "num_eq": 295181285288937647, "num_range": 9000, "upper_bound": "\U00002603"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7594908513156818910, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000, "num_range": 0, "upper_bound": "116028561"}, {"distinct_range": 8903.475280933842, "num_eq": 900000000, "num_range": 60000, "upper_bound": "129566179"}, {"distinct_range": 3748354411165911600, "num_eq": 10000000, "num_range": 8447997503197001106, "upper_bound": "480689247"}, {"distinct_range": 6647819542717853000, "num_eq": 7671580742047123639, "num_range": 6647819542717852791, "upper_bound": "2033598352"}, {"distinct_range": 0, "num_eq": 8025310824845398556, "num_range": 6019859577750513837, "upper_bound": "3177296770"}, {"distinct_range": 486838743675834400, "num_eq": 4000000000, "num_range": 486838743675834348, "upper_bound": "4213234579"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 767152462063560527, "histo_buckets": [{"distinct_range": 0, "num_eq": 2292323002616578396, "num_range": 0, "upper_bound": "-6.761443259001637432E+30"}, {"distinct_range": 40585.44427969509, "num_eq": 400000000, "num_range": 70000, "upper_bound": "-32321975561829998.08"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1027444851063028717, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 380823113036251995, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6583419017837249783, "histo_buckets": [{"distinct_range": 0, "num_eq": 30, "num_range": 0, "upper_bound": "\\u0008\\u0003\\\\\\u0005\\u0004~%"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4156667029175355236, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7479918471348537624, "histo_buckets": [{"distinct_range": 0, "num_eq": 9086685695739428349, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00+00:00"}, {"distinct_range": 1947065347826255000, "num_eq": 900, "num_range": 1947065347826254993, "upper_bound": "0001-01-01 00:00:00+00:00"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 5566299825563409127, "upper_bound": "1973-01-13 15:55:50.000145+00:00"}, {"distinct_range": 10000000000, "num_eq": 60000000, "num_range": 10000000000, "upper_bound": "1983-07-26 09:23:10.000355+00:00"}, {"distinct_range": 1818720397290671000, "num_eq": 5542711852113814381, "num_range": 6686133671251963417, "upper_bound": "1983-12-09 05:53:44.000386+00:00"}, {"distinct_range": 700000000, "num_eq": 0, "num_range": 700000000, "upper_bound": "2006-05-19 15:11:32.000327+00:00"}, {"distinct_range": 876472064.8434719, "num_eq": 60000, "num_range": 5000000000, "upper_bound": "2024-04-23 18:23:37.000754+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1584721974165229869, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9157289593161530477}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('ucwc', 'db', 'cmebq', 'plle', 'tnlkf', 'kmcgkv');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5393290359541080247, "histo_col_type": "", "name": "__auto__", "null_count": 5093578376820362435, "row_count": 9131334601598097495}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6204862030138931968, "histo_col_type": "", "name": "__auto__", "null_count": 273590393399087642, "row_count": 9131334601598097495}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1786083321672949108, "histo_col_type": "", "name": "__auto__", "null_count": 1523218422742816180, "row_count": 9131334601598097495}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 766510654396793157, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9131334601598097495}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3374289128824067838, "histo_col_type": "", "name": "__auto__", "null_count": 722506143567360748, "row_count": 9131334601598097495}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2776023392741949479, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 5112587993178310218, "upper_bound": "2651897198"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 6000000000, "upper_bound": "2804741537"}, {"distinct_range": 8716968496.141745, "num_eq": 10000, "num_range": 40000000000, "upper_bound": "3064604677"}, {"distinct_range": 0, "num_eq": 5000000, "num_range": 4219443889442588215, "upper_bound": "3453002272"}, {"distinct_range": 200, "num_eq": 4404353111310959879, "num_range": 200, "upper_bound": "3644599444"}, {"distinct_range": 842688.3998953539, "num_eq": 800000, "num_range": 5000000, "upper_bound": "3708618202"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 9131334601598097495}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6931685089493869268, "histo_buckets": [{"distinct_range": 0, "num_eq": 80, "num_range": 0, "upper_bound": "00:00:00"}, {"distinct_range": 0, "num_eq": 300000000, "num_range": 40, "upper_bound": "01:31:32.772533"}, {"distinct_range": 500, "num_eq": 3139838338483926130, "num_range": 500, "upper_bound": "10:56:03.278779"}, {"distinct_range": 0, "num_eq": 3174630202379105784, "num_range": 0, "upper_bound": "13:02:38.322951"}, {"distinct_range": 0, "num_eq": 8109799311357076817, "num_range": 30, "upper_bound": "17:49:27.771684"}, {"distinct_range": 4738.469262290869, "num_eq": 3164363672728101287, "num_range": 6000, "upper_bound": "19:01:13.31294"}, {"distinct_range": 7603440561237676000, "num_eq": 4539281254271907522, "num_range": 8584173944768755521, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 9131334601598097495}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7883360551731127552, "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 2122290827759652560, "row_count": 9131334601598097495}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5441332118214797762, "histo_buckets": [{"distinct_range": 0, "num_eq": 4128464292899810690, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 151331579.04069462, "num_eq": 700000, "num_range": 300000000, "upper_bound": "303434377"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 5087257542444471939, "upper_bound": "1401551417"}, {"distinct_range": 90000000, "num_eq": 800000, "num_range": 90000000, "upper_bound": "1667977166"}, {"distinct_range": 1149524.8311551684, "num_eq": 8207208029179138752, "num_range": 5000000, "upper_bound": "3201408187"}, {"distinct_range": 0, "num_eq": 792466996724490558, "num_range": 10, "upper_bound": "3434509349"}, {"distinct_range": 0, "num_eq": 3246121745636951639, "num_range": 1668179645122366214, "upper_bound": "3912532488"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 9131334601598097495}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4897552673758323320, "histo_buckets": [{"distinct_range": 0, "num_eq": 1152970324927004067, "num_range": 0, "upper_bound": "-69 years -8 mons -605 days -13:41:02.709567"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 514563925543394720, "upper_bound": "-59 years -4 mons -157 days -13:25:59.833429"}, {"distinct_range": 67.48527732379758, "num_eq": 8858030868918399245, "num_range": 90, "upper_bound": "-1 years -3 mons -914 days -04:15:14.1407"}, {"distinct_range": 800, "num_eq": 10000, "num_range": 800, "upper_bound": "21 years 3 mons 242 days 24:53:28.61684"}, {"distinct_range": 0, "num_eq": 40000, "num_range": 80000000, "upper_bound": "31 years 7 mons 176 days 24:50:57.174157"}, {"distinct_range": 87822927782542700, "num_eq": 700, "num_range": 6188821448539245639, "upper_bound": "55 years 3 mons 663 days 24:13:54.104672"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 9131334601598097495}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4975098532305857214, "histo_col_type": "", "name": "__auto__", "null_count": 335641999458095556, "row_count": 9131334601598097495}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 328148228098753315, "histo_buckets": [{"distinct_range": 0, "num_eq": 6686634637340719757, "num_range": 0, "upper_bound": "271344179"}, {"distinct_range": 402147140.9105232, "num_eq": 70, "num_range": 1000000000, "upper_bound": "372977615"}, {"distinct_range": 304071.03516569803, "num_eq": 8000000, "num_range": 2000000, "upper_bound": "841814154"}, {"distinct_range": 1950627842719656200, "num_eq": 2449581470414289270, "num_range": 6000831231811872330, "upper_bound": "1088695120"}, {"distinct_range": 3124731929582659600, "num_eq": 8000000, "num_range": 3124731929582659575, "upper_bound": "2488150771"}, {"distinct_range": 0, "num_eq": 8000, "num_range": 1000000, "upper_bound": "3273408016"}, {"distinct_range": 7729160957472097000, "num_eq": 1677913919427592758, "num_range": 7729160957472097357, "upper_bound": "3690968542"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 6291542067886190224}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1085215, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7348873, "histo_buckets": [{"distinct_range": 0, "num_eq": 60, "num_range": 0, "upper_bound": "731019802"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3288812, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 550152, "histo_buckets": [{"distinct_range": 0, "num_eq": 7472438963757549621, "num_range": 0, "upper_bound": "2017-07-20 08:12:10.000761+00:00"}, {"distinct_range": 31210755358.991837, "num_eq": 6222925796637790897, "num_range": 70000000000, "upper_bound": "2027-08-18 08:41:00.000404+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8160306, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000, "num_range": 0, "upper_bound": ""}, {"distinct_range": 0, "num_eq": 7000, "num_range": 1263288534368257082, "upper_bound": "\\u0005\\u000b\\u0019\\u000cH^j"}, {"distinct_range": 0, "num_eq": 2884212452601024955, "num_range": 0, "upper_bound": "\\u001e(O"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1927179, "histo_buckets": [{"distinct_range": 0, "num_eq": 2526353851679915337, "num_range": 0, "upper_bound": "\\u0014yJBe\\u0015;g"}, {"distinct_range": 10000000, "num_eq": 7483692180686740253, "num_range": 10000000, "upper_bound": "\\u001bJ~C\\tx"}, {"distinct_range": 0, "num_eq": 300000000, "num_range": 10, "upper_bound": "VXgU8<"}, {"distinct_range": 5140025908.529859, "num_eq": 50000000, "num_range": 6000000000, "upper_bound": "xQK"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2968142, "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 101591, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8413162, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9000000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3362092, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9000000}]';
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_0) REFERENCES table1 (col1_1) ON DELETE CASCADE;
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2426812, "histo_col_type": "", "name": "__auto__", "null_count": 2475139, "row_count": 4000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1051894, "histo_col_type": "", "name": "__auto__", "null_count": 1429336, "row_count": 4000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2755828, "histo_col_type": "", "name": "__auto__", "null_count": 3869759, "row_count": 4000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3642231, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 95393, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 400, "num_eq": 900000000, "num_range": 400, "upper_bound": "201928668"}, {"distinct_range": 0, "num_eq": 1552024198064900625, "num_range": 5559793932057505093, "upper_bound": "2960427303"}, {"distinct_range": 19802.522112260547, "num_eq": 2000000, "num_range": 30000, "upper_bound": "3933034154"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3815471, "histo_buckets": [{"distinct_range": 0, "num_eq": 2403121338132558735, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 2178864571246687618, "upper_bound": "591294284"}, {"distinct_range": 10000, "num_eq": 8453203596596474507, "num_range": 10000, "upper_bound": "829238205"}, {"distinct_range": 8000000000, "num_eq": 4088712881187379967, "num_range": 8000000000, "upper_bound": "841608976"}, {"distinct_range": 723.4125583741169, "num_eq": 8495700097516514886, "num_range": 2000, "upper_bound": "930064671"}, {"distinct_range": 819807962.517655, "num_eq": 0, "num_range": 6000000000, "upper_bound": "933694515"}, {"distinct_range": 2241930445647848400, "num_eq": 60000, "num_range": 2241930445647848323, "upper_bound": "1557429929"}, {"distinct_range": 6043740020150207000, "num_eq": 5074454320867030732, "num_range": 6043740020150207737, "upper_bound": "2712433577"}, {"distinct_range": 42.07270008000133, "num_eq": 2982701476847099437, "num_range": 60, "upper_bound": "3146836255"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 505300, "histo_col_type": "", "name": "__auto__", "null_count": 707895, "row_count": 4000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3500514, "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3688484, "histo_col_type": "", "name": "__auto__", "null_count": 3966457, "row_count": 4000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3362371, "histo_buckets": [{"distinct_range": 0, "num_eq": 900000, "num_range": 0, "upper_bound": "00:00:00"}, {"distinct_range": 0, "num_eq": 100000, "num_range": 8743402429868277475, "upper_bound": "04:19:58.334984"}, {"distinct_range": 8806010278449409000, "num_eq": 10000000000, "num_range": 8806010278449408705, "upper_bound": "04:42:30.896079"}, {"distinct_range": 6346194661965476000, "num_eq": 40000000000, "num_range": 6346194661965476329, "upper_bound": "08:16:53.543261"}, {"distinct_range": 2557822014648244700, "num_eq": 200, "num_range": 3903779971224350482, "upper_bound": "09:43:33.036888"}, {"distinct_range": 0, "num_eq": 3986052016562887538, "num_range": 2000000, "upper_bound": "14:57:04.505551"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "20:40:42.588504"}, {"distinct_range": 1718266091678125800, "num_eq": 50000000000, "num_range": 1718266091678125783, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 4000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 351089, "histo_buckets": [{"distinct_range": 0, "num_eq": 4236934889560602371, "num_range": 0, "upper_bound": "219922883"}, {"distinct_range": 2026280064896302000, "num_eq": 5256288344187018752, "num_range": 4378324547886459462, "upper_bound": "219959591"}, {"distinct_range": 7992374407790602000, "num_eq": 10, "num_range": 7992374407790602701, "upper_bound": "1951733303"}, {"distinct_range": 0, "num_eq": 80, "num_range": 300000, "upper_bound": "3360158964"}, {"distinct_range": 4000, "num_eq": 4693656395173003546, "num_range": 4000, "upper_bound": "3590319075"}, {"distinct_range": 100000000, "num_eq": 3214502363036062806, "num_range": 100000000, "upper_bound": "3707697442"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 1692013, "row_count": 4000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17488265164, "histo_buckets": [{"distinct_range": 0, "num_eq": 8228786973596182203, "num_range": 0, "upper_bound": "3621542981"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 40000000000}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS e'[{"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 648, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000000, "num_range": 0, "upper_bound": "\\u000cR\\u0017\\u001bIR"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 3000000, "upper_bound": "\\u0017 2"}, {"distinct_range": 0, "num_eq": 8685404035467591050, "num_range": 400000000, "upper_bound": "V5;x\\u0004tgx"}, {"distinct_range": 0, "num_eq": 6508849202221486075, "num_range": 400, "upper_bound": "]7!0M\\u000c"}, {"distinct_range": 0, "num_eq": 1916506792056809564, "num_range": 300000000, "upper_bound": "^\\u0006\\tw"}, {"distinct_range": 0, "num_eq": 2000, "num_range": 773326555112457989, "upper_bound": "^:HX"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 628, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000, "num_range": 0, "upper_bound": "\\u0000"}, {"distinct_range": 0, "num_eq": 8406788776594063823, "num_range": 0, "upper_bound": "KwaEO\\\\m"}, {"distinct_range": 3768705132182736000, "num_eq": 400000, "num_range": 5283660494848277756, "upper_bound": "M@i\\u0005"}, {"distinct_range": 8000000000, "num_eq": 3775158106320120394, "num_range": 8000000000, "upper_bound": "_"}, {"distinct_range": 4000, "num_eq": 7755495147802382506, "num_range": 4000, "upper_bound": "s\\u0015Y\\u0004"}, {"distinct_range": 7000, "num_eq": 100, "num_range": 7000, "upper_bound": "yS#"}], "histo_col_type": "STRING", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 631, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 315, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 538, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 382, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 90, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000, "num_range": 0, "upper_bound": "1975-12-25 22:50:16.000803+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 653, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 10, "num_range": 0, "upper_bound": "2757916806"}, {"distinct_range": 2066389275494269400, "num_eq": 3936396340754959, "num_range": 5349072779063427612, "upper_bound": "3822050266"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 700}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 456, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000, "num_range": 0, "upper_bound": "-276278940130000525.8"}, {"distinct_range": 6830838152466916000, "num_eq": 80000000, "num_range": 6830838152466916529, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 200, "num_range": 100, "upper_bound": "9030570638953695293"}, {"distinct_range": 0, "num_eq": 6380000552618873683, "num_range": 70, "upper_bound": "1.710114620129178299E+35"}], "histo_col_type": "DECIMAL", "name": "__auto__", "null_count": 0, "row_count": 700}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "infinity" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@dbc7245c5d8c9f009072353fec261419e573032c:

        postgres_1    |     pg_ctl -D /var/lib/postgresql/data -l logfile start
        postgres_1    | 
        postgres_1    | waiting for server to start....2021-01-09 06:12:40.620 UTC [47] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2021-01-09 06:12:40.636 UTC [48] LOG:  database system was shut down at 2021-01-09 06:12:40 UTC
        postgres_1    | 2021-01-09 06:12:40.641 UTC [47] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down...2021-01-09 06:12:43.424 UTC [47] LOG:  received fast shutdown request
        postgres_1    | .2021-01-09 06:12:43.426 UTC [47] LOG:  aborting any active transactions
        postgres_1    | 2021-01-09 06:12:43.428 UTC [47] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
        postgres_1    | 2021-01-09 06:12:43.434 UTC [49] LOG:  shutting down
        postgres_1    | 2021-01-09 06:12:43.550 UTC [47] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2021-01-09 06:12:43.636 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2021-01-09 06:12:43.636 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2021-01-09 06:12:43.641 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2021-01-09 06:12:43.657 UTC [84] LOG:  database system was shut down at 2021-01-09 06:12:43 UTC
        postgres_1    | 2021-01-09 06:12:43.663 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (603.41s)
        test_1        |     --- FAIL: TestCompare/postgres (1.74s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.2:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@aa68427e69113a6b9d0aa1dac8469919c6f95e16:

        postgres_1    | You can change this by editing pg_hba.conf or using the option -A, or
        postgres_1    | --auth-local and --auth-host, the next time you run initdb.
        postgres_1    | waiting for server to start....2021-01-11 06:12:40.706 UTC [47] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2021-01-11 06:12:40.723 UTC [48] LOG:  database system was shut down at 2021-01-11 06:12:40 UTC
        postgres_1    | 2021-01-11 06:12:40.727 UTC [47] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | 2021-01-11 06:12:43.544 UTC [47] LOG:  received fast shutdown request
        postgres_1    | waiting for server to shut down....2021-01-11 06:12:43.545 UTC [47] LOG:  aborting any active transactions
        postgres_1    | 2021-01-11 06:12:43.547 UTC [47] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
        postgres_1    | 2021-01-11 06:12:43.553 UTC [49] LOG:  shutting down
        postgres_1    | 2021-01-11 06:12:43.646 UTC [47] LOG:  database system is shut down
        postgres_1    |  done
        postgres_1    | server stopped
        postgres_1    | 
        postgres_1    | PostgreSQL init process complete; ready for start up.
        postgres_1    | 
        postgres_1    | 2021-01-11 06:12:43.756 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
        postgres_1    | 2021-01-11 06:12:43.756 UTC [1] LOG:  listening on IPv6 address "::", port 5432
        postgres_1    | 2021-01-11 06:12:43.759 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2021-01-11 06:12:43.775 UTC [84] LOG:  database system was shut down at 2021-01-11 06:12:43 UTC
        postgres_1    | 2021-01-11 06:12:43.781 UTC [1] LOG:  database system is ready to accept connections
        test_1        | --- FAIL: TestCompare (602.03s)
        test_1        |     --- FAIL: TestCompare/postgres (1.27s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@63fba7f1ab321088619d04aa9a44e61d018016f6:

        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | Loading PostGIS extensions into postgres
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        postgres_1    | CREATE EXTENSION
        test_1        | --- FAIL: TestCompare (3.06s)
        test_1        |     --- FAIL: TestCompare/postgres (2.12s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.4:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.93s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 TIME NOT NULL, col1_1 STRING, col1_2 INT2 NOT NULL, col1_3 OID NOT NULL, col1_4 DECIMAL NOT NULL, col1_5 DATE NOT NULL, col1_6 "char" NOT NULL, col1_7 TIMETZ NOT NULL, col1_8 INTERVAL NULL, col1_9 REGPROCEDURE, col1_10 TIMETZ, col1_11 DECIMAL NOT NULL, col1_12 NAME, col1_13 CHAR[] NULL, col1_14 DECIMAL, col1_15 TIMESTAMPTZ NULL, col1_16 DATE, PRIMARY KEY (col1_7 DESC, col1_0), INDEX (col1_15, col1_5, col1_9, col1_11 ASC, col1_14 ASC, col1_7 DESC, col1_8 ASC, col1_1, col1_3, col1_16 ASC, col1_4 DESC, col1_10, col1_6 ASC, col1_12, col1_0 ASC) STORING (col1_2) WHERE ((table1.col1_14 < 1) AND (table1.col1_11 > -1)) OR (table1.col1_16 > '-infinity'), INDEX (col1_2 ASC, col1_16 DESC, col1_11 ASC, col1_7 ASC, col1_4 DESC, col1_8, col1_10, col1_15 ASC, col1_0 DESC, col1_3, col1_14 ASC, col1_5 DESC, col1_12, col1_9 DESC) STORING (col1_6, col1_13) WHERE ((((((((((table1.col1_11 >= 0:::DECIMAL) OR (table1.col1_16 > '1970-01-01':::DATE)) OR (table1.col1_5 > '-infinity':::DATE)) AND (table1.col1_1 < e'\'':::STRING)) AND (table1.col1_0 <= '00:00:00':::TIME)) AND (table1.col1_12 != e'\x00':::STRING)) AND (table1.col1_2 = (-1):::INT8)) AND (table1.col1_10 <= '24:00:00-15:59:00':::TIMETZ)) AND (table1.col1_15 <= '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table1.col1_7 < '00:00:00+15:59:00':::TIMETZ)) OR (table1.col1_4 > 'NaN':::DECIMAL), UNIQUE (col1_16, col1_4 DESC, col1_8, col1_2 DESC, col1_6 ASC, col1_0 ASC, col1_15, col1_3, col1_11 DESC, col1_10 ASC, col1_1 ASC, col1_9, col1_14 ASC, col1_7, col1_5, col1_12 ASC) WHERE ((((((((((((table1.col1_1 > '':::STRING) AND (table1.col1_14 <= '-Infinity':::DECIMAL)) AND (table1.col1_0 > '00:00:00':::TIME)) AND (table1.col1_16 < '4714-11-24 BC':::DATE)) AND (table1.col1_15 <= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) OR (table1.col1_7 < '00:00:00+15:59:00':::TIMETZ)) OR (table1.col1_12 = e'\x00':::STRING)) OR (table1.col1_5 = '4714-11-24 BC':::DATE)) AND (table1.col1_11 >= (-1):::DECIMAL)) OR (table1.col1_4 <= (-1.234E+401):::DECIMAL)) AND (table1.col1_6 <= e'\U00002603':::STRING)) AND (table1.col1_2 < (-1):::INT8)) AND (table1.col1_10 <= '24:00:00-15:59:00':::TIMETZ), INDEX (col1_15 DESC, col1_16 DESC, col1_14, col1_10 DESC, col1_4 DESC, col1_11 DESC, col1_5 DESC) STORING (col1_1, col1_3, col1_6, col1_9, col1_12) WHERE ((((((((((((table1.col1_14 > 1:::DECIMAL) OR (table1.col1_10 != '00:00:00+15:59:00':::TIMETZ)) OR (table1.col1_16 >= '-infinity':::DATE)) AND (table1.col1_7 >= '00:00:00+15:59:00':::TIMETZ)) OR (table1.col1_12 < e'\'':::STRING)) OR (table1.col1_5 < '-infinity':::DATE)) AND (table1.col1_11 >= 'NaN':::DECIMAL)) AND (table1.col1_0 < '00:00:00':::TIME)) OR (table1.col1_4 <= 1:::DECIMAL)) OR (table1.col1_15 > '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_6 > e'\x00':::STRING)) OR (table1.col1_1 != '"':::STRING)) OR (table1.col1_2 >= (-32768):::INT8), INDEX (col1_8 ASC, col1_14 ASC, col1_9 DESC, col1_2 ASC, col1_15, col1_6, col1_4, col1_10, col1_0 ASC, col1_16 ASC, col1_3, col1_11, col1_5, col1_1 ASC) STORING (col1_13) WHERE ((((((((((((table1.col1_6 != '':::STRING) OR (table1.col1_12 <= e'\U00002603':::STRING)) AND (table1.col1_4 < 'NaN':::DECIMAL)) AND (table1.col1_1 = 'X':::STRING)) OR (table1.col1_15 = '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_14 <= '-Infinity':::DECIMAL)) AND (table1.col1_7 > '00:00:00+15:59:00':::TIMETZ)) OR (table1.col1_11 > '-Infinity':::DECIMAL)) AND (table1.col1_10 = '00:00:00+15:59:00':::TIMETZ)) AND (table1.col1_2 >= (-32768):::INT8)) AND (table1.col1_5 <= '-infinity':::DATE)) AND (table1.col1_0 = '24:00:00':::TIME)) OR (table1.col1_16 > '5874897-12-31':::DATE), FAMILY (col1_0, col1_16, col1_11), FAMILY (col1_9), FAMILY (col1_3), FAMILY (col1_10, col1_5), FAMILY (col1_12, col1_4), FAMILY (col1_14), FAMILY (col1_2, col1_15), FAMILY (col1_1), FAMILY (col1_7, col1_6, col1_13), FAMILY (col1_8));
        test_1        |             CREATE TABLE table2 (col1_7 TIMETZ NOT NULL, col1_0 TIME NOT NULL, col2_2 FLOAT4, col2_3 REGTYPE, PRIMARY KEY (col1_7 DESC, col1_0, col2_2), INDEX (col2_3 ASC, col1_7 DESC), INDEX (col1_0) WHERE ((table2.col1_0 < '00:00:00':::TIME) AND (table2.col1_7 >= '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_2 > 1.0:::FLOAT8), INDEX (col2_3 DESC, col1_0 ASC, col1_7 DESC, col2_2 ASC) WHERE table2.col2_2 >= 0.0, INDEX (col2_2) WHERE (table2.col2_2 != 0.0:::FLOAT8) AND (table2.col1_0 < '00:00:00':::TIME), UNIQUE (col2_2) STORING (col2_3) WHERE ((table2.col1_0 != '24:00:00':::TIME) OR (table2.col1_7 != '00:00:00+15:59:00':::TIMETZ)) AND (table2.col2_2 >= 0.0:::FLOAT8), UNIQUE (col2_3 DESC, col1_0, col2_2) WHERE (table2.col2_2 < 1.0:::FLOAT8) AND (table2.col1_7 != '00:00:00+15:59:00':::TIMETZ), FAMILY (col1_0, col1_7), FAMILY (col2_3, col2_2)) INTERLEAVE IN PARENT table1 (col1_7, col1_0);
        test_1        |             CREATE TABLE table3 (col1_7 TIMETZ NOT NULL, col1_0 TIME NOT NULL, col2_2 FLOAT4, col3_3 OID NOT NULL, col3_4 TIME NULL, col3_5 TIME, col3_6 BOOL NULL, col3_7 DECIMAL, col3_8 REGTYPE, col3_9 TIME NOT NULL, col3_10 TIMESTAMP, col3_11 UUID NULL, PRIMARY KEY (col1_7 DESC, col1_0, col2_2, col3_11 DESC, col3_3, col3_9 ASC, col3_8 ASC, col3_4, col3_10 ASC), UNIQUE (col3_3 DESC, col2_2 DESC, col3_6 ASC) STORING (col3_5, col3_7) WHERE ((((((table3.col3_10 < '-4713-11-24 00:00:00':::TIMESTAMP) AND (table3.col2_2 > (-1.0):::FLOAT8)) AND (table3.col1_0 = '24:00:00':::TIME)) AND (table3.col1_7 <= '00:00:00+15:59:00':::TIMETZ)) AND table3.col3_6) AND (table3.col3_4 > '24:00:00':::TIME)) AND (table3.col3_9 >= '24:00:00':::TIME), INDEX (col3_6 ASC, col3_5 ASC) WHERE ((((((((table3.col3_9 = '24:00:00':::TIME) AND (table3.col3_5 < '24:00:00':::TIME)) OR (table3.col3_10 <= '-4713-11-24 00:00:00':::TIMESTAMP)) AND (table3.col1_7 > '00:00:00+15:59:00':::TIMETZ)) AND (NOT table3.col3_6)) OR (table3.col3_4 >= '24:00:00':::TIME)) OR (table3.col3_7 > 'Infinity':::DECIMAL)) OR (table3.col2_2 = 1.0:::FLOAT8)) AND (table3.col1_0 <= '24:00:00':::TIME), UNIQUE (col3_6 ASC, col3_7, col3_11 DESC) WHERE ((((((((table3.col3_10 >= '0001-01-01 00:00:00') OR (table3.col3_7 <= NaN)) AND (NOT table3.col3_6)) AND (table3.col3_9 >= '24:00:00')) OR (table3.col1_0 != '24:00:00')) OR (table3.col2_2 != +Inf)) AND (table3.col3_4 = '24:00:00')) AND (table3.col3_5 <= '00:00:00')) AND (table3.col1_7 > '00:00:00+15:59:00'), FAMILY (col1_7, col3_5), FAMILY (col3_6, col3_8), FAMILY (col3_9), FAMILY (col3_11), FAMILY (col3_10), FAMILY (col3_3), FAMILY (col3_4), FAMILY (col2_2), FAMILY (col1_0, col3_7)) INTERLEAVE IN PARENT table2 (col1_7, col1_0, col2_2);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 201103508081009020, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 405129649305764926, "histo_col_type": "", "name": "__auto__", "null_count": 1194142388554810648, "row_count": 4664173230809089014}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4063917424216510235, "histo_col_type": "", "name": "__auto__", "null_count": 1099042602161445179, "row_count": 4664173230809089014}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3828509956349574729, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 791387789723024369, "histo_buckets": [{"distinct_range": 0, "num_eq": 30000000000, "num_range": 0, "upper_bound": "1 day"}, {"distinct_range": 2888964201027140000, "num_eq": 5000000000, "num_range": 2888964201027140144, "upper_bound": "34 years 2 mons 868 days 15:46:48.546243"}, {"distinct_range": 3932247140945095700, "num_eq": 800, "num_range": 5137452405773896134, "upper_bound": "52 years 2 mons 890 days 18:44:08.034394"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 3172879442196006904, "row_count": 4664173230809089014}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 829020038010110937, "histo_col_type": "", "name": "__auto__", "null_count": 2874676527373931087, "row_count": 4664173230809089014}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2545480908086584037, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2249166046939386287, "histo_col_type": "", "name": "__auto__", "null_count": 470007378752286054, "row_count": 4664173230809089014}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2343531279983854855, "histo_col_type": "", "name": "__auto__", "null_count": 1207412720702505178, "row_count": 4664173230809089014}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2991145520898998868, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1270230601655469124, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-29215"}, {"distinct_range": 10694439816.025412, "num_eq": 1195780212956186954, "num_range": 100000000000, "upper_bound": "0"}, {"distinct_range": 3000000, "num_eq": 170218191455203153, "num_range": 3000000, "upper_bound": "25801"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3478210565943740566, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 664633672093077620, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000, "num_range": 0, "upper_bound": "10:49:06.96382-04:00:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1613318337441581904, "histo_col_type": "", "name": "__auto__", "null_count": 1201856843860364993, "row_count": 4664173230809089014}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1100163924222199302, "histo_buckets": [{"distinct_range": 0, "num_eq": 1606061131426180497, "num_range": 0, "upper_bound": "1975-06-06"}, {"distinct_range": 400000000, "num_eq": 300, "num_range": 400000000, "upper_bound": "1976-06-05"}, {"distinct_range": 0, "num_eq": 40000000, "num_range": 1362872628123239514, "upper_bound": "1978-04-22"}, {"distinct_range": 1377699798334861000, "num_eq": 20, "num_range": 7046531649238499462, "upper_bound": "1985-11-18"}, {"distinct_range": 0, "num_eq": 900, "num_range": 2048893649226207615, "upper_bound": "1989-03-13"}, {"distinct_range": 8520611390989055000, "num_eq": 10000000, "num_range": 8520611390989055102, "upper_bound": "1990-07-21"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 3994617868795562911, "row_count": 4664173230809089014}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3644251128787855257, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 4664173230809089014}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2814232593933640574, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000000, "num_range": 0, "upper_bound": "1989-10-21 08:47:26.00092+00:00"}, {"distinct_range": 0, "num_eq": 6337511721572596365, "num_range": 7178176258610973068, "upper_bound": "1998-08-13 04:25:15.000998+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 986128343710014284, "row_count": 4664173230809089014}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 479, "histo_buckets": [{"distinct_range": 0, "num_eq": 1354996531984855673, "num_range": 0, "upper_bound": "-1.2744309902191162"}, {"distinct_range": 0, "num_eq": 0, "num_range": 600000, "upper_bound": "-1.229729175567627"}, {"distinct_range": 8000000, "num_eq": 80, "num_range": 8000000, "upper_bound": "-0.7315266132354736"}, {"distinct_range": 8021895591644289000, "num_eq": 201690823123500966, "num_range": 8021895591644289436, "upper_bound": "0.1977483332157135"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 174, "row_count": 600}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 105, "histo_buckets": [{"distinct_range": 0, "num_eq": 2620901456251829040, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 8506581401703615802, "num_range": 3267316423564285823, "upper_bound": "300968753"}, {"distinct_range": 0, "num_eq": 6027103615521003226, "num_range": 0, "upper_bound": "469069571"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 8456420530633615614, "upper_bound": "1914799880"}, {"distinct_range": 0, "num_eq": 4334600079160101628, "num_range": 0, "upper_bound": "2412201668"}, {"distinct_range": 7216457454692568000, "num_eq": 0, "num_range": 8381534313996355383, "upper_bound": "2594773233"}, {"distinct_range": 1101171628400755200, "num_eq": 3000, "num_range": 1408293583567231728, "upper_bound": "3129306661"}, {"distinct_range": 0, "num_eq": 4524219584260311540, "num_range": 900000, "upper_bound": "3375342440"}, {"distinct_range": 2450807284493068300, "num_eq": 7838554862757676391, "num_range": 7057980523424416696, "upper_bound": "3612963675"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 116, "row_count": 600}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 581, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "18:11:52.423492+13:05:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 600}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 322, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "00:00:00"}, {"distinct_range": 0, "num_eq": 4482941676375056716, "num_range": 800, "upper_bound": "22:29:27.472967"}, {"distinct_range": 0, "num_eq": 2526867330635545974, "num_range": 3000000, "upper_bound": "22:32:07.730508"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 600}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5113716805044401970, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5265119060373647482}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5017540802123643880, "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 5265119060373647482}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1924572003176920312, "histo_col_type": "", "name": "__auto__", "null_count": 3092709171231546199, "row_count": 5265119060373647482}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2118994458614448640, "histo_buckets": [{"distinct_range": 0, "num_eq": 5187473559271925165, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 713198943.5941014, "num_eq": 1000000000, "num_range": 800000000, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 4824117020540438214, "row_count": 5265119060373647482}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4715841741190773453, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 5265119060373647482}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 472744631416777426, "histo_col_type": "", "name": "__auto__", "null_count": 2097592412485768515, "row_count": 5265119060373647482}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2466865724483222658, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 700000000, "num_eq": 8172536224636495668, "num_range": 700000000, "upper_bound": "00:27:33.905484+08:45:00"}, {"distinct_range": 2013493745598516000, "num_eq": 9000, "num_range": 2013493745598515870, "upper_bound": "05:45:14.669173+12:04:00"}, {"distinct_range": 6951109.25884012, "num_eq": 100000000, "num_range": 7000000, "upper_bound": "04:50:26.830205-04:23:00"}, {"distinct_range": 812347959879610900, "num_eq": 300000, "num_range": 1594641345883800311, "upper_bound": "09:21:23.9174-12:37:00"}, {"distinct_range": 685921133064939400, "num_eq": 30000000, "num_range": 3788493756078726899, "upper_bound": "19:04:45.081045-03:39:00"}, {"distinct_range": 19542261427.485344, "num_eq": 1409943294123133107, "num_range": 60000000000, "upper_bound": "13:00:00.831373-12:43:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 5265119060373647482}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2137049567552966565, "histo_col_type": "", "name": "__auto__", "null_count": 1870077988185498883, "row_count": 5265119060373647482}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2854850848602679517, "histo_col_type": "", "name": "__auto__", "null_count": 3499895386241519429, "row_count": 5265119060373647482}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 130695101927208840, "histo_col_type": "", "name": "__auto__", "null_count": 3739589571363541317, "row_count": 5265119060373647482}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4950492514103003113, "histo_col_type": "", "name": "__auto__", "null_count": 4206182701035574909, "row_count": 5265119060373647482}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1939944058544570312, "histo_col_type": "", "name": "__auto__", "null_count": 4910095463755536664, "row_count": 5265119060373647482}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('fopj', 'gri', 'ajf', 'elcc', 'awwzc', 'hobiio');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('fdktg', 'sir', 'xssy', 'cauv', 'yp', 'sbov');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1590654099485202947, "histo_buckets": [{"distinct_range": 0, "num_eq": 7148311543257480935, "num_range": 0, "upper_bound": "-22867"}, {"distinct_range": 238838407.5464848, "num_eq": 3336981547123948497, "num_range": 400000000, "upper_bound": "4785"}, {"distinct_range": 300000, "num_eq": 8981994726570456995, "num_range": 300000, "upper_bound": "17844"}, {"distinct_range": 8000000, "num_eq": 8289273457900547391, "num_range": 8000000, "upper_bound": "27133"}, {"distinct_range": 0, "num_eq": 2049283361297567012, "num_range": 0, "upper_bound": "28743"}, {"distinct_range": 1771488163212577300, "num_eq": 5732383009166867220, "num_range": 7903333243972447431, "upper_bound": "29097"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2010299851648213618, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 790118793780275452, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 914923657547805689, "histo_col_type": "", "name": "__auto__", "null_count": 882093106103193222, "row_count": 2630098056306889430}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2068955385713047414, "histo_buckets": [{"distinct_range": 0, "num_eq": 8221250579518144468, "num_range": 0, "upper_bound": "1974-09-16"}, {"distinct_range": 0, "num_eq": 2000000, "num_range": 50000000000, "upper_bound": "1976-01-15"}, {"distinct_range": 8000000, "num_eq": 0, "num_range": 8000000, "upper_bound": "1984-01-03"}, {"distinct_range": 13072039.680535741, "num_eq": 1974159404313944668, "num_range": 20000000, "upper_bound": "1989-11-07"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 232181796128908497, "row_count": 2630098056306889430}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1904536267183823376, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2512479565128020758, "histo_col_type": "", "name": "__auto__", "null_count": 2294798999062197323, "row_count": 2630098056306889430}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1826625072509669899, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000000, "num_range": 0, "upper_bound": "2007-02-08 13:16:48.000883+00:00"}, {"distinct_range": 1040877249703771100, "num_eq": 500000000, "num_range": 5093597994112602813, "upper_bound": "2008-12-10 18:18:41.00044+00:00"}, {"distinct_range": 300000, "num_eq": 9000, "num_range": 300000, "upper_bound": "2014-01-05 22:44:01.000855+00:00"}, {"distinct_range": 0, "num_eq": 0, "num_range": 6000, "upper_bound": "2027-01-27 21:31:28.000115+00:00"}, {"distinct_range": 0, "num_eq": 900000000, "num_range": 80000000000, "upper_bound": "2028-09-06 13:53:51.000763+00:00"}, {"distinct_range": 0, "num_eq": 2000000, "num_range": 70000000, "upper_bound": "294276-12-31 23:59:59.999999+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 1137592747397742619, "row_count": 2630098056306889430}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 994245006196383670, "histo_col_type": "", "name": "__auto__", "null_count": 1623110460516651967, "row_count": 2630098056306889430}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 320308813812832074, "histo_col_type": "", "name": "__auto__", "null_count": 781489621679240684, "row_count": 2630098056306889430}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1283661198298211591, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2616999987036954871, "histo_buckets": [{"distinct_range": 0, "num_eq": 6753851539174052450, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 0, "num_eq": 91962153265166662, "num_range": 800000000, "upper_bound": "17:44:24.315447+14:59:00"}, {"distinct_range": 716097902086511200, "num_eq": 8000000, "num_range": 2678708358360457235, "upper_bound": "10:56:27.539356+01:08:00"}, {"distinct_range": 8943543576375246000, "num_eq": 3735330171920449657, "num_range": 8943543576375245644, "upper_bound": "22:11:10.462708+10:01:00"}, {"distinct_range": 0, "num_eq": 7814825745575621522, "num_range": 3299856676888975319, "upper_bound": "22:55:49.274451+03:46:00"}, {"distinct_range": 5196099392981117000, "num_eq": 900000, "num_range": 6243916845760035007, "upper_bound": "16:10:56.291327-05:29:00"}, {"distinct_range": 4138227451067885600, "num_eq": 477005490649935707, "num_range": 8925611803653091841, "upper_bound": "22:54:59.95318-01:57:00"}, {"distinct_range": 0, "num_eq": 8000000, "num_range": 4266474605576276867, "upper_bound": "12:21:12.064649-13:41:00"}, {"distinct_range": 0, "num_eq": 3820734132506297952, "num_range": 700000000, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 751702882204569083, "histo_buckets": [{"distinct_range": 0, "num_eq": 900, "num_range": 0, "upper_bound": "-60 years -6 mons -839 days -21:57:01.943429"}, {"distinct_range": 5829748.599800146, "num_eq": 100000000000, "num_range": 8000000, "upper_bound": "-57 years -5 mons -95 days -19:16:59.355376"}, {"distinct_range": 0, "num_eq": 4345861498141557091, "num_range": 3147260473486907346, "upper_bound": "-16 years -159 days -24:51:19.384637"}, {"distinct_range": 0, "num_eq": 2598191850225683317, "num_range": 8505044714625437409, "upper_bound": "8 years 1 mon 934 days 14:46:44.736875"}, {"distinct_range": 0, "num_eq": 600000, "num_range": 100, "upper_bound": "46 years 8 mons 451 days 18:52:37.431471"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 8481879431526966564, "upper_bound": "59 years 4 mons 142 days 19:16:32.36316"}, {"distinct_range": 933379574973769700, "num_eq": 60, "num_range": 933379574973769786, "upper_bound": "290 years"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 2240734730732766281, "row_count": 2630098056306889430}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2439187983609342216, "histo_col_type": "", "name": "__auto__", "null_count": 1226289936099290256, "row_count": 2630098056306889430}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1285504111404154026, "histo_col_type": "", "name": "__auto__", "null_count": 2062639475289632892, "row_count": 2630098056306889430}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1620598282782292208, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 149686979500370943, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2630098056306889430}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2021962575593847994, "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 8854191240611897353}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4830319647885213781, "histo_buckets": [{"distinct_range": 0, "num_eq": 90000000000, "num_range": 0, "upper_bound": "03:06:35.429775"}, {"distinct_range": 0, "num_eq": 200000000, "num_range": 90000, "upper_bound": "04:47:55.253729"}, {"distinct_range": 0, "num_eq": 5037334566861856631, "num_range": 500000000, "upper_bound": "06:29:48.964017"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 90000000, "upper_bound": "11:01:26.667594"}, {"distinct_range": 60000000000, "num_eq": 8257414813691163092, "num_range": 60000000000, "upper_bound": "20:48:03.99954"}, {"distinct_range": 0, "num_eq": 50, "num_range": 3637428551355778746, "upper_bound": "24:00:00"}], "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 8854191240611897353}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1548180268969877044, "histo_buckets": [{"distinct_range": 0, "num_eq": 3776913465128694990, "num_range": 0, "upper_bound": "-0.9924279451370239"}, {"distinct_range": 10000, "num_eq": 9000000, "num_range": 10000, "upper_bound": "-0.9918012619018555"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 3480072927110478997, "upper_bound": "-0.6857157945632935"}, {"distinct_range": 447424091.0218925, "num_eq": 6128094855233244387, "num_range": 800000000, "upper_bound": "-0.22159311175346375"}, {"distinct_range": 4129918082175357000, "num_eq": 700, "num_range": 4129918082175356746, "upper_bound": "1.401298464324817e-45"}, {"distinct_range": 0, "num_eq": 8362505602277804409, "num_range": 5000000, "upper_bound": "0.21727372705936432"}, {"distinct_range": 0, "num_eq": 1250982562488550101, "num_range": 0, "upper_bound": "0.3230416476726532"}, {"distinct_range": 0, "num_eq": 100, "num_range": 4199632834814947588, "upper_bound": "1.0003554821014404"}, {"distinct_range": 708056511426812700, "num_eq": 3000000000, "num_range": 1706884390083524092, "upper_bound": "2.524155378341675"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 8285933558451361180, "row_count": 8854191240611897353}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8084450714819687862, "histo_buckets": [{"distinct_range": 0, "num_eq": 6891526098125237935, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 3104330828596068000, "num_eq": 200, "num_range": 3104330828596067653, "upper_bound": "134585764"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 5658484575839278232, "upper_bound": "826272850"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 80000000000, "upper_bound": "1404329032"}, {"distinct_range": 0, "num_eq": 238014475335531181, "num_range": 0, "upper_bound": "1567418289"}, {"distinct_range": 422204310018933400, "num_eq": 100000000, "num_range": 1175613905871111089, "upper_bound": "2387209337"}, {"distinct_range": 1442982550912720100, "num_eq": 6981751713183995881, "num_range": 1442982550912720114, "upper_bound": "3028449310"}, {"distinct_range": 0, "num_eq": 5460976224976411067, "num_range": 1206419986684544768, "upper_bound": "3554514658"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 2749954163189307043, "row_count": 8854191240611897353}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 94, "histo_col_type": "", "name": "__auto__", "null_count": 46, "row_count": 100}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23, "histo_col_type": "", "name": "__auto__", "null_count": 74, "row_count": 100}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 39, "histo_col_type": "", "name": "__auto__", "null_count": 43, "row_count": 100}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000, "num_range": 0, "upper_bound": "09:54:48.663411+07:25:00"}, {"distinct_range": 4.927433345235181, "num_eq": 1503313249156566301, "num_range": 100, "upper_bound": "10:05:53.275481+03:32:00"}, {"distinct_range": 0, "num_eq": 3000000000, "num_range": 1000000, "upper_bound": "18:36:37.783487+11:09:00"}, {"distinct_range": 1000000000, "num_eq": 900, "num_range": 1000000000, "upper_bound": "05:32:53.044585-09:02:00"}, {"distinct_range": 6655582272388045000, "num_eq": 8476032944701421055, "num_range": 6655582272388044815, "upper_bound": "11:08:06.561456-11:20:00"}, {"distinct_range": 0, "num_eq": 2401603795099583705, "num_range": 8495070678500805629, "upper_bound": "15:55:38.953361-10:05:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 85, "histo_col_type": "", "name": "__auto__", "null_count": 61, "row_count": 100}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45, "histo_buckets": [{"distinct_range": 0, "num_eq": 1031817747019007412, "num_range": 0, "upper_bound": "false"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 43, "row_count": 100}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 66, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 75, "histo_col_type": "", "name": "__auto__", "null_count": 19, "row_count": 100}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 75, "histo_col_type": "", "name": "__auto__", "null_count": 1, "row_count": 100}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 53, "histo_buckets": [{"distinct_range": 0, "num_eq": 200000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 7745804574382133891, "num_range": 1044567986072310017, "upper_bound": "658815382"}, {"distinct_range": 0, "num_eq": 5000, "num_range": 7330503032077012644, "upper_bound": "672436736"}, {"distinct_range": 4247794981344404000, "num_eq": 3260096109808620808, "num_range": 4247794981344403994, "upper_bound": "1175990858"}, {"distinct_range": 864785801.449844, "num_eq": 7770525904560207552, "num_range": 1000000000, "upper_bound": "1573541160"}, {"distinct_range": 0, "num_eq": 600, "num_range": 400000000, "upper_bound": "2232580584"}, {"distinct_range": 2932438622612423000, "num_eq": 7872173304924957888, "num_range": 6580507167034277320, "upper_bound": "3426384096"}, {"distinct_range": 0, "num_eq": 2499177876822910449, "num_range": 300000, "upper_bound": "3537829150"}, {"distinct_range": 7420757953094714000, "num_eq": 10000000000, "num_range": 7420757953094713909, "upper_bound": "3769720928"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 100}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 46, "histo_col_type": "", "name": "__auto__", "null_count": 84, "row_count": 100}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15323590939, "histo_col_type": "", "name": "__auto__", "null_count": 9579761368, "row_count": 30000000000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17831419069, "histo_buckets": [{"distinct_range": 0, "num_eq": 600000, "num_range": 0, "upper_bound": "-2000-01-01 00:00:00+00:00"}, {"distinct_range": 0, "num_eq": 745051825148499698, "num_range": 8325317855975468381, "upper_bound": "1972-03-30 01:14:12.000204+00:00"}, {"distinct_range": 29267324.846650023, "num_eq": 2057246199995534162, "num_range": 30000000, "upper_bound": "1979-10-21 21:51:12.000552+00:00"}, {"distinct_range": 90000000, "num_eq": 3471023872311039448, "num_range": 90000000, "upper_bound": "1998-10-18 07:55:01.00017+00:00"}, {"distinct_range": 0, "num_eq": 4000000000, "num_range": 900, "upper_bound": "2000-11-08 05:48:46.000773+00:00"}, {"distinct_range": 0, "num_eq": 80000, "num_range": 400000000, "upper_bound": "2010-04-03 14:43:30.000848+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 26882506396, "row_count": 30000000000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 22248515658, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 25779872125, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "-55 years -8 mons -130 days -19:03:44.599369"}, {"distinct_range": 0, "num_eq": 2000000000, "num_range": 8000, "upper_bound": "-28 years -629 days -22:54:54.585466"}, {"distinct_range": 0, "num_eq": 8794447752515993521, "num_range": 20, "upper_bound": "23 years 6 mons 628 days 21:24:09.080449"}, {"distinct_range": 90000, "num_eq": 497019307668876407, "num_range": 90000, "upper_bound": "30 years 7 mons 140 days 07:19:34.927377"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 15651875952, "row_count": 30000000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16165748360, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2804735460, "histo_buckets": [{"distinct_range": 0, "num_eq": 801118829210638100, "num_range": 0, "upper_bound": "00:00:00+15:59:00"}, {"distinct_range": 0, "num_eq": 113737845495547638, "num_range": 1757770522230223241, "upper_bound": "06:24:07.948907-10:17:00"}, {"distinct_range": 3327904546075069400, "num_eq": 20, "num_range": 3327904546075069249, "upper_bound": "22:14:25.081497+04:32:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2453620200, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "1975-11-03"}, {"distinct_range": 80000000, "num_eq": 3379304795727122566, "num_range": 80000000, "upper_bound": "1995-06-29"}, {"distinct_range": 1362790259738223900, "num_eq": 100000000, "num_range": 5360971559010533726, "upper_bound": "1996-09-22"}], "histo_col_type": "DATE", "name": "__auto__", "null_count": 19528473587, "row_count": 30000000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1415436018, "histo_col_type": "", "name": "__auto__", "null_count": 26121368635, "row_count": 30000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3004572367, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24838284439, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 12371909398, "histo_col_type": "", "name": "__auto__", "null_count": 8765801737, "row_count": 30000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5135533310, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23641957985, "histo_col_type": "", "name": "__auto__", "null_count": 4092002351, "row_count": 30000000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8449050226, "histo_col_type": "", "name": "__auto__", "null_count": 23594710099, "row_count": 30000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15117562987, "histo_col_type": "", "name": "__auto__", "null_count": 12359636490, "row_count": 30000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13031673668, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000, "num_range": 0, "upper_bound": "-23088"}, {"distinct_range": 24916881.169673663, "num_eq": 9000000, "num_range": 60000000, "upper_bound": "-19623"}, {"distinct_range": 6322854102320395000, "num_eq": 795968295188641332, "num_range": 6322854102320395060, "upper_bound": "19417"}], "histo_col_type": "INT2", "name": "__auto__", "null_count": 0, "row_count": 30000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5770702258, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4704801755731752195, "histo_buckets": [{"distinct_range": 0, "num_eq": 700, "num_range": 0, "upper_bound": "20271483"}, {"distinct_range": 0, "num_eq": 874171707426135818, "num_range": 50000000, "upper_bound": "726263489"}, {"distinct_range": 26918624.875801384, "num_eq": 3000000, "num_range": 50000000, "upper_bound": "1488898643"}, {"distinct_range": 21641870700364224, "num_eq": 70, "num_range": 75051183672927671, "upper_bound": "1595205711"}, {"distinct_range": 0, "num_eq": 8570346317830428221, "num_range": 3254989003109767829, "upper_bound": "3242102921"}, {"distinct_range": 0, "num_eq": 50000000000, "num_range": 0, "upper_bound": "4138090571"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 4045569844857362323, "row_count": 9141890602742112028}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 811558061686212375, "histo_buckets": [{"distinct_range": 0, "num_eq": 8000000000, "num_range": 0, "upper_bound": "07:07:56.502394+13:23:00"}, {"distinct_range": 200000, "num_eq": 4025837592071875363, "num_range": 200000, "upper_bound": "03:44:35.919269-00:45:00"}, {"distinct_range": 3702189214.852362, "num_eq": 8001412291001281472, "num_range": 6000000000, "upper_bound": "01:34:25.207496-07:46:00"}, {"distinct_range": 0, "num_eq": 8982043668876223366, "num_range": 6000, "upper_bound": "13:38:52.853728+03:10:00"}, {"distinct_range": 0, "num_eq": 6390565261233573690, "num_range": 0, "upper_bound": "19:19:06.72295+05:54:00"}, {"distinct_range": 400, "num_eq": 80, "num_range": 400, "upper_bound": "12:50:18.196471-07:03:00"}, {"distinct_range": 9999779287.708519, "num_eq": 967221637305024159, "num_range": 10000000000, "upper_bound": "13:27:05.831612-10:38:00"}, {"distinct_range": 461943711.0095141, "num_eq": 8534562400893371284, "num_range": 1000000000, "upper_bound": "21:48:52.462922-09:35:00"}, {"distinct_range": 8288265142916371000, "num_eq": 20000000, "num_range": 8288265142916371440, "upper_bound": "24:00:00-15:59:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 9141890602742112028}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2627210904146576090, "histo_col_type": "TIME", "name": "__auto__", "null_count": 0, "row_count": 9141890602742112028}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5212639841009845148, "histo_buckets": [{"distinct_range": 0, "num_eq": 10, "num_range": 0, "upper_bound": "-1.1152143478393555"}, {"distinct_range": 0, "num_eq": 20000000000, "num_range": 861679349934597378, "upper_bound": "-0.8964664340019226"}, {"distinct_range": 0, "num_eq": 0, "num_range": 400, "upper_bound": "-0.3675788938999176"}, {"distinct_range": 0, "num_eq": 5823596332760131889, "num_range": 50000, "upper_bound": "-0.044819217175245285"}, {"distinct_range": 10, "num_eq": 3325161833350450159, "num_range": 10, "upper_bound": "0.0"}, {"distinct_range": 10000000, "num_eq": 2338923459449359832, "num_range": 10000000, "upper_bound": "0.24778614938259125"}, {"distinct_range": 0, "num_eq": 800000000, "num_range": 8560267567402374751, "upper_bound": "0.5638614892959595"}], "histo_col_type": "FLOAT4", "name": "__auto__", "null_count": 1643097927466207137, "row_count": 9141890602742112028}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 15, "row_count": 20}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15, "histo_col_type": "", "name": "__auto__", "null_count": 17, "row_count": 20}, {"columns": ["col3_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_col_type": "", "name": "__auto__", "null_count": 4, "row_count": 20}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13, "histo_buckets": [{"distinct_range": 0, "num_eq": 5000000000, "num_range": 0, "upper_bound": "09:25:57.504992+09:18:00"}, {"distinct_range": 0, "num_eq": 30000000, "num_range": 9069176392814506108, "upper_bound": "01:32:11.160594+01:10:00"}, {"distinct_range": 300000000, "num_eq": 100000, "num_range": 300000000, "upper_bound": "17:56:18.077972+11:52:00"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 7616602615327446111, "upper_bound": "05:09:03.250497-04:08:00"}, {"distinct_range": 435792513298203000, "num_eq": 8715309236568901235, "num_range": 5120356801034042799, "upper_bound": "20:54:27.626419+04:53:00"}, {"distinct_range": 4920661657040205000, "num_eq": 7161148393157139413, "num_range": 6136967075167905475, "upper_bound": "16:44:48.461573-11:37:00"}], "histo_col_type": "TIMETZ", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17, "histo_col_type": "", "name": "__auto__", "null_count": 15, "row_count": 20}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 8, "row_count": 20}, {"columns": ["col3_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16, "histo_col_type": "", "name": "__auto__", "null_count": 4, "row_count": 20}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6, "histo_buckets": [{"distinct_range": 0, "num_eq": 300000000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 3069765582756940300, "num_eq": 1357887795270459780, "num_range": 3069765582756940319, "upper_bound": "1195692979"}, {"distinct_range": 5324964541104935000, "num_eq": 100, "num_range": 5324964541104934525, "upper_bound": "1209852885"}, {"distinct_range": 4958464215022289000, "num_eq": 700000, "num_range": 4958464215022288453, "upper_bound": "1948158527"}, {"distinct_range": 3983554642.8372498, "num_eq": 2000, "num_range": 5000000000, "upper_bound": "2364828949"}, {"distinct_range": 23911237.39404549, "num_eq": 2035160105441816460, "num_range": 10000000000, "upper_bound": "2405137334"}, {"distinct_range": 0, "num_eq": 0, "num_range": 50, "upper_bound": "2912373023"}, {"distinct_range": 6422114407658395000, "num_eq": 8636112430814910941, "num_range": 6422114407658395112, "upper_bound": "3043958823"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 0, "row_count": 20}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "", "name": "__auto__", "null_count": 10, "row_count": 20}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1, "histo_col_type": "BOOL", "name": "__auto__", "null_count": 14, "row_count": 20}, {"columns": ["col3_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 20}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "nan" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        postgres_1    | CREATE EXTENSION
        postgres_1    | 
        postgres_1    | waiting for server to shut down....2021-01-12 06:15:22.070 UTC [48] LOG:  received fast shutdown request
        postgres_1    | 2021-01-12 06:15:22.073 UTC [48] LOG:  aborting any active transactions
        postgres_1    | 2021-01-12 06:15:22.075 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
        postgres_1    | 2021-01-12 06:15:22.081 UTC [50] LOG:  shutting down
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@03797b17417ae34451537f8f76d66ac69dba2d07:

        postgres_1    |             ORDER BY
        postgres_1    |                 tab_8240.col1_3, tab_8240.col1_3 ASC, tab_8240.col1_11 ASC, tab_8240.col1_3 DESC
        postgres_1    |         )
        postgres_1    |             AS tab_8241
        postgres_1    |     ORDER BY
        postgres_1    |         col_14232 NULLS FIRST,
        postgres_1    |         col_14233 NULLS FIRST,
        postgres_1    |         col_14234 NULLS FIRST,
        postgres_1    |         col_14235 NULLS FIRST,
        postgres_1    |         col_14236 NULLS FIRST,
        postgres_1    |         col_14237 NULLS FIRST,
        postgres_1    |         col_14238 NULLS FIRST,
        postgres_1    |         col_14239 NULLS FIRST,
        postgres_1    |         col_14240 NULLS FIRST,
        postgres_1    |         col_14241 NULLS FIRST,
        postgres_1    |         col_14242 NULLS FIRST,
        postgres_1    |         col_14243 NULLS FIRST,
        postgres_1    |         col_14244 NULLS FIRST,
        postgres_1    |         col_14245 NULLS FIRST,
        postgres_1    |         col_14246 NULLS FIRST,
        postgres_1    |         col_14247 NULLS FIRST
        test_1        | --- FAIL: TestCompare (612.98s)
        test_1        |     --- FAIL: TestCompare/postgres (12.08s)
        test_1        |         compare_test.go:155: compare postgres to cockroach1:
        test_1        |             unexpected diff:
        test_1        |               []interface{}(Inverse(func1, []interface{}{
        test_1        |             -   string("falseJ"),
        test_1        |             +   string("fJ"),
        test_1        |               }))
        test_1        |             cockroach1:
        test_1        |             SELECT
        test_1        |                 *
        test_1        |             FROM
        test_1        |                 (SELECT (false::BOOL || 'J'::TEXT::TEXT)::TEXT AS col_14248) AS tab_8242
        test_1        |             ORDER BY
        test_1        |                 col_14248 NULLS FIRST;
        test_1        |             
        test_1        |             postgres: [same as previous]
        test_1        |             
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... done
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)

cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@f9b44f59d0451dc9efbb771baac3e88540485629:


        test_1        |             CREATE INDEX ON table3 (col3_3 ASC, col3_1 DESC, col3_8 DESC, col1_0 ASC, col3_2 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_8);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_3 ASC, col3_6, col3_7 ASC, col3_4, col3_8, col3_5 DESC);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col3_3 ASC, col3_7, col1_0) INCLUDE (col3_4, col3_5);
        test_1        |             CREATE UNIQUE INDEX ON table3 (col1_0);
        test_1        |             CREATE TABLE table4 (col1_0 INT8 NOT NULL, col4_1 BIT(40) NOT NULL, col4_2 INT8 NULL, col4_3 TIMESTAMP, col4_4 INT8 NULL, col4_5 REGPROCEDURE NOT NULL, col4_6 TIMESTAMP NULL, col4_7 BIT(16), PRIMARY KEY (col1_0, col4_5, col4_7, col4_4, col4_6));
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_7, col4_2 DESC, col4_5 ASC, col4_6 ASC, col4_1);
        test_1        |             CREATE UNIQUE INDEX ON table4 (col4_5);
        test_1        |             ALTER TABLE table3 ADD FOREIGN KEY (col3_7) REFERENCES table4 (col4_5);
        test_1        |             ALTER TABLE table1 ADD FOREIGN KEY (col1_0) REFERENCES table3 (col1_0);
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('domr', 'e', 'xf', 'eocpw');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('dfjq', 'pcue');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('huiu', 'ott', 'bxbmjq', 'az', 'kkn', 'otuo');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('vzcne', 'lfafco', 'vod', 'bxerg', 'k', 'tehdgt');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('t', 'cupa', 'ss', 'tofs', 'thmr', 'w');
        test_1        |             
        test_1        |         compare_test.go:130: postgres: exec: ERROR: type "box2d" does not exist (SQLSTATE 42704)
        test_1        |     --- FAIL: TestCompare/mutators (1.13s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 BOOL, col1_1 REGPROC NOT NULL, col1_2 BOX2D NULL, col1_3 INT8, col1_4 REGNAMESPACE NULL, col1_5 INT4, col1_6 INT8 NULL, col1_7 FLOAT8 NULL, col1_8 REGCLASS NULL, col1_9 UUID, col1_10 CHAR NULL, col1_11 REGTYPE NULL, col1_12 TIMESTAMPTZ, col1_13 REGNAMESPACE NULL, col1_14 TIMESTAMP NULL, PRIMARY KEY (col1_1), UNIQUE (col1_1, col1_3 ASC, col1_0 DESC, col1_5 ASC, col1_9 ASC) STORING (col1_4, col1_6, col1_7, col1_10, col1_11, col1_12, col1_13, col1_14) WHERE (((((((table1.col1_12 >= '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ) OR (table1.col1_3 <= 0:::INT8)) AND (table1.col1_5 >= 32767:::INT8)) AND (table1.col1_6 = (-9223372036854775807):::INT8)) OR (table1.col1_7 <= (-1.0):::FLOAT8)) AND table1.col1_0) AND (table1.col1_14 < '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table1.col1_10 = '"':::STRING), INDEX (col1_9 ASC, col1_11 DESC, col1_1, col1_14, col1_7 ASC, col1_2, col1_4 DESC, col1_5 DESC, col1_13) WHERE (((((((table1.col1_6 <= (-9223372036854775807):::INT8) OR (table1.col1_3 < 127:::INT8)) OR (table1.col1_5 = (-128):::INT8)) AND (table1.col1_10 <= e'\U00002603':::STRING)) AND (table1.col1_12 = '3000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_7 != 1.7976931348623157e+308:::FLOAT8)) OR (NOT table1.col1_0)) OR (table1.col1_14 > '0001-01-01 00:00:00':::TIMESTAMP), UNIQUE (col1_13 DESC, col1_0 ASC, col1_9, col1_12, col1_6 ASC, col1_10 ASC, col1_14 ASC, col1_8, col1_11, col1_3 DESC, col1_2 DESC, col1_1 ASC, col1_4 ASC, col1_5 ASC) STORING (col1_7) WHERE (((((((table1.col1_12 = '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ) OR (NOT table1.col1_0)) OR (table1.col1_10 >= e'\'':::STRING)) OR (table1.col1_3 >= (-32768):::INT8)) AND (table1.col1_5 < (-1):::INT8)) OR (table1.col1_7 >= 'NaN':::FLOAT8)) AND (table1.col1_6 != (-1):::INT8)) OR (table1.col1_14 = '3000-01-01 00:00:00':::TIMESTAMP), INDEX (col1_1 DESC, col1_0 ASC, col1_10, col1_9 ASC, col1_12, col1_14 DESC, col1_5, col1_2 ASC, col1_7 ASC, col1_6) STORING (col1_3, col1_4) WHERE ((((((table1.col1_0 OR (table1.col1_12 > '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table1.col1_6 >= 1:::INT8)) OR (table1.col1_3 < (-1):::INT8)) OR (table1.col1_10 != e'\x00':::STRING)) OR (table1.col1_14 > '0001-01-01 00:00:00':::TIMESTAMP)) AND (table1.col1_7 <= 1.7976931348623157e+308:::FLOAT8)) OR (table1.col1_5 = 2147483647:::INT8), INDEX (col1_4 DESC, col1_8 DESC, col1_10, col1_7 DESC, col1_2 ASC) STORING (col1_0, col1_3, col1_6, col1_11) WHERE (((((((table1.col1_7 = 1.0:::FLOAT8) AND (table1.col1_14 = '-4713-11-24 00:00:00':::TIMESTAMP)) OR table1.col1_0) AND (table1.col1_10 < 'X':::STRING)) OR (table1.col1_6 <= 2147483647:::INT8)) AND (table1.col1_5 <= (-1):::INT8)) OR (table1.col1_12 >= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_3 != 127:::INT8), INDEX (col1_12 ASC, col1_0 DESC, col1_2) STORING (col1_4, col1_6, col1_7, col1_10, col1_13) WHERE (((((((table1.col1_5 > (-32768):::INT8) OR (table1.col1_12 <= '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ)) AND (NOT table1.col1_0)) AND (table1.col1_10 < '':::STRING)) AND (table1.col1_6 != (-32768):::INT8)) OR (table1.col1_7 > '+Inf':::FLOAT8)) AND (table1.col1_14 < '-2000-01-01 00:00:00':::TIMESTAMP)) OR (table1.col1_3 >= 2147483647:::INT8), INDEX (col1_8 ASC, col1_2 DESC, col1_5 ASC, col1_3 ASC, col1_0) STORING (col1_6, col1_9, col1_11, col1_12, col1_13, col1_14), UNIQUE (col1_3) WHERE ((table1.col1_14 = '-4713-11-24 00:00:00') AND (table1.col1_7 >= 1.7976931348623157e+308)) OR (NOT table1.col1_0), FAMILY (col1_1), FAMILY (col1_14), FAMILY (col1_13), FAMILY (col1_0), FAMILY (col1_9, col1_7), FAMILY (col1_2, col1_5), FAMILY (col1_6, col1_11), FAMILY (col1_8), FAMILY (col1_4), FAMILY (col1_12), FAMILY (col1_3), FAMILY (col1_10));
        test_1        |             CREATE TABLE table2 (col1_1 REGPROC NOT NULL, col2_1 UUID, col2_2 FLOAT8, col2_3 REGTYPE NOT NULL, col2_4 INTERVAL NULL, col2_5 TIMETZ NULL, col2_6 REGPROCEDURE NOT NULL, col2_7 INT8 NOT NULL, col2_8 TIMESTAMPTZ NOT NULL, col2_9 INT8 NULL, col2_10 REGPROCEDURE NOT NULL, col2_11 INTERVAL NULL, col2_12 FLOAT4 NULL, col2_13 INT4 NULL, col2_14 INT4 NULL, col2_15 INTERVAL, col2_16 BYTES NOT NULL, col2_17 TIMESTAMP NULL, PRIMARY KEY (col1_1, col2_3, col2_8 DESC, col2_16 ASC), UNIQUE (col2_4, col2_12 ASC, col2_8 DESC) STORING (col2_6, col2_7, col2_9, col2_10, col2_13, col2_14) WHERE (((((((((table2.col2_7 >= (-2147483648):::INT8) AND (table2.col2_13 = 1:::INT8)) OR (table2.col2_14 >= (-128):::INT8)) OR (table2.col2_2 = 5e-324:::FLOAT8)) AND (table2.col2_16 < e'\\xe29883':::BYTES)) OR (table2.col2_12 != 0.0:::FLOAT8)) AND (table2.col2_5 = '24:00:00-15:59:00':::TIMETZ)) AND (table2.col2_17 != '-2000-01-01 00:00:00':::TIMESTAMP)) AND (table2.col2_9 >= (-1):::INT8)) AND (table2.col2_8 < '294276-12-31 23:59:59.999999+00:00':::TIMESTAMPTZ), INDEX (col2_15, col2_3 ASC) STORING (col2_2, col2_4, col2_5, col2_7, col2_13, col2_14) WHERE (((((((((table2.col2_12 >= '+Inf':::FLOAT8) OR (table2.col2_13 < 1:::INT8)) OR (table2.col2_8 < '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) AND (table2.col2_7 > (-2147483648):::INT8)) OR (table2.col2_14 != (-1):::INT8)) AND (table2.col2_16 = e'\\x27':::BYTES)) AND (table2.col2_5 <= '00:00:00+15:59:00':::TIMETZ)) OR (table2.col2_2 >= 3.4028234663852886e+38:::FLOAT8)) OR (table2.col2_17 < '294276-12-31 23:59:59.999999':::TIMESTAMP)) OR (table2.col2_9 >= 9223372036854775807:::INT8), UNIQUE (col2_3 ASC), UNIQUE (col2_8 DESC, col2_9, col2_16 ASC, col2_17, col2_11, col2_3 DESC, col2_6 ASC, col2_14 DESC) WHERE ((((((((table2.col2_2 < 0.0:::FLOAT8) AND (table2.col2_12 <= '-Inf':::FLOAT8)) AND (table2.col2_8 != '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) OR (table2.col2_7 != 2147483647:::INT8)) OR (table2.col2_5 = '24:00:00-15:59:00':::TIMETZ)) AND (table2.col2_9 != 9223372036854775807:::INT8)) AND (table2.col2_17 < '-4713-11-24 00:00:00':::TIMESTAMP)) OR (table2.col2_14 <= 0:::INT8)) OR (table2.col2_16 <= e'\\x27':::BYTES), UNIQUE (col2_9, col2_13 DESC, col2_16 DESC, col2_5, col2_7, col2_8 DESC, col1_1, col2_14 DESC, col2_6, col2_3 DESC, col2_11), INDEX (col2_15 ASC) STORING (col2_4, col2_7, col2_9, col2_10, col2_11, col2_12, col2_14) WHERE (((((((((table2.col2_14 < 0:::INT8) OR (table2.col2_8 < '0001-01-01 00:00:00+00:00':::TIMESTAMPTZ)) AND (table2.col2_16 < e'\\x27':::BYTES)) AND (table2.col2_17 > '294276-12-31 23:59:59.999999':::TIMESTAMP)) AND (table2.col2_9 >= 0:::INT8)) AND (table2.col2_12 = 1.401298464324817e-45:::FLOAT8)) AND (table2.col2_13 > 1:::INT8)) OR (table2.col2_2 > 1.0:::FLOAT8)) AND (table2.col2_7 != 9223372036854775807:::INT8)) AND (table2.col2_5 != '24:00:00-15:59:00':::TIMETZ), INDEX (col2_9 DESC, col2_2 DESC, col2_6 ASC), FAMILY (col2_5, col2_12), FAMILY (col2_8), FAMILY (col2_14, col2_7), FAMILY (col2_13), FAMILY (col2_16), FAMILY (col2_17), FAMILY (col1_1, col2_1, col2_15, col2_2), FAMILY (col2_10), FAMILY (col2_4), FAMILY (col2_3, col2_11), FAMILY (col2_6, col2_9)) INTERLEAVE IN PARENT table1 (col1_1);
        test_1        |             CREATE TABLE table3 (col3_0 REGPROCEDURE NOT NULL, col3_1 BOOL NOT NULL, col3_2 OID NOT NULL, col3_3 DECIMAL NULL, col3_4 BIT(10) NOT NULL, col3_5 BOOL NOT NULL, col3_6 REGTYPE NULL, col3_7 BIT(4) NULL, col3_8 NAME NOT NULL, PRIMARY KEY (col3_0 DESC, col3_5, col3_1 ASC, col3_4 DESC, col3_2 DESC, col3_8 DESC), UNIQUE (col3_4, col3_1 ASC, col3_3, col3_0 DESC) WHERE (table3.col3_8 = e'\'':::STRING) OR (NOT table3.col3_1), INDEX (col3_4 DESC, col3_5, col3_7, col3_2 DESC, col3_3 DESC, col3_6 DESC), FAMILY (col3_5, col3_1), FAMILY (col3_3), FAMILY (col3_7, col3_4, col3_0), FAMILY (col3_8), FAMILY (col3_6, col3_2));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1706746279876295385, "histo_col_type": "", "name": "__auto__", "null_count": 3104402058874694259, "row_count": 4793845584741106158}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 688905222879762891, "histo_buckets": [{"distinct_range": 0, "num_eq": 3212455360372697606, "num_range": 0, "upper_bound": "0001-01-01 00:00:00+00:00"}, {"distinct_range": 1706286947465270000, "num_eq": 8000, "num_range": 2839700293468094674, "upper_bound": "1973-04-13 08:06:04.000625+00:00"}, {"distinct_range": 4673642.069277271, "num_eq": 50000000, "num_range": 5000000, "upper_bound": "1988-10-29 06:17:31.000768+00:00"}, {"distinct_range": 0, "num_eq": 100000000000, "num_range": 9000000000, "upper_bound": "1993-07-09 00:56:02.000483+00:00"}, {"distinct_range": 0, "num_eq": 60000000, "num_range": 0, "upper_bound": "2012-11-21 05:57:01.000623+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 1676854355024978507, "row_count": 4793845584741106158}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1750393600549551724, "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 3690180292362714337, "row_count": 4793845584741106158}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3075870418903781262, "histo_col_type": "", "name": "__auto__", "null_count": 2181866192833129589, "row_count": 4793845584741106158}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2287949459698161909, "histo_col_type": "", "name": "__auto__", "null_count": 4501549272436195830, "row_count": 4793845584741106158}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1368855662151461827, "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 4363509051141813052, "row_count": 4793845584741106158}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3392719730524387745, "histo_buckets": [{"distinct_range": 0, "num_eq": 468927956128831675, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 7003783509262539472, "num_range": 7276709681430888744, "upper_bound": "3867079"}, {"distinct_range": 8711136548.360607, "num_eq": 8449888271038966219, "num_range": 10000000000, "upper_bound": "994477672"}, {"distinct_range": 30, "num_eq": 0, "num_range": 30, "upper_bound": "2773417288"}, {"distinct_range": 7.849130166925663, "num_eq": 49310623758339279, "num_range": 60, "upper_bound": "3441647663"}, {"distinct_range": 0, "num_eq": 595141672163178523, "num_range": 1161500105272540456, "upper_bound": "3513290340"}, {"distinct_range": 58964754.37796497, "num_eq": 600, "num_range": 60000000, "upper_bound": "3625667965"}, {"distinct_range": 0, "num_eq": 700, "num_range": 2350715922219332580, "upper_bound": "3833184022"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 484388277351749914, "row_count": 4793845584741106158}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4384868284201509869, "histo_col_type": "", "name": "__auto__", "null_count": 1589002371713257154, "row_count": 4793845584741106158}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3161623488136916554, "histo_col_type": "", "name": "__auto__", "null_count": 4143872026719417319, "row_count": 4793845584741106158}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 472843836580818983, "histo_buckets": [{"distinct_range": 0, "num_eq": 8864176587706062022, "num_range": 0, "upper_bound": "2031136801"}, {"distinct_range": 6042113768.651792, "num_eq": 6633700188165234744, "num_range": 30000000000, "upper_bound": "2917051535"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 4793845584741106158}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3042669560188631382, "histo_col_type": "", "name": "__auto__", "null_count": 484015155288143450, "row_count": 4793845584741106158}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2872984537319903498, "histo_col_type": "", "name": "__auto__", "null_count": 43280221181041705, "row_count": 4793845584741106158}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3087009871070377400, "histo_col_type": "", "name": "__auto__", "null_count": 1020647890450137079, "row_count": 4793845584741106158}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 963823083628672391, "histo_buckets": [{"distinct_range": 0, "num_eq": 3441054650610908686, "num_range": 0, "upper_bound": "00000000-0000-0000-0000-000000000000"}, {"distinct_range": 200000, "num_eq": 2000000, "num_range": 200000, "upper_bound": "dde41185-93cb-4b9b-af2b-101ee9b07477"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 2342016450270419649, "row_count": 4793845584741106158}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1425769647462820398, "histo_col_type": "", "name": "__auto__", "null_count": 2882952161143859909, "row_count": 4793845584741106158}]':::JSONB;
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 15826, "histo_col_type": "", "name": "__auto__", "null_count": 24133, "row_count": 50000}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 37722, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43951, "histo_col_type": "", "name": "__auto__", "null_count": 1684, "row_count": 50000}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 45424, "histo_buckets": [{"distinct_range": 0, "num_eq": 20000000000, "num_range": 0, "upper_bound": "-64 years -1 mons -794 days -09:28:58.438192"}, {"distinct_range": 84931679.51232302, "num_eq": 900000, "num_range": 100000000, "upper_bound": "-62 years -8 mons -938 days -12:15:56.568864"}, {"distinct_range": 0, "num_eq": 30000, "num_range": 4086937877251513208, "upper_bound": "-23 years -1 mons -94 days -12:19:54.807888"}, {"distinct_range": 8000000, "num_eq": 600, "num_range": 8000000, "upper_bound": "61 years 2 mons 443 days 18:48:31.37581"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 41126, "row_count": 50000}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23011, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2234, "histo_col_type": "", "name": "__auto__", "null_count": 41084, "row_count": 50000}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 40742, "histo_buckets": [{"distinct_range": 0, "num_eq": 4789097264464446890, "num_range": 0, "upper_bound": "1943923908"}, {"distinct_range": 8170060054.291329, "num_eq": 1743143956926862473, "num_range": 10000000000, "upper_bound": "2887990551"}, {"distinct_range": 3245510347357399600, "num_eq": 941149013441510504, "num_range": 3705904312755790713, "upper_bound": "3777777508"}, {"distinct_range": 2886419542205274000, "num_eq": 10, "num_range": 2886419542205274056, "upper_bound": "4012587075"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8903, "histo_col_type": "", "name": "__auto__", "null_count": 3709, "row_count": 50000}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17655, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3598, "histo_col_type": "", "name": "__auto__", "null_count": 904, "row_count": 50000}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 480, "histo_buckets": [{"distinct_range": 0, "num_eq": 4556114512743220977, "num_range": 0, "upper_bound": "-79 years -11 mons -219 days -14:24:06.900961"}, {"distinct_range": 800000000, "num_eq": 2824192409976663003, "num_range": 800000000, "upper_bound": "-48 years -1 mons -656 days -02:49:11.454713"}, {"distinct_range": 0, "num_eq": 900, "num_range": 80000000, "upper_bound": "-9 years -8 mons -443 days -08:09:34.324222"}, {"distinct_range": 0, "num_eq": 1815732306432461311, "num_range": 500, "upper_bound": "5 years 9 mons 815 days 18:42:37.970755"}, {"distinct_range": 3083496668852772000, "num_eq": 80000000, "num_range": 4091988486360298039, "upper_bound": "48 years 8 mons 112 days 00:59:45.085058"}, {"distinct_range": 4113776482849283600, "num_eq": 30, "num_range": 4219054332672252593, "upper_bound": "68 years 5 mons 729 days 08:56:07.781331"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 300, "upper_bound": "290 years"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 33076, "row_count": 50000}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10134, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 46146, "histo_col_type": "", "name": "__auto__", "null_count": 11521, "row_count": 50000}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 24769, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000, "num_range": 0, "upper_bound": "-1938988006824574183"}, {"distinct_range": 124772099.9339106, "num_eq": 800, "num_range": 500000000, "upper_bound": "4887349102379679038"}, {"distinct_range": 1401724604087905000, "num_eq": 2442107472200706658, "num_range": 5445469681895994725, "upper_bound": "5224143390425846415"}, {"distinct_range": 6036079003052997000, "num_eq": 1813624317961164820, "num_range": 6036079003052996154, "upper_bound": "5470035051814271947"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 35608, "row_count": 50000}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 21040, "histo_col_type": "", "name": "__auto__", "null_count": 22410, "row_count": 50000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 30479, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "1080702380"}, {"distinct_range": 0, "num_eq": 8997024111924802142, "num_range": 8686631935996915934, "upper_bound": "2549841996"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 50000}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 44751, "histo_col_type": "", "name": "__auto__", "null_count": 43772, "row_count": 50000}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7399, "histo_buckets": [{"distinct_range": 0, "num_eq": 4405081944445786790, "num_range": 0, "upper_bound": "1974-04-21 12:15:01.00061+00:00"}, {"distinct_range": 2000, "num_eq": 239956512869746459, "num_range": 2000, "upper_bound": "2010-08-23 01:38:30.000192+00:00"}, {"distinct_range": 0, "num_eq": 300, "num_range": 10000000, "upper_bound": "2016-05-18 03:43:02.000752+00:00"}, {"distinct_range": 100, "num_eq": 90, "num_range": 100, "upper_bound": "2028-03-28 20:14:22.000924+00:00"}, {"distinct_range": 0, "num_eq": 6228419787201945276, "num_range": 0, "upper_bound": "2032-08-23 01:24:56.000341+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 50000}]':::JSONB;
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4724, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 185, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1666, "histo_col_type": "BIT(10)", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5775, "histo_col_type": "", "name": "__auto__", "null_count": 6451, "row_count": 8000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7518, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2178, "histo_buckets": [{"distinct_range": 0, "num_eq": 3664809756447812737, "num_range": 0, "upper_bound": "241079221"}, {"distinct_range": 0, "num_eq": 5325079595275147497, "num_range": 40000000, "upper_bound": "277568667"}, {"distinct_range": 90, "num_eq": 7347480152275815705, "num_range": 90, "upper_bound": "607923146"}, {"distinct_range": 73.3702237164009, "num_eq": 100000000, "num_range": 500, "upper_bound": "1203892859"}, {"distinct_range": 4643475947928494000, "num_eq": 900, "num_range": 7607770409574697749, "upper_bound": "1243159599"}, {"distinct_range": 0, "num_eq": 80000000, "num_range": 1660699362729997050, "upper_bound": "2277962675"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6505, "histo_col_type": "", "name": "__auto__", "null_count": 3339, "row_count": 8000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6265, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 8000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1101, "histo_col_type": "", "name": "__auto__", "null_count": 6522, "row_count": 8000}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('ccyrfl', 'fyqje', 'ls');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('zoqm', 'qsvzx', 'klnvmd', 'hrrn', 'ebeup', 'hnxvq');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('ixni', 'fwhflj', 'renx', 'r', 'd', 'v');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('bcst');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2870583234, "histo_col_type": "", "name": "__auto__", "null_count": 2721045943, "row_count": 3000000000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2479232439, "histo_buckets": [{"distinct_range": 0, "num_eq": 1000000000, "num_range": 0, "upper_bound": "84707560"}, {"distinct_range": 0, "num_eq": 6563509539813885667, "num_range": 2110925421820668309, "upper_bound": "309333096"}, {"distinct_range": 154467588179763600, "num_eq": 7551582692243914473, "num_range": 177810688710881409, "upper_bound": "796885981"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 0, "upper_bound": "1447347650"}, {"distinct_range": 0, "num_eq": 1299089609131237414, "num_range": 2221397210618162339, "upper_bound": "1742751778"}, {"distinct_range": 2502253315062486500, "num_eq": 0, "num_range": 4671349915781407013, "upper_bound": "2237034877"}, {"distinct_range": 0, "num_eq": 0, "num_range": 7266643098311759195, "upper_bound": "2794173228"}, {"distinct_range": 8000, "num_eq": 90000, "num_range": 8000, "upper_bound": "3774865876"}, {"distinct_range": 270.4576615044841, "num_eq": 4423742401741253819, "num_range": 300, "upper_bound": "3995098690"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 464050230, "row_count": 3000000000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1263978418, "histo_buckets": [{"distinct_range": 0, "num_eq": 70000, "num_range": 0, "upper_bound": "1753784785"}, {"distinct_range": 108314816.25805235, "num_eq": 5877038439182579146, "num_range": 200000000, "upper_bound": "2118640218"}, {"distinct_range": 900000, "num_eq": 80000, "num_range": 900000, "upper_bound": "2913334120"}, {"distinct_range": 2776273586628367400, "num_eq": 4298728391536345627, "num_range": 7418945990704136449, "upper_bound": "3290579982"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 84734622, "row_count": 3000000000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 599256962, "histo_col_type": "", "name": "__auto__", "null_count": 2376329399, "row_count": 3000000000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 549794925, "histo_col_type": "", "name": "__auto__", "null_count": 294855413, "row_count": 3000000000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 902298456, "histo_buckets": [{"distinct_range": 0, "num_eq": 40000000, "num_range": 0, "upper_bound": "1972-09-08 18:53:39.000009+00:00"}, {"distinct_range": 0, "num_eq": 8690187004869696648, "num_range": 4497178643476505889, "upper_bound": "1974-07-06 13:16:37.00005+00:00"}, {"distinct_range": 3060782485649680000, "num_eq": 2400005007401556628, "num_range": 3111977859151594258, "upper_bound": "1981-03-10 02:19:23.000331+00:00"}, {"distinct_range": 0, "num_eq": 3545567817822610999, "num_range": 6809075122133737380, "upper_bound": "1996-12-23 17:44:40.000531+00:00"}, {"distinct_range": 118558.73926915598, "num_eq": 1828842992622607227, "num_range": 1000000, "upper_bound": "1999-10-29 16:25:31.000995+00:00"}, {"distinct_range": 6233431629261501000, "num_eq": 70000, "num_range": 7544995513349641261, "upper_bound": "2007-09-24 03:45:13.000911+00:00"}, {"distinct_range": 8000000000, "num_eq": 2912783101963641230, "num_range": 8000000000, "upper_bound": "2012-09-12 00:27:33.000324+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 831495431, "row_count": 3000000000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 785611023, "histo_col_type": "", "name": "__auto__", "null_count": 2193429732, "row_count": 3000000000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 484255081, "histo_col_type": "", "name": "__auto__", "null_count": 2054117560, "row_count": 3000000000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1364362828, "histo_col_type": "", "name": "__auto__", "null_count": 2356742556, "row_count": 3000000000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2714714165, "histo_col_type": "", "name": "__auto__", "null_count": 86598983, "row_count": 3000000000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2940825768, "histo_col_type": "", "name": "__auto__", "null_count": 2791472965, "row_count": 3000000000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 81819109, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000, "num_range": 0, "upper_bound": "1199372898"}, {"distinct_range": 2841663681262386000, "num_eq": 8355723744057206590, "num_range": 2841663681262386417, "upper_bound": "1502301354"}, {"distinct_range": 3179673816256027000, "num_eq": 2077774324721041373, "num_range": 3179673816256026895, "upper_bound": "2039931475"}, {"distinct_range": 0, "num_eq": 70000, "num_range": 40000000, "upper_bound": "2205949612"}, {"distinct_range": 634834589687604700, "num_eq": 70000000, "num_range": 7344861937880687472, "upper_bound": "2569166308"}, {"distinct_range": 900, "num_eq": 4886643333483671035, "num_range": 900, "upper_bound": "2911485852"}, {"distinct_range": 0, "num_eq": 8279209501099434611, "num_range": 0, "upper_bound": "4241302357"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 3000000000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 783794489, "histo_col_type": "UUID", "name": "__auto__", "null_count": 1323402855, "row_count": 3000000000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1456207503, "histo_buckets": [{"distinct_range": 0, "num_eq": 8708643965853028207, "num_range": 0, "upper_bound": "258142119"}, {"distinct_range": 0, "num_eq": 100, "num_range": 800, "upper_bound": "1299029210"}, {"distinct_range": 7336935842035870000, "num_eq": 7098505968409849406, "num_range": 7336935842035869219, "upper_bound": "1656064435"}, {"distinct_range": 100000000000, "num_eq": 1000000000, "num_range": 100000000000, "upper_bound": "1950563546"}, {"distinct_range": 0, "num_eq": 0, "num_range": 271670891884118153, "upper_bound": "2744418305"}, {"distinct_range": 2445004918157283300, "num_eq": 4168158677579844980, "num_range": 3204734380071055552, "upper_bound": "2758680239"}, {"distinct_range": 0, "num_eq": 90000, "num_range": 800, "upper_bound": "3406419060"}, {"distinct_range": 400, "num_eq": 100000000000, "num_range": 400, "upper_bound": "3418172434"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 2748140157, "row_count": 3000000000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 946625979, "histo_col_type": "", "name": "__auto__", "null_count": 425665180, "row_count": 3000000000}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 8763764962204741368, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 5979764227883264990, "num_range": 0, "upper_bound": "138928815"}, {"distinct_range": 10000, "num_eq": 70000000, "num_range": 10000, "upper_bound": "229338361"}, {"distinct_range": 7634.774913221521, "num_eq": 700000000, "num_range": 10000, "upper_bound": "685142083"}, {"distinct_range": 8124368522808119000, "num_eq": 1954468810476140539, "num_range": 8124368522808119491, "upper_bound": "1429229139"}, {"distinct_range": 905443680882793900, "num_eq": 8021635850614144180, "num_range": 5664077579952259578, "upper_bound": "1511282327"}, {"distinct_range": 116655.42006960178, "num_eq": 100000000, "num_range": 500000, "upper_bound": "2615572105"}, {"distinct_range": 607.0722429613852, "num_eq": 10000, "num_range": 800, "upper_bound": "2903320870"}, {"distinct_range": 7000000000, "num_eq": 500000, "num_range": 7000000000, "upper_bound": "3224291643"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 4148133434818868231, "num_range": 0, "upper_bound": "-62 years -6 mons -853 days -24:30:37.737726"}, {"distinct_range": 2000000, "num_eq": 0, "num_range": 2000000, "upper_bound": "-61 years -701 days -19:22:35.314086"}, {"distinct_range": 6987025387324117000, "num_eq": 200, "num_range": 6987025387324116795, "upper_bound": "-39 years -8 mons -438 days -23:35:37.441302"}, {"distinct_range": 5833197778836058000, "num_eq": 4845430740138661731, "num_range": 5833197778836057693, "upper_bound": "47 years 7 mons 353 days 10:38:03.020184"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "1974-10-15 17:12:24.000616+00:00"}, {"distinct_range": 0, "num_eq": 400000, "num_range": 2091009097875524666, "upper_bound": "2008-09-02 14:57:36.000945+00:00"}, {"distinct_range": 50000, "num_eq": 1000, "num_range": 50000, "upper_bound": "2011-03-16 01:19:28.000271+00:00"}, {"distinct_range": 61047300560.341064, "num_eq": 40, "num_range": 70000000000, "upper_bound": "2014-02-19 14:20:27.000761+00:00"}, {"distinct_range": 50000000000, "num_eq": 0, "num_range": 50000000000, "upper_bound": "2014-04-21 18:32:09.000637+00:00"}, {"distinct_range": 212665848198070850, "num_eq": 6000000000, "num_range": 6240589362815593550, "upper_bound": "2018-03-04 18:11:42.000793+00:00"}, {"distinct_range": 53470162.444123365, "num_eq": 7971690174906856596, "num_range": 60000000, "upper_bound": "2024-03-24 17:30:37.00049+00:00"}, {"distinct_range": 5000000000, "num_eq": 4686459041274615570, "num_range": 5000000000, "upper_bound": "2026-03-17 20:49:59.000386+00:00"}, {"distinct_range": 1477482915084463400, "num_eq": 0, "num_range": 1947861806867822244, "upper_bound": "2031-07-26 03:28:18.000921+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 40, "num_range": 0, "upper_bound": "48 years 2 mons 429 days 00:03:15.106386"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 3041221728276132189, "num_range": 0, "upper_bound": "401527061"}, {"distinct_range": 0, "num_eq": 210240734033311054, "num_range": 5530461408220613039, "upper_bound": "821941486"}, {"distinct_range": 623343.2653603671, "num_eq": 7626257649648627267, "num_range": 900000, "upper_bound": "994327827"}, {"distinct_range": 2580376769242496000, "num_eq": 381136872420922593, "num_range": 3312819331439741572, "upper_bound": "1199094075"}, {"distinct_range": 1666961734898037000, "num_eq": 20000, "num_range": 2860546498943278337, "upper_bound": "1418149813"}, {"distinct_range": 8453428945549787000, "num_eq": 70000, "num_range": 8453428945549787257, "upper_bound": "1985798851"}, {"distinct_range": 335596167165903400, "num_eq": 2799981605044928454, "num_range": 3461781828250973524, "upper_bound": "2091871089"}, {"distinct_range": 6074822443783910000, "num_eq": 0, "num_range": 6074822443783910119, "upper_bound": "2660523232"}, {"distinct_range": 90, "num_eq": 90000000000, "num_range": 90, "upper_bound": "4133377433"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_buckets": [{"distinct_range": 0, "num_eq": 282866017671716137, "num_range": 0, "upper_bound": "-8362152497806198517"}, {"distinct_range": 0, "num_eq": 8096291542659250529, "num_range": 6468651333225749580, "upper_bound": "-7432483525186467208"}, {"distinct_range": 8.363025703797128, "num_eq": 3904185566407237110, "num_range": 100, "upper_bound": "-1195532099751709285"}, {"distinct_range": 2000, "num_eq": 0, "num_range": 2000, "upper_bound": "127"}, {"distinct_range": 0, "num_eq": 8565696615367927802, "num_range": 7000000000, "upper_bound": "1247138808152335394"}, {"distinct_range": 0, "num_eq": 8072045186184165711, "num_range": 2696564347529123871, "upper_bound": "1838179889609272754"}, {"distinct_range": 6751.006719686943, "num_eq": 10000, "num_range": 200000, "upper_bound": "3883628252681102756"}, {"distinct_range": 370.93681693218184, "num_eq": 7000000, "num_range": 400, "upper_bound": "8319436379608698336"}, {"distinct_range": 7552488952265955000, "num_eq": 6331855628190109294, "num_range": 7552488952265955805, "upper_bound": "9063299131022392746"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 0, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 0}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2630, "histo_col_type": "", "name": "__auto__", "null_count": 2068, "row_count": 3000}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2300, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 279, "histo_buckets": [{"distinct_range": 0, "num_eq": 8380358899540453726, "num_range": 0, "upper_bound": "0000110111"}, {"distinct_range": 0, "num_eq": 100, "num_range": 80000000000, "upper_bound": "0010000010"}, {"distinct_range": 60619145.609239176, "num_eq": 5000000, "num_range": 100000000, "upper_bound": "0011101101"}, {"distinct_range": 5940367.232281824, "num_eq": 9000000, "num_range": 9000000, "upper_bound": "0101100010"}, {"distinct_range": 0, "num_eq": 4554078212722546626, "num_range": 70000, "upper_bound": "0110000011"}, {"distinct_range": 490860734004484860, "num_eq": 4000000000, "num_range": 490860734004484840, "upper_bound": "0110011000"}, {"distinct_range": 0, "num_eq": 40000000000, "num_range": 600, "upper_bound": "1001011111"}, {"distinct_range": 0, "num_eq": 2021847540812914408, "num_range": 8000, "upper_bound": "1100110010"}], "histo_col_type": "BIT(10)", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1687, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1672, "histo_col_type": "", "name": "__auto__", "null_count": 1055, "row_count": 3000}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2208, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "173000407"}, {"distinct_range": 100000000, "num_eq": 8000, "num_range": 100000000, "upper_bound": "2351468560"}, {"distinct_range": 0, "num_eq": 2799605632374421080, "num_range": 2854029939525296936, "upper_bound": "2587729861"}, {"distinct_range": 352831655.70876974, "num_eq": 5093732932342672955, "num_range": 400000000, "upper_bound": "2654563042"}, {"distinct_range": 726275997421940400, "num_eq": 4415478922168032718, "num_range": 3306627085746459628, "upper_bound": "3312015076"}, {"distinct_range": 0, "num_eq": 400, "num_range": 9000000000, "upper_bound": "3898228094"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col3_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2251, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 934, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 3000}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 549, "histo_col_type": "", "name": "__auto__", "null_count": 402, "row_count": 3000}]';
        test_1        |             ALTER TABLE table2 ADD FOREIGN KEY (col2_9) REFERENCES table1 (col1_3);
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7251072227094567755, "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 429779473937415106, "row_count": 7547729433429684419}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3048503656724063051, "histo_buckets": [{"distinct_range": 0, "num_eq": 104147854098571342, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 2088423937988312000, "num_eq": 90, "num_range": 2088423937988312182, "upper_bound": "847022749"}, {"distinct_range": 5754950269563420000, "num_eq": 4627172448457908229, "num_range": 5754950269563419805, "upper_bound": "998191425"}, {"distinct_range": 2418326732021282300, "num_eq": 5923937386106751406, "num_range": 3216413525540417322, "upper_bound": "1566524307"}, {"distinct_range": 6196334252399729000, "num_eq": 3838306121139087788, "num_range": 6196334252399728471, "upper_bound": "1641559178"}, {"distinct_range": 6251673415623131000, "num_eq": 1575772350078489675, "num_range": 6890035507826471204, "upper_bound": "2691611596"}, {"distinct_range": 0, "num_eq": 2881329294302599817, "num_range": 1197175305138595128, "upper_bound": "3989876682"}], "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 4848477026364148791, "row_count": 7547729433429684419}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1635576858491781785, "histo_col_type": "", "name": "__auto__", "null_count": 4616315536683299903, "row_count": 7547729433429684419}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4324407776265553898, "histo_buckets": [{"distinct_range": 0, "num_eq": 6000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 8818253403995766000, "num_eq": 800000000, "num_range": 8818253403995765403, "upper_bound": "153035462"}, {"distinct_range": 700293456521473700, "num_eq": 5683883618103312866, "num_range": 2841282682967224175, "upper_bound": "1037825907"}, {"distinct_range": 109079216197035500, "num_eq": 8000, "num_range": 218240788229834828, "upper_bound": "1222275675"}, {"distinct_range": 0, "num_eq": 6000000000, "num_range": 5027684090541800803, "upper_bound": "2916737853"}, {"distinct_range": 0, "num_eq": 500, "num_range": 5562203303529749946, "upper_bound": "2974496184"}, {"distinct_range": 5000000, "num_eq": 500000, "num_range": 5000000, "upper_bound": "3907925350"}], "histo_col_type": "REGCLASS", "name": "__auto__", "null_count": 2687198821429200928, "row_count": 7547729433429684419}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2430610825465967270, "histo_buckets": [{"distinct_range": 0, "num_eq": 552583060033394555, "num_range": 0, "upper_bound": "00000000-0000-0000-0000-000000000000"}, {"distinct_range": 1000, "num_eq": 6679897662774148772, "num_range": 1000, "upper_bound": "141f491c-39fc-4023-884f-9b125cd0aae9"}, {"distinct_range": 1300330838768945400, "num_eq": 9178222612131838497, "num_range": 6982420457171155885, "upper_bound": "456a2a8a-3512-4387-942d-5eba227f0e36"}, {"distinct_range": 0, "num_eq": 9000000, "num_range": 5919922288167697636, "upper_bound": "a977f1e7-5b38-45e7-8269-baa28d927d9a"}, {"distinct_range": 200000, "num_eq": 100000000, "num_range": 200000, "upper_bound": "e390ffb0-a690-446e-815c-a7f183e2345f"}], "histo_col_type": "UUID", "name": "__auto__", "null_count": 5905057844431028269, "row_count": 7547729433429684419}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5899764344087545120, "histo_col_type": "", "name": "__auto__", "null_count": 6389386102945969388, "row_count": 7547729433429684419}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3902223719986425137, "histo_col_type": "", "name": "__auto__", "null_count": 5863558263269362906, "row_count": 7547729433429684419}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 43808319337846818, "histo_col_type": "", "name": "__auto__", "null_count": 2813198754675385379, "row_count": 7547729433429684419}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1505846470375998366, "histo_buckets": [{"distinct_range": 0, "num_eq": 9146073437473254226, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 6508013619119232108, "num_range": 6891694485222564579, "upper_bound": "1243079420"}, {"distinct_range": 0, "num_eq": 84416970773630308, "num_range": 4533620514067486321, "upper_bound": "2043877276"}, {"distinct_range": 3000, "num_eq": 100000000000, "num_range": 3000, "upper_bound": "3083466571"}, {"distinct_range": 2881224021645805600, "num_eq": 6000000000, "num_range": 2881224021645805391, "upper_bound": "3358618154"}, {"distinct_range": 0, "num_eq": 3905129362935870246, "num_range": 30, "upper_bound": "3971429042"}, {"distinct_range": 478885062.5943345, "num_eq": 300000, "num_range": 900000000, "upper_bound": "4142505875"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 7547729433429684419}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4396685947451755238, "histo_buckets": [{"distinct_range": 0, "num_eq": 0, "num_range": 0, "upper_bound": "-6996771442242772669"}, {"distinct_range": 2071453139402953500, "num_eq": 1430608382090128533, "num_range": 3358662897736850759, "upper_bound": "32767"}, {"distinct_range": 0, "num_eq": 6399812561828953774, "num_range": 10000000000, "upper_bound": "2077183867346503567"}, {"distinct_range": 0, "num_eq": 5000000000, "num_range": 126675416971567537, "upper_bound": "6264876062311766904"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 5745358040345651661, "row_count": 7547729433429684419}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5496923308433302991, "histo_col_type": "REGNAMESPACE", "name": "__auto__", "null_count": 6184971249474651548, "row_count": 7547729433429684419}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2327466958518067938, "histo_col_type": "", "name": "__auto__", "null_count": 3454876172379575877, "row_count": 7547729433429684419}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7235837865790422563, "histo_col_type": "", "name": "__auto__", "null_count": 7088792184779692571, "row_count": 7547729433429684419}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6751117202082266621, "histo_col_type": "", "name": "__auto__", "null_count": 6638329627125330913, "row_count": 7547729433429684419}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5298493437831519308, "histo_col_type": "", "name": "__auto__", "null_count": 47882421045730281, "row_count": 7547729433429684419}]';
        test_1        |             ALTER TABLE table2 INJECT STATISTICS '[{"columns": ["col2_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3984069118691908168, "histo_col_type": "", "name": "__auto__", "null_count": 1330182368576714408, "row_count": 9130561196678898071}, {"columns": ["col2_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5461255750004485712, "histo_buckets": [{"distinct_range": 0, "num_eq": 8657740905192949683, "num_range": 0, "upper_bound": "-65 years -5 mons -607 days -03:02:48.643034"}, {"distinct_range": 6644859.769350977, "num_eq": 8000000, "num_range": 7000000, "upper_bound": "-55 years -8 mons -275 days -17:09:38.039907"}, {"distinct_range": 2696100830236330000, "num_eq": 3092250957536936442, "num_range": 2696100830236329895, "upper_bound": "-45 years -10 mons -846 days -04:06:07.265299"}, {"distinct_range": 0, "num_eq": 300, "num_range": 9000000, "upper_bound": "-27 years -5 mons -660 days -02:55:14.824028"}, {"distinct_range": 40736756.73672595, "num_eq": 4692140531123977397, "num_range": 70000000, "upper_bound": "18 years 4 mons 378 days 20:58:03.880664"}, {"distinct_range": 3000000, "num_eq": 8274878102522101190, "num_range": 3000000, "upper_bound": "65 years 9 mons 771 days 15:35:30.777101"}, {"distinct_range": 0, "num_eq": 7591576120596541164, "num_range": 10000000000, "upper_bound": "77 years 2 mons 785 days 23:44:01.684865"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 4396657804657629083, "row_count": 9130561196678898071}, {"columns": ["col2_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2341931456237450552, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col2_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2692245162442125655, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col2_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2367320096094933967, "histo_buckets": [{"distinct_range": 0, "num_eq": 2750378051521363377, "num_range": 0, "upper_bound": "1975-01-10 12:45:12.000825+00:00"}, {"distinct_range": 70000, "num_eq": 1363966692870118880, "num_range": 70000, "upper_bound": "1992-03-16 08:57:18.000265+00:00"}, {"distinct_range": 0, "num_eq": 5593811955819011779, "num_range": 835438218072705036, "upper_bound": "1999-01-26 16:26:44.000041+00:00"}, {"distinct_range": 6680713562828663000, "num_eq": 3256840570894764926, "num_range": 6680713562828662332, "upper_bound": "2003-03-27 02:50:15.000507+00:00"}, {"distinct_range": 100000, "num_eq": 400000000, "num_range": 100000, "upper_bound": "2011-07-27 03:18:12.000894+00:00"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 1000000000, "upper_bound": "2013-12-24 03:09:22.00078+00:00"}, {"distinct_range": 3640508581765267500, "num_eq": 0, "num_range": 5771083565023378968, "upper_bound": "2019-12-30 14:48:13.000403+00:00"}, {"distinct_range": 0, "num_eq": 9000000000, "num_range": 3847705944907841779, "upper_bound": "2023-07-27 22:56:01.000496+00:00"}, {"distinct_range": 4000, "num_eq": 70000000, "num_range": 4000, "upper_bound": "2032-02-27 16:18:18.000647+00:00"}], "histo_col_type": "TIMESTAMPTZ", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col2_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5215263156093337162, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "-9063637013103932982"}, {"distinct_range": 40000, "num_eq": 20000000000, "num_range": 40000, "upper_bound": "-6790602739177342008"}, {"distinct_range": 0, "num_eq": 7576906181088661152, "num_range": 6700206728088964271, "upper_bound": "7016806132296078153"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 6648383901503352484, "row_count": 9130561196678898071}, {"columns": ["col2_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3298980028711802385, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col2_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6106142140882031645, "histo_col_type": "", "name": "__auto__", "null_count": 1864815617133231407, "row_count": 9130561196678898071}, {"columns": ["col2_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1286315773512263478, "histo_buckets": [{"distinct_range": 0, "num_eq": 5735965937169690154, "num_range": 0, "upper_bound": "-76 years -1 mons -160 days -21:50:47.045221"}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 3688777115641492015, "upper_bound": "-22 years -3 mons -631 days -10:42:16.40437"}, {"distinct_range": 15.008233460054702, "num_eq": 8319811035945891865, "num_range": 20, "upper_bound": "-17 years -837 days -07:07:45.388392"}, {"distinct_range": 7978347369847449000, "num_eq": 0, "num_range": 7978347369847448301, "upper_bound": "48 years 5 mons 53 days 05:17:53.577374"}], "histo_col_type": "INTERVAL", "name": "__auto__", "null_count": 3450176500068259796, "row_count": 9130561196678898071}, {"columns": ["col2_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9109863197163486972, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1117629364289162544, "histo_buckets": [{"distinct_range": 0, "num_eq": 3565864034011127721, "num_range": 0, "upper_bound": "261575758"}, {"distinct_range": 0, "num_eq": 500000, "num_range": 7955829002467048508, "upper_bound": "1001758941"}, {"distinct_range": 0, "num_eq": 60, "num_range": 2288626165919413416, "upper_bound": "2130493298"}, {"distinct_range": 379317135407628350, "num_eq": 6842436454962769697, "num_range": 379317135407628333, "upper_bound": "2420768325"}], "histo_col_type": "REGPROC", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col2_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3261931977895100740, "histo_col_type": "", "name": "__auto__", "null_count": 1904067067241708665, "row_count": 9130561196678898071}, {"columns": ["col2_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4436425991074538505, "histo_col_type": "", "name": "__auto__", "null_count": 1567454772894911006, "row_count": 9130561196678898071}, {"columns": ["col2_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3294078186048044961, "histo_col_type": "", "name": "__auto__", "null_count": 4416936062589420086, "row_count": 9130561196678898071}, {"columns": ["col2_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 935931488232035444, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000000000, "num_range": 0, "upper_bound": "604303962"}, {"distinct_range": 4112861257115177500, "num_eq": 5385690296777842234, "num_range": 4112861257115177546, "upper_bound": "2630056695"}], "histo_col_type": "REGTYPE", "name": "__auto__", "null_count": 0, "row_count": 9130561196678898071}, {"columns": ["col2_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5279746383726522927, "histo_col_type": "", "name": "__auto__", "null_count": 2819605737944694021, "row_count": 9130561196678898071}, {"columns": ["col2_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7794633023198703903, "histo_col_type": "", "name": "__auto__", "null_count": 8640255865767109922, "row_count": 9130561196678898071}, {"columns": ["col2_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7314515754833917958, "histo_col_type": "", "name": "__auto__", "null_count": 6781667453708086301, "row_count": 9130561196678898071}]';
        test_1        |             ALTER TABLE table3 INJECT STATISTICS '[{"columns": ["col3_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 866585838902789512, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2341168986027940109}, {"columns": ["col3_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2302264695555232615, "histo_col_type": "", "name": "__auto__", "null_count": 1453121988162735998, "row_count": 2341168986027940109}, {"columns": ["col3_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1912537616561996249, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "0000100100"}, {"distinct_range": 2554937795047010000, "num_eq": 4201804688428363908, "num_range": 2554937795047009880, "upper_bound": "0000111001"}, {"distinct_range": 0, "num_eq": 4081627539359081782, "num_range": 1789527613680544643, "upper_bound": "1010000100"}, {"distinct_range": 80000, "num_eq": 0, "num_range": 80000, "upper_bound": "1010011000"}, {"distinct_range": 6000000000, "num_eq": 6138814742719621873, "num_range": 6000000000, "upper_bound": "1110000100"}], "histo_col_type": "BIT(10)", "name": "__auto__", "null_count": 0, "row_count": 2341168986027940109}, {"columns": ["col3_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1329566707779878300, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2341168986027940109}, {"columns": ["col3_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1555572613233652527, "histo_col_type": "", "name": "__auto__", "null_count": 2316682885497083289, "row_count": 2341168986027940109}, {"columns": ["col3_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1509351089649997307, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 2341168986027940109}, {"columns": ["col3_0"], "created_at": "2000-01-01 00:00:00+00:00", "distin
cockroach-teamcity commented 3 years ago

(compose).TestComposeCompare failed on master@a786c51627fe66e47b4a4445c67b2a9077ae2a93:

        postgres_1    | creating configuration files ... ok
        postgres_1    | running bootstrap script ... ok
        postgres_1    | performing post-bootstrap initialization ... ok
        postgres_1    | syncing data to disk ... ok
        postgres_1    | 
        postgres_1    | Success. You can now start the database server using:
        postgres_1    | 
        postgres_1    |     pg_ctl -D /var/lib/postgresql/data -l logfile start
        postgres_1    | 
        postgres_1    | 
        postgres_1    | WARNING: enabling "trust" authentication for local connections
        postgres_1    | You can change this by editing pg_hba.conf or using the option -A, or
        postgres_1    | --auth-local and --auth-host, the next time you run initdb.
        postgres_1    | waiting for server to start....2021-01-15 06:14:12.734 UTC [48] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
        postgres_1    | 2021-01-15 06:14:12.752 UTC [49] LOG:  database system was shut down at 2021-01-15 06:14:12 UTC
        postgres_1    | 2021-01-15 06:14:12.757 UTC [48] LOG:  database system is ready to accept connections
        postgres_1    |  done
        postgres_1    | server started
        postgres_1    | 
        postgres_1    | /usr/local/bin/docker-entrypoint.sh: sourcing /docker-entrypoint-initdb.d/10_postgis.sh
        postgres_1    | CREATE DATABASE
        postgres_1    | Loading PostGIS extensions into template_postgis
        test_1        | --- FAIL: TestCompare (0.89s)
        test_1        |     --- FAIL: TestCompare/postgres (0.37s)
        test_1        |         compare_test.go:119: pgx conn: dial tcp 172.18.0.3:5432: connect: connection refused
        test_1        |     --- FAIL: TestCompare/mutators (0.52s)
        test_1        |         compare_test.go:129: SET CLUSTER SETTING "sql.stats.automatic_collection.enabled" = false;
        test_1        |             SET CLUSTER SETTING "sql.stats.histogram_collection.enabled" = false;
        test_1        |             CREATE TABLE table1 (col1_0 REGNAMESPACE NULL, col1_1 INET NOT NULL, col1_2 BOOL NOT NULL, col1_3 BOX2D, col1_4 TIMESTAMP NOT NULL, col1_5 OID NOT NULL, col1_6 REGCLASS, col1_7 INT8, col1_8 REGPROCEDURE, col1_9 REGNAMESPACE NOT NULL, col1_10 REGPROCEDURE, col1_11 "char", col1_12 OID, col1_13 TIMESTAMPTZ NOT NULL, col1_14 DECIMAL NOT NULL, col1_15 VARCHAR NOT NULL, col1_16 CHAR NOT NULL, col1_17 INT4 NOT NULL, PRIMARY KEY (col1_15, col1_17, col1_14 DESC, col1_5 ASC, col1_9 ASC, col1_16 ASC, col1_2 DESC, col1_13), INDEX (col1_8, col1_2, col1_6 ASC, col1_9, col1_17 DESC, col1_12 ASC, col1_0 ASC, col1_4 DESC, col1_13 DESC, col1_15, col1_11 ASC, col1_16 ASC, col1_7 DESC, col1_3, col1_5, col1_10 DESC, col1_1 DESC, col1_14 DESC) WHERE ((((((((table1.col1_16 < '"':::STRING) OR (table1.col1_7 > 2147483647:::INT8)) OR (table1.col1_4 < '-4713-11-24 00:00:00':::TIMESTAMP)) AND (table1.col1_11 != e'\x00':::STRING)) OR (table1.col1_13 <= '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) AND (NOT table1.col1_2)) AND (table1.col1_15 != '"':::STRING)) AND (table1.col1_14 <= 0:::DECIMAL)) OR (table1.col1_17 = 1:::INT8), UNIQUE (col1_12 ASC, col1_15, col1_3 DESC, col1_14 ASC, col1_16, col1_6 ASC, col1_13 ASC, col1_4) WHERE ((((((((table1.col1_14 <= 1:::DECIMAL) OR table1.col1_2) OR (table1.col1_13 > '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ)) OR (table1.col1_17 < (-1):::INT8)) OR (table1.col1_16 >= e'\U00002603':::STRING)) OR (table1.col1_15 <= e'\'':::STRING)) OR (table1.col1_7 <= 32767:::INT8)) AND (table1.col1_11 <= e'\x00':::STRING)) AND (table1.col1_4 >= '-4713-11-24 00:00:00':::TIMESTAMP), INDEX (col1_1, col1_2 DESC, col1_6 DESC, col1_14 ASC, col1_12 DESC, col1_15 ASC, col1_7 DESC, col1_16 DESC, col1_5, col1_10 DESC, col1_13 DESC, col1_8 DESC, col1_11 DESC) WHERE ((((((((table1.col1_7 >= 32767) AND (table1.col1_4 > '-4713-11-24 00:00:00')) OR table1.col1_2) OR (table1.col1_16 != 'X')) OR (table1.col1_15 > 'X')) AND (table1.col1_11 <= e'\U00002603')) AND (table1.col1_17 = -2147483648)) AND (table1.col1_14 != -Infinity)) AND (table1.col1_13 >= '0001-01-01 00:00:00+00:00'), INDEX (col1_3, col1_17 ASC) WHERE ((((((table1.col1_2 OR (table1.col1_13 < '-4713-11-24 00:00:00+00:00':::TIMESTAMPTZ)) AND (table1.col1_16 <= e'\x00':::STRING)) AND (table1.col1_14 = 'NaN':::DECIMAL)) AND (table1.col1_15 != '"':::STRING)) AND (table1.col1_7 != 2147483647:::INT8)) AND (table1.col1_17 = (-1):::INT8)) OR (table1.col1_11 < e'\'':::STRING), INDEX (col1_2 DESC, col1_8 ASC, col1_0 ASC, col1_15 ASC) STORING (col1_1, col1_4, col1_6, col1_10) WHERE ((((((((table1.col1_13 <= '-2000-01-01 00:00:00+00:00') OR (NOT table1.col1_2)) OR (table1.col1_17 < -32768)) AND (table1.col1_11 < e'\x00')) AND (table1.col1_15 != 'X')) OR (table1.col1_7 = -32768)) AND (table1.col1_4 != '-2000-01-01 00:00:00')) AND (table1.col1_16 >= e'\U00002603')) OR (table1.col1_14 >= 1), INDEX (col1_7 ASC, col1_6 DESC, col1_16 ASC, col1_2, col1_5, col1_15 ASC, col1_11 ASC) WHERE (((NOT table1.col1_2) AND (table1.col1_16 <= e'\x00':::STRING)) AND (table1.col1_17 != (-1):::INT8)) AND (table1.col1_13 < '-2000-01-01 00:00:00+00:00':::TIMESTAMPTZ), FAMILY (col1_2), FAMILY (col1_11), FAMILY (col1_1, col1_10, col1_15), FAMILY (col1_8), FAMILY (col1_16, col1_13, col1_3), FAMILY (col1_4, col1_9, col1_12, col1_5), FAMILY (col1_17), FAMILY (col1_6, col1_14), FAMILY (col1_7, col1_0));
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 13295, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18008, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 96, "histo_buckets": [{"distinct_range": 0, "num_eq": 10000, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 90000000000, "num_eq": 7598393395479745731, "num_range": 90000000000, "upper_bound": "1923797577"}, {"distinct_range": 305352934.8242142, "num_eq": 7828694652484579056, "num_range": 400000000, "upper_bound": "2539446842"}, {"distinct_range": 0, "num_eq": 1908182838249042485, "num_range": 90000000, "upper_bound": "2625580490"}, {"distinct_range": 4708146626643475000, "num_eq": 2702999361405121839, "num_range": 4708146626643475432, "upper_bound": "2860380064"}, {"distinct_range": 0, "num_eq": 7004008966128126766, "num_range": 100000, "upper_bound": "2948140094"}, {"distinct_range": 0, "num_eq": 7523944667848968152, "num_range": 8892534361729496143, "upper_bound": "3513475933"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 17535, "row_count": 30000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 20503, "histo_col_type": "", "name": "__auto__", "null_count": 28599, "row_count": 30000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 10435, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 23468, "histo_buckets": [{"distinct_range": 0, "num_eq": 1183768304723106422, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 0, "num_eq": 8000000000, "num_range": 500, "upper_bound": "BOX(-2.016900674990105 -0.009096963651901713,-0.6025473987509937 0.38784683989474544)"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 10000000000, "upper_bound": "BOX(-1.8422311198600023 0.5803546492379063,0.6266206069544014 0.6205893066985482)"}, {"distinct_range": 666358758.5464189, "num_eq": 10000000, "num_range": 700000000, "upper_bound": "BOX(-1.2907413213628411 -0.4013002273597698,-1.0329777218739176 2.0934021930682003)"}, {"distinct_range": 3000000, "num_eq": 8000, "num_range": 3000000, "upper_bound": "BOX(-1.0526915362286948 -1.2471329503398731,0.9522475859374921 0.8106773744566038)"}, {"distinct_range": 0, "num_eq": 0, "num_range": 100, "upper_bound": "BOX(-1.0291701901416728 -0.939940164252479,-0.03556810191354717 1.089725043668243)"}, {"distinct_range": 0, "num_eq": 10000000, "num_range": 6856357178113722152, "upper_bound": "BOX(-0.7123971424862992 0.08587916095042725,0.21375424244130262 0.6132356174979474)"}, {"distinct_range": 4254488179724757500, "num_eq": 3000, "num_range": 5601913123612258290, "upper_bound": "BOX(1.9176380282388537 -0.893320357363563,1.9346634192963106 0.1393508661149779)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 29872, "row_count": 30000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7107, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7285, "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 5784, "histo_col_type": "", "name": "__auto__", "null_count": 20339, "row_count": 30000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 16252, "histo_buckets": [{"distinct_range": 0, "num_eq": 200, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 0, "num_eq": 1332172617247648078, "num_range": 7996921390671529279, "upper_bound": "74094455"}, {"distinct_range": 10000000000, "num_eq": 1325589090672007147, "num_range": 10000000000, "upper_bound": "1470369577"}, {"distinct_range": 0, "num_eq": 6000, "num_range": 0, "upper_bound": "1615451883"}, {"distinct_range": 0, "num_eq": 700000000, "num_range": 9000, "upper_bound": "3801970502"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 27341, "row_count": 30000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3797, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9197, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 794, "histo_col_type": "", "name": "__auto__", "null_count": 20117, "row_count": 30000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 14252, "histo_col_type": "", "name": "__auto__", "null_count": 18558, "row_count": 30000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3003, "histo_col_type": "INT8", "name": "__auto__", "null_count": 15961, "row_count": 30000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 18055, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9299, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000000, "num_range": 0, "upper_bound": "\\tw0_"}, {"distinct_range": 40000000000, "num_eq": 3000000000, "num_range": 40000000000, "upper_bound": "\\tx-\\u001fUJ"}, {"distinct_range": 107666498935594450, "num_eq": 6000000000, "num_range": 107666498935594441, "upper_bound": "#\\u000cyVFFc"}, {"distinct_range": 0, "num_eq": 7000000000, "num_range": 700, "upper_bound": "&F\\u0016Y\x7f^B"}, {"distinct_range": 1540034103547114800, "num_eq": 200000, "num_range": 1540034103547114751, "upper_bound": "[lf{++e1I"}, {"distinct_range": 140835091.837886, "num_eq": 2869703005348456792, "num_range": 8000000000, "upper_bound": "j\\u00162c9\\u0018t\\u000cV"}, {"distinct_range": 4533448207748157000, "num_eq": 200, "num_range": 7510701136021583383, "upper_bound": "y="}, {"distinct_range": 0, "num_eq": 10000000000, "num_range": 50000000000, "upper_bound": "\U00002603"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 30000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 17353, "histo_buckets": [{"distinct_range": 0, "num_eq": 60000000, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 1035313917617290800, "num_eq": 5000000000, "num_range": 1035313917617290806, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 0, "row_count": 30000}]':::JSONB;
        test_1        |             CREATE TYPE rand_typ_0 AS ENUM ('nyq');
        test_1        |             CREATE TYPE rand_typ_1 AS ENUM ('qlemxs', 'xgjh', 'clayv', 'kugc', 'zsqq');
        test_1        |             CREATE TYPE rand_typ_2 AS ENUM ('yo', 'a');
        test_1        |             CREATE TYPE rand_typ_3 AS ENUM ('sqvimy', 'ex', 'gf');
        test_1        |             CREATE TYPE rand_typ_4 AS ENUM ('jny', 'cqh');
        test_1        |             ALTER TABLE table1 INJECT STATISTICS e'[{"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 128109095872528635, "histo_col_type": "", "name": "__auto__", "null_count": 1047056177070534083, "row_count": 1586657355582241261}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1206532121784452766, "histo_buckets": [{"distinct_range": 0, "num_eq": 1151711885460678425, "num_range": 0, "upper_bound": "false"}, {"distinct_range": 8859832911741105000, "num_eq": 1052921141405839194, "num_range": 8859832911741105249, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 617453946285243751, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1528050056138942057, "histo_col_type": "", "name": "__auto__", "null_count": 582814497167755480, "row_count": 1586657355582241261}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 194048571978103035, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 495955461120466803, "histo_buckets": [{"distinct_range": 0, "num_eq": 100, "num_range": 0, "upper_bound": "BOX(-0.8899971714148431 -0.19586192602567137,1.3889844452315396 0.48428184147660525)"}, {"distinct_range": 800000000, "num_eq": 2500528609452131948, "num_range": 800000000, "upper_bound": "BOX(-0.8590597496399104 -0.8727187951197186,0.696597245317365 2.124476203493578)"}, {"distinct_range": 0, "num_eq": 5821484184309127413, "num_range": 1000, "upper_bound": "BOX(0.23240450409487745 0.38503058025327497,0.49308243882447944 1.065006553511049)"}, {"distinct_range": 0, "num_eq": 1106168490410728392, "num_range": 9000000, "upper_bound": "BOX(1.31226750258697 -1.4985937953353365,1.8810781150849412 0.5743642993832898)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 1446424799261192282, "row_count": 1586657355582241261}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 719653025047430904, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1445842740045583709, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 805516910780516708, "histo_col_type": "", "name": "__auto__", "null_count": 748031929707236699, "row_count": 1586657355582241261}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 428309012431908541, "histo_buckets": [{"distinct_range": 0, "num_eq": 7000000, "num_range": 0, "upper_bound": "3666495076"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 344640876249916594, "row_count": 1586657355582241261}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1177063082678118784, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1363314401532916984, "histo_buckets": [{"distinct_range": 0, "num_eq": 1904414042180590828, "num_range": 0, "upper_bound": "107.188.63.88/6"}, {"distinct_range": 0, "num_eq": 122565448220252501, "num_range": 8232940614341127780, "upper_bound": "8.69.147.134/15"}, {"distinct_range": 2000000, "num_eq": 4487042495887109971, "num_range": 2000000, "upper_bound": "92.153.223.43/28"}, {"distinct_range": 0, "num_eq": 10, "num_range": 60000, "upper_bound": "b6f9:4e24:4cf4:c53c:df79:de3a:f004:fd76/95"}, {"distinct_range": 200000000, "num_eq": 4717362502295054043, "num_range": 200000000, "upper_bound": "d847:5e65:c950:8f22:2f75:82a:c6e7:fd1c/96"}, {"distinct_range": 3027458105811704300, "num_eq": 400000, "num_range": 3027458105811704380, "upper_bound": "d546:fca4:a200:a12f:cdf1:13e4:777:8488/103"}, {"distinct_range": 624034339.0457952, "num_eq": 10000000000, "num_range": 900000000, "upper_bound": "c04:3b34:466a:ff7c:5dab:3c50:6b6c:e2b4/105"}, {"distinct_range": 0, "num_eq": 7966893090565532080, "num_range": 0, "upper_bound": "d8c3:df97:266f:dea4:2ff9:ba3:e45f:8add/110"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 296402493142229439, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1047634196929925661, "histo_buckets": [{"distinct_range": 0, "num_eq": 800000, "num_range": 0, "upper_bound": "-8810016109309321139"}, {"distinct_range": 7737113449010845000, "num_eq": 5000000, "num_range": 7737113449010844618, "upper_bound": "-6487900236746007213"}, {"distinct_range": 7722588276304210000, "num_eq": 500000, "num_range": 7722588276304209584, "upper_bound": "-3741753099422109159"}, {"distinct_range": 100000000000, "num_eq": 8445278140993891251, "num_range": 100000000000, "upper_bound": "-2147483648"}, {"distinct_range": 0, "num_eq": 0, "num_range": 400000, "upper_bound": "-128"}, {"distinct_range": 0, "num_eq": 411670091982409128, "num_range": 80000000, "upper_bound": "1578721095138571438"}, {"distinct_range": 0, "num_eq": 1816329662116183282, "num_range": 5000000, "upper_bound": "5839775212093163806"}, {"distinct_range": 0, "num_eq": 7607422657531173416, "num_range": 2000000, "upper_bound": "9223372036854775807"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 887686704851355386, "row_count": 1586657355582241261}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1233729661626758669, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}, {"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1242754211721635218, "histo_col_type": "", "name": "__auto__", "null_count": 216934958911715562, "row_count": 1586657355582241261}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1001539559975110109, "histo_buckets": [{"distinct_range": 0, "num_eq": 358762059990486906, "num_range": 0, "upper_bound": "0"}, {"distinct_range": 2103199184769081300, "num_eq": 10000000, "num_range": 2103199184769081373, "upper_bound": "4176902818"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 974553511799155855, "row_count": 1586657355582241261}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 1223042187572129677, "histo_buckets": [{"distinct_range": 0, "num_eq": 8081677943857584328, "num_range": 0, "upper_bound": "\\u0006F{EW8\\u0007"}, {"distinct_range": 533973225786080450, "num_eq": 7800411381112281485, "num_range": 660842946054159185, "upper_bound": "<7\\u0016F"}, {"distinct_range": 0, "num_eq": 50000000, "num_range": 800000000, "upper_bound": "C\\u001aG&o"}, {"distinct_range": 8000000000, "num_eq": 6000, "num_range": 8000000000, "upper_bound": "w"}], "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 1586657355582241261}]';
        test_1        |             ALTER TABLE table1 INJECT STATISTICS '[{"columns": ["col1_0"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6602, "histo_col_type": "", "name": "__auto__", "null_count": 9758, "row_count": 10000}, {"columns": ["col1_2"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3852, "histo_buckets": [{"distinct_range": 0, "num_eq": 3000000000, "num_range": 0, "upper_bound": "true"}], "histo_col_type": "BOOL", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_5"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2359, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_13"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6401, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_15"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3767, "histo_col_type": "VARCHAR", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_3"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7432, "histo_buckets": [{"distinct_range": 0, "num_eq": 100000, "num_range": 0, "upper_bound": "BOX(-10 -10,10 10)"}, {"distinct_range": 0, "num_eq": 1000000000, "num_range": 6328884637023376798, "upper_bound": "BOX(-0.5075834729050025 0.7599283084840369,0.7144085197556138 1.2605392346462132)"}], "histo_col_type": "BOX2D", "name": "__auto__", "null_count": 4207, "row_count": 10000}, {"columns": ["col1_7"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6275, "histo_buckets": [{"distinct_range": 0, "num_eq": 700000000, "num_range": 0, "upper_bound": "-7543289967917781156"}, {"distinct_range": 900000, "num_eq": 1224050388546961815, "num_range": 900000, "upper_bound": "2081496561392173082"}, {"distinct_range": 1567156.7473790187, "num_eq": 6240294354409749816, "num_range": 3000000, "upper_bound": "2242460377319687797"}, {"distinct_range": 500000, "num_eq": 3918398578435672595, "num_range": 500000, "upper_bound": "4831095162265917133"}, {"distinct_range": 8146199569067864000, "num_eq": 507410730577258020, "num_range": 8945133925422300761, "upper_bound": "7781687443958226873"}], "histo_col_type": "INT8", "name": "__auto__", "null_count": 6387, "row_count": 10000}, {"columns": ["col1_8"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 7549, "histo_buckets": [{"distinct_range": 0, "num_eq": 1843426024290742074, "num_range": 0, "upper_bound": "524320120"}, {"distinct_range": 1873456373899379200, "num_eq": 5510746450354655412, "num_range": 2830009745108225149, "upper_bound": "665620456"}, {"distinct_range": 0, "num_eq": 100000000, "num_range": 6080889755839064014, "upper_bound": "1857790396"}, {"distinct_range": 2148102553607384600, "num_eq": 50000000000, "num_range": 2204059880229356157, "upper_bound": "4163735711"}], "histo_col_type": "REGPROCEDURE", "name": "__auto__", "null_count": 5684, "row_count": 10000}, {"columns": ["col1_11"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6528, "histo_col_type": "", "name": "__auto__", "null_count": 4107, "row_count": 10000}, {"columns": ["col1_12"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9807, "histo_buckets": [{"distinct_range": 0, "num_eq": 400000000, "num_range": 0, "upper_bound": "51817076"}, {"distinct_range": 0, "num_eq": 3000, "num_range": 1000, "upper_bound": "397265764"}, {"distinct_range": 0, "num_eq": 6767551105248901368, "num_range": 8000000000, "upper_bound": "3151990344"}, {"distinct_range": 24594007.086641524, "num_eq": 850684674024600391, "num_range": 200000000, "upper_bound": "3522446018"}, {"distinct_range": 0, "num_eq": 423379191090886636, "num_range": 3000000, "upper_bound": "3656357304"}, {"distinct_range": 3426866499147359700, "num_eq": 4100907495311370377, "num_range": 3426866499147359572, "upper_bound": "3703420621"}, {"distinct_range": 1151765594535552400, "num_eq": 700000, "num_range": 7360198749178618020, "upper_bound": "3796887781"}], "histo_col_type": "OID", "name": "__auto__", "null_count": 7348, "row_count": 10000}, {"columns": ["col1_9"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 8054, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_10"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9069, "histo_col_type": "", "name": "__auto__", "null_count": 6902, "row_count": 10000}, {"columns": ["col1_14"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2971, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_1"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 4749, "histo_buckets": [{"distinct_range": 0, "num_eq": 5058533929086589344, "num_range": 0, "upper_bound": "29.44.16.189"}, {"distinct_range": 0, "num_eq": 3708032098495435056, "num_range": 500, "upper_bound": "1196:ed78:3337:906:d155:9a:f9af:8d23/21"}, {"distinct_range": 0, "num_eq": 3469731232796084994, "num_range": 60000000, "upper_bound": "e9ff:83ef:3523:ba86:6d11:e667:dcfa:e4fa/44"}, {"distinct_range": 80, "num_eq": 0, "num_range": 80, "upper_bound": "955f:b0dc:9570:4a33:707b:d528:1d8:eb7d/60"}, {"distinct_range": 70, "num_eq": 70000000000, "num_range": 70, "upper_bound": "7128:ed3:e219:b38d:f0d:d5a7:e556:b627/73"}, {"distinct_range": 0, "num_eq": 1000, "num_range": 6552883946994559748, "upper_bound": "2d26:7eba:b1f8:61f1:641f:6669:341e:3af5/91"}], "histo_col_type": "INET", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_4"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 2351, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_6"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 6809, "histo_col_type": "", "name": "__auto__", "null_count": 5455, "row_count": 10000}, {"columns": ["col1_16"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 9257, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}, {"columns": ["col1_17"], "created_at": "2000-01-01 00:00:00+00:00", "distinct_count": 3426, "histo_col_type": "", "name": "__auto__", "null_count": 0, "row_count": 10000}]';
        test_1        |             
        test_1        |         compare_test.go:130: cockroach2: exec: ERROR: column "infinity" does not exist (SQLSTATE 42703)
        test_1        | FAIL
        compare_test_1 exited with code 1
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... 
        Stopping compare_postgres_1   ... 
        Stopping compare_cockroach2_1 ... done
        Stopping compare_cockroach1_1 ... done
        Stopping compare_postgres_1   ... done
        Aborting on container exit...

    compose_test.go:49: exit status 1
More

``` make stressrace TESTS=TestComposeCompare PKG=./pkg/compose TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 ``` [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestComposeCompare.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)