Re: An Issue in org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe (All versions affacted)

2012-01-09 Thread Aniket Mokashi
It means if value associated with key FIELD_DELIM is absent, then use value associated with SERIALIZATION_FORMAT. Thanks, Aniket On Mon, Jan 9, 2012 at 10:52 PM, Lu, Wei wrote: > Hi there, > > ** ** > > Codes highlighted below may have some problem. SERIALIZATION_FORMAT should > be *FIELD

An Issue in org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe (All versions affacted)

2012-01-09 Thread Lu, Wei
Hi there, Codes highlighted below may have some problem. SERIALIZATION_FORMAT should be FIELD_DELIM. In file: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe public static SerDeParameters initSerdeParams(Configuration job, Properties tbl, String serdeName) throws SerDeException {