Closed weaverba137 closed 4 years ago
The bug is only triggered when you have an "--sql=p" flag set which was setting the incorrect delimiter value. The postgres flavor of SQL is the default anyway and you'd get the comma delimiter without the flag, the only difference is that text values won't be quoted. Fixed the code and deployed to gp11 and other machines.
This example is from today on gp11:
Note that the delimiter in the COPY command is '\t' (a tab character, not space characters), but the data are comma-delimited. This workaround allows the data to load:
But it would be better if the delimiter declaration matched the output.