Hi everyone, I am a newbie to Apache Tajo as well as GIT and open source project development.
I start my participation here with a patch to fix the TAJO-912 trivial CLI bug. However, after I modify the source code in 2 files, compile and test successfully, and following the instructions to create a patch (below), the patch file contains nothing (0 byte). ----------------------------------------------------- git status git add src/../file1.java git add src/../file2.java git diff --no-prefix > TAJO-912.patch ----------------------------------------------------- (of course, with the real & correct paths to .java files) Can anyone tell me why ? Thank you, Mai Hai Thanh On Mon, Jul 7, 2014 at 10:54 AM, Jaehwa Jung <[email protected]> wrote: > Hello Shrikant, > > I appreciate your interest and bug report. > > I've just created a jira issue as follows: > https://issues.apache.org/jira/browse/TAJO-912 > > > Regards > Jaehwa > > > > 2014-07-07 4:51 GMT+09:00 Shrikant Bang <[email protected]>: > > > Hello Tajo Devs, > > I am newbie to Apache Tajo. I have built Tajo from src code checked out > > from github. > > The current version of Tajo in trunk is 0.9, however the Tajo CLI shows > > version as 0.8. > > default> \version0.8.0-SNAPSHOT > > It looks like a trivial bug. > > Thanks,Shrikant B. > > >
