Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F30511E67 for ; Mon, 7 Jul 2014 06:36:16 +0000 (UTC) Received: (qmail 69172 invoked by uid 500); 7 Jul 2014 06:36:16 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 69134 invoked by uid 500); 7 Jul 2014 06:36:16 -0000 Mailing-List: contact dev-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list dev@tajo.apache.org Received: (qmail 69124 invoked by uid 99); 7 Jul 2014 06:36:16 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 06:36:16 +0000 Received: from localhost (HELO mail-qc0-f173.google.com) (127.0.0.1) (smtp-auth username hyunsik, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 06:36:14 +0000 Received: by mail-qc0-f173.google.com with SMTP id l6so3317585qcy.4 for ; Sun, 06 Jul 2014 23:36:13 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.229.51.201 with SMTP id e9mr43295891qcg.2.1404714973719; Sun, 06 Jul 2014 23:36:13 -0700 (PDT) Received: by 10.96.175.70 with HTTP; Sun, 6 Jul 2014 23:36:13 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Jul 2014 15:36:13 +0900 Message-ID: Subject: Re: Tajo Version On CLI From: Hyunsik Choi To: "dev@tajo.apache.org" Content-Type: text/plain; charset=UTF-8 I'll review the patch. Thank you for your contribution. - hyunsik On Mon, Jul 7, 2014 at 2:45 PM, Thanh Mai wrote: > Hi Hyunsik Choi, > > Thank you for your instruction. I have not committed the modified files yet > (those files are still in the list "changes to be committed" when I try > "git status"). > However, I have just tried "git diff master ..." (instead of only "git diff > ...") and a non-empty patch has been created. This one seems to be OK. > So, I uploaded this patch file to JIRA page for TAJO-912. Please review it > and tell me your opinion. > > Sincerely yours, > > Mai Hai Thanh > > > > On Mon, Jul 7, 2014 at 2:22 PM, Hyunsik Choi wrote: > >> Hi Thanh Mai, >> >> Above all, thank you for your participation and interest in Tajo. >> >> If you already commit your change to your local git repo, you cannot >> get the difference from just 'git diff'. You should use 'git diff' >> against a specified branch as follows: >> >> git diff origin/master --no-prefix > TAJO-912.patch >> >> If you have more question, feel free to ask us anything. >> >> Best regards, >> Hyunsik >> >> >> On Mon, Jul 7, 2014 at 2:11 PM, Thanh Mai wrote: >> > 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 >> 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 : >> >> >> >> > 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. >> >> > >> >> >>