Hi, I'm trying to import data from Postgresql which have column types
character varying(64)[] character varying(32)[] character varying(321)[] character varying(32)[] character varying(64)[] varchar[] varchar(64)[] I see an issue in SQOOP Jira which shows not resolved https://issues.apache.org/jira/browse/SQOOP-1000 . Is this issue still unnresolved? Do you have any workaround ideas. I could have used "arry_to_string" but I'm not really sure what the best delimiter is. Thanks in advance for your inputs.
