Thanks Tyler.
On Tue, Mar 7, 2017 at 10:54 PM, Tyler Hobbs wrote:
>
> On Sun, Mar 5, 2017 at 11:53 PM, anuja jain wrote:
>
>> Is there is difference between creating column of type
>> frozen> and frozen where list_double is UDT of
>> type frozen> ?
>>
>
> Yes, there is a difference in serializa
On Sun, Mar 5, 2017 at 11:53 PM, anuja jain wrote:
> Is there is difference between creating column of type
> frozen> and frozen where list_double is UDT of
> type frozen> ?
>
Yes, there is a difference in serialization format: the first will be
serialized directly as a list, the second will be
Hi,
Is there is difference between creating column of type frozen>
and frozen where list_double is UDT of type
frozen> ?
Also how to create a solr index on such columns?