Case sensitive column names during HIVE table creation

2014-06-09 Thread Divya Ravishankar
Hello, I am trying to create an external HIVE table with partitions. Some of my column names have Upper case letters. This caused a problem while creating tables since the values of column names with upper case letters were returned as NULL. I then modified the ParquetSerDe in order for it to hand

Case sensitive column names during HIVE table creation

2014-06-09 Thread Divya Ravishankar
Hello, I am trying to create an external HIVE table with partitions. Some of my column names have Upper case letters. This caused a problem while creating tables since the values of column names with upper case letters were returned as NULL. I then modified the ParquetSerDe in order for it to hand

Case sensitive column names during HIVE table creation

2014-06-09 Thread Divya Ravishankar
Hello, I am trying to create an external HIVE table with partitions. Some of my column names have Upper case letters. This caused a problem while creating tables since the values of column names with upper case letters were returned as NULL. I then modified the ParquetSerDe in order for it to hand