> On Nov. 4, 2014, 11:34 p.m., Abraham Elmahrek wrote:
> > Watch white spaces as well.
>
> Veena Basavaraj wrote:
> some how they dont matter in this IDE, so I am saving my energy:)
What IDE do you use? Maybe you can configure your IDE to remove extraneous
white space? Something I've done in the past is:
for i in $( git whatchanged -1 | grep "^:" | awk '{print $6}' ); do sed -i
'' 's/ *$//g' $i; done;
This might work for you... it might now.
- Abraham
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27589/#review59865
-----------------------------------------------------------
On Nov. 4, 2014, 11:51 p.m., Veena Basavaraj wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27589/
> -----------------------------------------------------------
>
> (Updated Nov. 4, 2014, 11:51 p.m.)
>
>
> Review request for Sqoop.
>
>
> Bugs: SQOOP-1676
> https://issues.apache.org/jira/browse/SQOOP-1676
>
>
> Repository: sqoop-sqoop2
>
>
> Description
> -------
>
> see JIRA
>
>
> Diffs
> -----
>
> docs/src/site/sphinx/ClientAPI.rst 7293716
> docs/src/site/sphinx/ConnectorDevelopment.rst 5e61943
> docs/src/site/sphinx/Tools.rst 6d36b27
>
> Diff: https://reviews.apache.org/r/27589/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Veena Basavaraj
>
>