You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Julien Le Dem <ju...@ledem.net> on 2012/10/31 23:00:33 UTC

duplicate field uid

Hi Thejas,
I don't fully understand the logic around field uids. It seems the check you added in PIG-2176 is uncovering bugs and making script validation fail in certain cases.
see: PIG-3020
What is the right fix here? Changing the logic around how new uids are created?
Julien

Re: duplicate field uid

Posted by Julien Le Dem <ju...@twitter.com>.
Hi
Can someone explain how the field uids are used in the plan? Why they
are sometimes reused and sometimes not?
And what should be changed in PIG-3020 so that validation does not fail anymore?
This is related to the check added in PIG-2176
thank you
Julien

On Wed, Oct 31, 2012 at 3:00 PM, Julien Le Dem <ju...@ledem.net> wrote:
> Hi Thejas,
> I don't fully understand the logic around field uids. It seems the check you added in PIG-2176 is uncovering bugs and making script validation fail in certain cases.
> see: PIG-3020
> What is the right fix here? Changing the logic around how new uids are created?
> Julien