It looks wrong to me, but I don't have a deep understanding of that
code.
Alan.
On Jul 15, 2009, at 6:03 PM, zhang jianfeng wrote:
Hi all,
Today, when I read the source code, I find a piece of suspicious code:
(PigServer.java Line 1047)
graph.ignoreNumStores = processedStores; // I think
here
should be graph.ignoreNumStores = ignoreNumStores
graph.processedStores = processedStores;
graph.fileNameMap = fileNameMap;
I think this may be a typing mistake. Can anyone confirm it ?
Thank you.
Jeff Zhang