One of my tables has a column named as a reserved word in SQL (Desc), and when running an export from Sqoop it fails with "Incorrect syntax near the keyword 'Desc'." when looking at logs.
Is there a fix to this other than changing the column's name?