Currently starrocks treats boolean as 1/0 but postgresql as t/f.
When importing data via jdbc conversion happens automatically.
When importing via csv, postgresql exports as t/f and starrocks just nulls the data, forcing to import columns as text type and do conversion later.