I am writing aws glue job (pyspark code) using SQL Transformation. I am getting error with scala.MatchError: list#5252 [] (of class org.apache.spark.sql.catalyst.expressions.ListQuery. There is one table like tbl1 when i exclude this table from query it is working fine but as soon as tbl1 is used above error is throwing. Source and Target both are Redshift.
If anyone explain meaning of this error would be helpful.
Thanks in Advance.
Please let me know if any description needed in question