audienceproject/spark-dynamodb

A column of String type in dynamodb tables become empty when writing into s3

Opened this issue · 0 comments

A dynamodb table with a column of String type named commission.options get null value when writing into s3. I did not specify schema when reading this dynamodb table. And spark infer it as String, but value of this column is all null in s3

Screenshot 2020-07-29 at 2 37 48 PM

Please help take a look.