This is an automated email from the ASF dual-hosted git repository. huor pushed a commit to branch huor_orc in repository https://gitbox.apache.org/repos/asf/hawq.git
commit 86fbd2e1a1e28b471a76e9b516b20b5ef343f2fc Author: Ruilong Huo <[email protected]> AuthorDate: Thu Mar 14 11:48:11 2019 +0800 HAWQ-1679. Fix typo of orc in contrib --- contrib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/Makefile b/contrib/Makefile index 8915506..25be576 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -9,8 +9,8 @@ WANTED_DIRS = \ extprotocol \ gp_cancel_query \ formatter_fixedwidth \ - exthdfs\ - hawq-hadoop\ + exthdfs \ + hawq-hadoop ifeq ($(with_pgcrypto), yes) WANTED_DIRS += pgcrypto
