-
Could not load list columns from S3
We are storing data in S3 bucket. While we are able to load most of the tables, whenever there is a column of the type list or string, the table couldn’t load properly. When the column is a string say OrderID, it will have two files ID and ID#. when loading data locally it works ok, but it will complain about ID## when loading from s3. Does anyone know how to resolve this?
Log in to reply.