Solved! Go to Solution.
Any update on this? I have the similar error
Hi @OJ_TU
So this is usually caused because Hive is seeing HRFA as a column rather than a value (which I assume is what you're doing).
I would think somewhere in your query you're calling HRFA using double quotes. What we've seen is that Hive actually thinks double quotes is another column, which is why you get the error. If you switch it to single quotes, then it should pass through as a value instead of a column name.
Cheers,
Mike
It worked! thank you MichaelF
Thank you, I just had the same issue and your answer saved me !
The data at the end of the workflow did not contain the word in the error message, so I did not see where this came from. My workflow is quite big and in fact the quoted word was in a "where" clause from one of the source table...