Description
Sometimes users forgot to add single quotes on the map key string literal, for example `map_col[a]`. In such a case, the Analyzer will throw an exception:
[MISSING_COLUMN] Column 'struct.a' does not exist. Did you mean one of the following? ...
We can improve this message by saying that the user should append single quotes if the map key is a string literal.