Hive Reserved Keywords Property

2020-04-21 Thread Chandramouli Natarajan
Hi Team, We are trying to ingest a data to a table during creation we have a column called date which I believe is no longer allowed to be used as column names. I googled and came to know about a property which will override the above feature, hive.support.sql11.reserved.keywords=false Cha

Hive Reserved Keywords

2020-04-21 Thread Chandramouli Natarajan
Hi Team, We are trying to ingest a data to a table during creation we have a column called date which I believe is no longer allowed to be used as column names. I googled and came to know about a property which will override the above feature, hive.support.sql11.reserved.keywords=false Chan