Description
Note: This issue can be reproduced only using Scala 2.13
When I'm trying to convert the Row to a json to publish it, i'm getting this following error
I tried to investigate and I found that the issue is in the matching.
The type `ArraySeq` is not matched in `Row` class.
This is the definition of my field
And an example of it
{ ... Codes: ["Test", "Spark", "Json"] ... }
The Scala version I'm using is `2.13.9`