You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COPY table FORM 's3://path/to/manifest' MANIFEST FORMAT AS JSON 's3://path/to/jsonpaths';
it seems like FORMAT AS JSON is being ignored and the driver tries to read the data as delimited strings.
Real Redshift has no problem executing this query.
I'm getting the following exception:
jp.ne.opt.redshiftfake.FakeAmazonSQLException: Row List(Column(Some({"origin": "xxx", "event": {"button": "green", "clicked": "true"}, "id": 16, "event_id": 116}))) has different value count then Vector(ColumnDefinition(id,Integer), ColumnDefinition(button,Varchar), ColumnDefinition(clicked,Bit), ColumnDefinition(event_id,Integer))
The text was updated successfully, but these errors were encountered:
For the query like this -
COPY table FORM 's3://path/to/manifest' MANIFEST FORMAT AS JSON 's3://path/to/jsonpaths';
it seems like FORMAT AS JSON is being ignored and the driver tries to read the data as delimited strings.
Real Redshift has no problem executing this query.
I'm getting the following exception:
jp.ne.opt.redshiftfake.FakeAmazonSQLException: Row List(Column(Some({"origin": "xxx", "event": {"button": "green", "clicked": "true"}, "id": 16, "event_id": 116}))) has different value count then Vector(ColumnDefinition(id,Integer), ColumnDefinition(button,Varchar), ColumnDefinition(clicked,Bit), ColumnDefinition(event_id,Integer))
The text was updated successfully, but these errors were encountered: