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

Reply via email to