> On Feb. 10, 2013, 9:11 p.m., Cheolsoo Park wrote:
> > core/src/main/java/org/apache/sqoop/framework/FrameworkManager.java, line 528
> > <
https://reviews.apache.org/r/9391/diff/1/?file=257539#file257539line528>> >
> > Shouldn't you return if submission is null? At line 533 you do submission.getExternalId(), so if submission is null, you will get a NPE again, no?
>
> Jarek Cecho wrote:
> Yes of course, thank you for catching this.
Review board seems to be de-synced with recent commits into repository and is not allowing me to upload fixed patch. I've uploaded it at least to the JIRA.
- Jarek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9391/#review16408-----------------------------------------------------------
On Feb. 9, 2013, 6:26 a.m., Jarek Cecho wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
>
https://reviews.apache.org/r/9391/> -----------------------------------------------------------
>
> (Updated Feb. 9, 2013, 6:26 a.m.)
>
>
> Review request for Sqoop.
>
>
> Description
> -------
>
> I've fixed the NPE by adding explicit check.
>
>
> This addresses bug SQOOP-880.
>
https://issues.apache.org/jira/browse/SQOOP-880>
>
> Diffs
> -----
>
> core/src/main/java/org/apache/sqoop/framework/FrameworkManager.java 6aab2db49e55c3152149d61f29dcf8d8a3f95ba5
>
> Diff:
https://reviews.apache.org/r/9391/diff/>
>
> Testing
> -------
>
>
> Thanks,
>
> Jarek Cecho
>
>