Skip to content

L003: Text corrections + limit list of columns

Dmitry requested to merge dmius-l003-conclusions-fix into master

Description

L003: Text corrections + limit list of columns

Related issue

[give full link to the related issue]

Examples

...Here is that 1 column:
    - `test_schema.orders`: reached value 800000000, 37% of `int4` capacity.
...2 such column are found:
    - `test_schema.orders`: reached value 800000000, 37% of `int4` capacity;
    - `test_schema.orders_A`: reached value 300000000, 14% of `int4` capacity
...6 such column are found:
    - `test_schema.orders`: reached value 800000000, 37% of `int4` capacity;
    - `test_schema.orders_A`: reached value 300000000, 34% of `int4` capacity;
    - `test_schema.orders_B`: reached value 300000000, 28% of `int4` capacity;
    - `test_schema.orders_C`: reached value 300000000, 26% of `int4` capacity;
    - `test_schema.orders_D`: reached value 300000000, 24% of `int4` capacity;
    - etc.
Edited by Dmitry

Merge request reports