Array literals are unparsed incorrectly for the spark dialect.

They should be in the form: array(1, 2, 3)
However, they are unparsed as ARRAY[1, 2, 3]

https://spark.apache.org/docs/latest/api/sql/#array

I would be happy to submit a fix,
Guillaume

Reply via email to