Description
grunt> a = load 'a' as (bag: {mytuple: (f1:int)}); grunt> describe a; a: {bag: {(f1: int)}}
Notice 'mytuple' is not there in describe.
Same case is true even for getSchema() function of StoreFunc interface. There also name is missing. Fix for this issue should contain test case for that also.
Attachments
Issue Links
- blocks
-
HCATALOG-92 HCatLoader unnecessarily adds 'innertuple' as a name of tuple in a bag
- Open