You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2017/10/12 16:03:04 UTC

parquet-format git commit: PARQUET-1136: Fix path to parquet.thrift in Makefile

Repository: parquet-format
Updated Branches:
  refs/heads/master 3b04d86a2 -> 65f105707


PARQUET-1136: Fix path to parquet.thrift in Makefile

Author: Lars Volker <lv...@cloudera.com>

Closes #73 from lekv/makefile and squashes the following commits:

f6c5569 [Lars Volker] PARQUET-1136: Fix path to parquet.thrift in Makefile


Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/65f10570
Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/65f10570
Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/65f10570

Branch: refs/heads/master
Commit: 65f105707aa05d1594b13245c294aa7002f1a026
Parents: 3b04d86
Author: Lars Volker <lv...@cloudera.com>
Authored: Thu Oct 12 09:02:58 2017 -0700
Committer: Ryan Blue <bl...@apache.org>
Committed: Thu Oct 12 09:02:58 2017 -0700

----------------------------------------------------------------------
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-format/blob/65f10570/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index bb68280..d4cbf83 100644
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,5 @@
 
 thrift:
 	mkdir -p generated
-	thrift --gen cpp -o generated src/thrift/parquet.thrift 
-	thrift --gen java -o generated src/thrift/parquet.thrift 
+	thrift --gen cpp -o generated src/main/thrift/parquet.thrift
+	thrift --gen java -o generated src/main/thrift/parquet.thrift