> On June 2, 2013, 8:55 p.m., Cheolsoo Park wrote:
> > Hi Viraj,
> > 
> > I have a couple of comments:
> > - 5k records seems unnecessary for a unit test case. You need just a few 
> > records to verify your fix, don't you?
> > - In you test case, can't you use mock.Storage instead of PigStorage? Then, 
> > you won't need an extra input file (numbers.txt). Please see 
> > org.apache.pig.builtin.mock.Storage.java.
> > - Can you put code changes and test files in a single patch and attach it 
> > in the jira? It would be very helpful if I could apply everything with a 
> > single patch command.
> > 
> > Thank you!

Hi Cheolsoo,
 Thanks for your comments fixed the test case and removed the PigStorage() and 
replaced it with mock.Storage.
Viraj


- Viraj


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11355/#review21304
-----------------------------------------------------------


On June 4, 2013, 9:50 p.m., Viraj Bhat wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11355/
> -----------------------------------------------------------
> 
> (Updated June 4, 2013, 9:50 p.m.)
> 
> 
> Review request for pig and Rohini Palaniswamy.
> 
> 
> Description
> -------
> 
> Patch to write default values to the Schema when the writer schema contains 
> that in the AvroStorage.
> 
> 
> Diffs
> -----
> 
>   
> http://svn.apache.org/repos/asf/pig/trunk/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/avro/PigSchema2Avro.java
>  1485826 
>   
> http://svn.apache.org/repos/asf/pig/trunk/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/avro/TestAvroStorage.java
>  1485826 
> 
> Diff: https://reviews.apache.org/r/11355/diff/
> 
> 
> Testing
> -------
> 
> Yes against the Piggybank  in Pig trunk/Pig 0.12
> 
> 
> Thanks,
> 
> Viraj Bhat
> 
>

Reply via email to