[
https://issues.apache.org/jira/browse/PIG-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johannes Zillmann updated PIG-126:
----------------------------------
Attachment: PIG-126-test.patch
Was curious cause i stumbled over the same issue some day. I created a test
case which uses Load/StoreFuncs of different class-types.
I think using inner classes as Store/LoadFunc can be fixe by instantiating the
"parent-class" which then have to have a default constructor (the method
testInnerClass() shows how to instantiate a inner class).
So also this should be fixable with a fair amount of time i wonder if there are
situations where this is really useful!
> custom storage ( LOAD with USING) doesn't work with inner classes
> -----------------------------------------------------------------
>
> Key: PIG-126
> URL: https://issues.apache.org/jira/browse/PIG-126
> Project: Pig
> Issue Type: Bug
> Components: impl
> Affects Versions: 0.1.0
> Reporter: Pi Song
> Priority: Minor
> Attachments: PIG-126-test.patch
>
>
> It might be trivial but this has held me up for quite a while.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.