[jira] [Commented] (HAWQ-779) support more pxf filter pushdwon

2016-06-08 Thread Goden Yao (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321031#comment-15321031
 ] 

Goden Yao commented on HAWQ-779:


To merge the 2 plugins into code base, you can create 2 JIRAs for that. 
Please refer to HAWQ-178 (add JSON plugin).
It's better to have PR and start discussion in mailing list if you have any 
questions.

For this JIRA, community will review and provide feedback then we can merge as 
appropriate.

>  support more pxf filter pushdwon
> -
>
> Key: HAWQ-779
> URL: https://issues.apache.org/jira/browse/HAWQ-779
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: PXF
>Reporter: Devin Jia
>Assignee: Goden Yao
> Fix For: backlog
>
>
> When I use the pxf hawq, I need to read a traditional relational database 
> systems and solr by way of the external table. The project 
> :https://github.com/Pivotal-Field-Engineering/pxf-field/tree/master/jdbc-pxf-ext,
>  only "WriteAccessor ",so I developed 2 plug-ins, the projects: 
> https://github.com/inspur-insight/pxf-plugin , But these two plug-ins need to 
> modified HAWQ:
> 1. When get a list of fragment from pxf services, push down the 
> 'filterString'. modify the backend / optimizer / plan / createplan.c of 
> create_pxf_plan methods:
> segdb_work_map = map_hddata_2gp_segments (uri_str,
> total_segs, segs_participating,
> relation, ctx-> root-> parse-> jointree-> quals);
> 2. modify pxffilters.h and pxffilters.c, support TEXT types LIKE operation, 
> Date type data operator, Float type operator.
> 3. Modify org.apache.hawq.pxf.api.FilterParser.java, support the LIKE 
> operator.
> I already created a feature branch in my local ,and tested.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-795) Import apache/orc library for further development

2016-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321016#comment-15321016
 ] 

ASF GitHub Bot commented on HAWQ-795:
-

Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/699
  
cc @ictmalili @liming01 


> Import apache/orc library for further development
> -
>
> Key: HAWQ-795
> URL: https://issues.apache.org/jira/browse/HAWQ-795
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage
>Reporter: hongwu
>Assignee: hongwu
>
> Import `apache/orc` code into `depends/thirdparty` folder for further 
> development to support HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #699: HAWQ-795. Import apache/orc into depends folder.

2016-06-08 Thread xunzhang
Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/699
  
cc @ictmalili @liming01 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-795) Import apache/orc library for further development

2016-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15321015#comment-15321015
 ] 

ASF GitHub Bot commented on HAWQ-795:
-

GitHub user xunzhang opened a pull request:

https://github.com/apache/incubator-hawq/pull/699

HAWQ-795. Import apache/orc into depends folder.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/xunzhang/incubator-hawq HAWQ-795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/699.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #699


commit e2ccc7609bd765f1588668f121347219f664f37f
Author: xunzhang 
Date:   2016-06-08T17:30:39Z

HAWQ-795. Import apache/orc into depends folder.




> Import apache/orc library for further development
> -
>
> Key: HAWQ-795
> URL: https://issues.apache.org/jira/browse/HAWQ-795
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage
>Reporter: hongwu
>Assignee: hongwu
>
> Import `apache/orc` code into `depends/thirdparty` folder for further 
> development to support HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #699: HAWQ-795. Import apache/orc into depends f...

2016-06-08 Thread xunzhang
GitHub user xunzhang opened a pull request:

https://github.com/apache/incubator-hawq/pull/699

HAWQ-795. Import apache/orc into depends folder.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/xunzhang/incubator-hawq HAWQ-795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/699.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #699


commit e2ccc7609bd765f1588668f121347219f664f37f
Author: xunzhang 
Date:   2016-06-08T17:30:39Z

HAWQ-795. Import apache/orc into depends folder.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Closed] (HAWQ-785) Failure running `make -j8 all`

2016-06-08 Thread Kavinder Dhaliwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kavinder Dhaliwal closed HAWQ-785.
--
Resolution: Fixed
  Assignee: Kavinder Dhaliwal  (was: Lei Chang)

> Failure running `make -j8 all`
> --
>
> Key: HAWQ-785
> URL: https://issues.apache.org/jira/browse/HAWQ-785
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: libhdfs
>Reporter: Kavinder Dhaliwal
>Assignee: Kavinder Dhaliwal
>
> I am trying to build hawq on a local OS X 10.10 environment with gcc version 
> 5.3.0
> I can succesfully run 
> {code}
> ./configure CFLAGS="-O3 -g" CXXFLAGS="-O3 -g" LDFLAGS= --with-pgport=5432 
> --with-libedit-preferred --enable-email --enable-snmp --with-perl 
> --with-python --with-java --with-openssl --with-pam --without-krb5 
> --with-gssapi --with-ldap --with-r --with-pgcrypto --enable-orca 
> --prefix=~/hawq_install/
> {code}
> However when I run `make -j8 all` I get many errors related to building 
> libhdfs3 such as
> {code}
> Undefined symbols for architecture x86_64:
>   "google::protobuf::MessageFactory::InternalRegisterGeneratedFile(char 
> const*, void (*)(std::__cxx11::basic_string std::alloc
> ator > const&))", referenced from:
>   Hdfs::Internal::protobuf_AddDesc_ClientDatanodeProtocol_2eproto() 
> in ClientDatanodeProtocol.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_ClientNamenodeProtocol_2eproto() 
> in ClientNamenodeProtocol.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_datatransfer_2eproto() in 
> datatransfer.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_hdfs_2eproto() in hdfs.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_IpcConnectionContext_2eproto() in 
> IpcConnectionContext.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_ProtobufRpcEngine_2eproto() in 
> ProtobufRpcEngine.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_RpcHeader_2eproto() in 
> RpcHeader.pb.cc.o
> ...
> ld: symbol(s) not found for architecture x86_64
> collect2: error: ld returned 1 exit status
> make[4]: *** [src/libhdfs3.2.2.31.dylib] Error 1
> make[3]: *** [src/CMakeFiles/libhdfs3-shared.dir/all] Error 2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-785) Failure running `make -j8 all`

2016-06-08 Thread Kavinder Dhaliwal (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320959#comment-15320959
 ] 

Kavinder Dhaliwal commented on HAWQ-785:


I was able to overcome this issue by using clang instead of gcc with the 
following environment variables

{code}
export CXXFLAGS="-std=c++11 -stdlib=libc++"
export CC="which clang"
export CXX="which clang++"
{code}

> Failure running `make -j8 all`
> --
>
> Key: HAWQ-785
> URL: https://issues.apache.org/jira/browse/HAWQ-785
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: libhdfs
>Reporter: Kavinder Dhaliwal
>Assignee: Lei Chang
>
> I am trying to build hawq on a local OS X 10.10 environment with gcc version 
> 5.3.0
> I can succesfully run 
> {code}
> ./configure CFLAGS="-O3 -g" CXXFLAGS="-O3 -g" LDFLAGS= --with-pgport=5432 
> --with-libedit-preferred --enable-email --enable-snmp --with-perl 
> --with-python --with-java --with-openssl --with-pam --without-krb5 
> --with-gssapi --with-ldap --with-r --with-pgcrypto --enable-orca 
> --prefix=~/hawq_install/
> {code}
> However when I run `make -j8 all` I get many errors related to building 
> libhdfs3 such as
> {code}
> Undefined symbols for architecture x86_64:
>   "google::protobuf::MessageFactory::InternalRegisterGeneratedFile(char 
> const*, void (*)(std::__cxx11::basic_string std::alloc
> ator > const&))", referenced from:
>   Hdfs::Internal::protobuf_AddDesc_ClientDatanodeProtocol_2eproto() 
> in ClientDatanodeProtocol.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_ClientNamenodeProtocol_2eproto() 
> in ClientNamenodeProtocol.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_datatransfer_2eproto() in 
> datatransfer.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_hdfs_2eproto() in hdfs.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_IpcConnectionContext_2eproto() in 
> IpcConnectionContext.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_ProtobufRpcEngine_2eproto() in 
> ProtobufRpcEngine.pb.cc.o
>   Hdfs::Internal::protobuf_AddDesc_RpcHeader_2eproto() in 
> RpcHeader.pb.cc.o
> ...
> ld: symbol(s) not found for architecture x86_64
> collect2: error: ld returned 1 exit status
> make[4]: *** [src/libhdfs3.2.2.31.dylib] Error 1
> make[3]: *** [src/CMakeFiles/libhdfs3-shared.dir/all] Error 2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-796) Extend orc library to support hdfs located file read.

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu updated HAWQ-796:

Summary: Extend orc library to support hdfs located file read.  (was: 
Extend orc to support hdfs located file read.)

> Extend orc library to support hdfs located file read.
> -
>
> Key: HAWQ-796
> URL: https://issues.apache.org/jira/browse/HAWQ-796
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage
>Reporter: hongwu
>Assignee: hongwu
>
> The imported apache/orc library only supports c++ interface to read orc file 
> located in local file system, we need to extend the stream to support reading 
> orc files stored in HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-798) Add orc library compiling inside HAWQ build

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu updated HAWQ-798:

Summary: Add orc library compiling inside HAWQ build  (was: Open orc 
library compiling inside HAWQ build)

> Add orc library compiling inside HAWQ build
> ---
>
> Key: HAWQ-798
> URL: https://issues.apache.org/jira/browse/HAWQ-798
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Build, Storage
>Reporter: hongwu
>Assignee: hongwu
>
> Compiling orc library in compiling HAWQ for fdw code build usage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #654: Explicitly initialize GPOPT and its dependencies.

2016-06-08 Thread hardikar
Github user hardikar commented on the issue:

https://github.com/apache/incubator-hawq/pull/654
  
That commit is already in GPDB4 and GPDB and it compiles and runs. Please
advise on the specific failure since this does depend on the correct
version of ORCA. That is if you have orca as a submodule, you'll need to
update it.

Thanks,
Shreedhar

On Tue, Jun 7, 2016 at 10:27 PM, wengyanqing 
wrote:

> PR has been reverted because compile failed. Please check build with orca
> on. After fix it, I'll merge it again.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> 
,
> or mute the thread
> 

> .
>



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (HAWQ-798) Open orc library compiling inside HAWQ build

2016-06-08 Thread hongwu (JIRA)
hongwu created HAWQ-798:
---

 Summary: Open orc library compiling inside HAWQ build
 Key: HAWQ-798
 URL: https://issues.apache.org/jira/browse/HAWQ-798
 Project: Apache HAWQ
  Issue Type: Sub-task
  Components: Build, Storage
Reporter: hongwu
Assignee: Lei Chang


Compiling orc library in compiling HAWQ for fdw code build usage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)



[jira] [Assigned] (HAWQ-798) Open orc library compiling inside HAWQ build

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu reassigned HAWQ-798:
---

Assignee: hongwu  (was: Lei Chang)

> Open orc library compiling inside HAWQ build
> 
>
> Key: HAWQ-798
> URL: https://issues.apache.org/jira/browse/HAWQ-798
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Build, Storage
>Reporter: hongwu
>Assignee: hongwu
>
> Compiling orc library in compiling HAWQ for fdw code build usage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-797) Implement reading tools for testing HDFS located orc file usage.

2016-06-08 Thread hongwu (JIRA)
hongwu created HAWQ-797:
---

 Summary: Implement reading tools for testing HDFS located orc file 
usage.
 Key: HAWQ-797
 URL: https://issues.apache.org/jira/browse/HAWQ-797
 Project: Apache HAWQ
  Issue Type: Sub-task
  Components: Storage, Tests
Reporter: hongwu
Assignee: Jiali Yao






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HAWQ-797) Implement reading tools for testing HDFS located orc file usage.

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu reassigned HAWQ-797:
---

Assignee: hongwu  (was: Jiali Yao)

> Implement reading tools for testing HDFS located orc file usage.
> 
>
> Key: HAWQ-797
> URL: https://issues.apache.org/jira/browse/HAWQ-797
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage, Tests
>Reporter: hongwu
>Assignee: hongwu
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HAWQ-796) Extend orc to support hdfs located file read.

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu reassigned HAWQ-796:
---

Assignee: hongwu  (was: Lei Chang)

> Extend orc to support hdfs located file read.
> -
>
> Key: HAWQ-796
> URL: https://issues.apache.org/jira/browse/HAWQ-796
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage
>Reporter: hongwu
>Assignee: hongwu
>
> The imported apache/orc library only supports c++ interface to read orc file 
> located in local file system, we need to extend the stream to support reading 
> orc files stored in HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-796) Extend orc to support hdfs located file read.

2016-06-08 Thread hongwu (JIRA)
hongwu created HAWQ-796:
---

 Summary: Extend orc to support hdfs located file read.
 Key: HAWQ-796
 URL: https://issues.apache.org/jira/browse/HAWQ-796
 Project: Apache HAWQ
  Issue Type: Sub-task
  Components: Storage
Reporter: hongwu
Assignee: Lei Chang


The imported apache/orc library only supports c++ interface to read orc file 
located in local file system, we need to extend the stream to support reading 
orc files stored in HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-795) Import apache/orc library for further development

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu updated HAWQ-795:

Summary: Import apache/orc library for further development  (was: Boot up 
apache/orc library for further development)

> Import apache/orc library for further development
> -
>
> Key: HAWQ-795
> URL: https://issues.apache.org/jira/browse/HAWQ-795
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage
>Reporter: hongwu
>Assignee: hongwu
>
> Boot up `apache/orc` code into `depends/thirdparty` folder for further 
> development to support HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-795) Boot up apache/orc library for further development

2016-06-08 Thread hongwu (JIRA)
hongwu created HAWQ-795:
---

 Summary: Boot up apache/orc library for further development
 Key: HAWQ-795
 URL: https://issues.apache.org/jira/browse/HAWQ-795
 Project: Apache HAWQ
  Issue Type: Sub-task
  Components: Storage
Reporter: hongwu
Assignee: Lei Chang


Boot up `apache/orc` code into `depends/thirdparty` folder for further 
development to support HDFS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-639) HAWQ support ORC as a native storage format

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu updated HAWQ-639:

Issue Type: New Feature  (was: Sub-task)
Parent: (was: HAWQ-786)

> HAWQ support ORC as a native storage format
> ---
>
> Key: HAWQ-639
> URL: https://issues.apache.org/jira/browse/HAWQ-639
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: Storage
>Reporter: Goden Yao
>Assignee: hongwu
>
> As a user, I want to be able to store my table as ORC format in HAWQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-639) HAWQ support ORC as a native storage format

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu updated HAWQ-639:

Issue Type: Sub-task  (was: New Feature)
Parent: HAWQ-786

> HAWQ support ORC as a native storage format
> ---
>
> Key: HAWQ-639
> URL: https://issues.apache.org/jira/browse/HAWQ-639
> Project: Apache HAWQ
>  Issue Type: Sub-task
>  Components: Storage
>Reporter: Goden Yao
>Assignee: hongwu
>
> As a user, I want to be able to store my table as ORC format in HAWQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HAWQ-786) Framework to support pluggable format with C/C++ scanner

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu reassigned HAWQ-786:
---

Assignee: hongwu  (was: Lei Chang)

> Framework to support pluggable format with C/C++ scanner
> 
>
> Key: HAWQ-786
> URL: https://issues.apache.org/jira/browse/HAWQ-786
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: Storage
>Reporter: Lei Chang
>Assignee: hongwu
>
> In current HAWQ, two native formats are supported: AO and parquet. Now we 
> want to support ORC. A framework to support pluggable format with C/C++ 
> scanner is needed. And it can also be potentially used for fast external data 
> access.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HAWQ-639) HAWQ support ORC as a native storage format

2016-06-08 Thread hongwu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu reassigned HAWQ-639:
---

Assignee: hongwu  (was: Lei Chang)

> HAWQ support ORC as a native storage format
> ---
>
> Key: HAWQ-639
> URL: https://issues.apache.org/jira/browse/HAWQ-639
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: Storage
>Reporter: Goden Yao
>Assignee: hongwu
>
> As a user, I want to be able to store my table as ORC format in HAWQ



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (HAWQ-793) Temporarily remove the snappy info in metadata but keep the snappy support for row oriented storage.

2016-06-08 Thread Paul Guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Guo closed HAWQ-793.
-
   Resolution: Fixed
Fix Version/s: 2.0.0-beta-incubating

> Temporarily remove the snappy info in metadata but keep the snappy support 
> for row oriented storage.
> 
>
> Key: HAWQ-793
> URL: https://issues.apache.org/jira/browse/HAWQ-793
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Storage
>Reporter: Paul Guo
>Assignee: Paul Guo
> Fix For: 2.0.0-beta-incubating
>
>
> In HAWQ-774 we added the snappy support for the row oriented storage, however 
> to make the change more friendly to upgradation, we will need to temporarily 
> hack to keep the related metadata unmodified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-793) Temporarily remove the snappy info in metadata but keep the snappy support for row oriented storage.

2016-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320150#comment-15320150
 ] 

ASF GitHub Bot commented on HAWQ-793:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/698


> Temporarily remove the snappy info in metadata but keep the snappy support 
> for row oriented storage.
> 
>
> Key: HAWQ-793
> URL: https://issues.apache.org/jira/browse/HAWQ-793
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Storage
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> In HAWQ-774 we added the snappy support for the row oriented storage, however 
> to make the change more friendly to upgradation, we will need to temporarily 
> hack to keep the related metadata unmodified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #698: HAWQ-793. Temporarily remove the snappy in...

2016-06-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/698


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq issue #697: HAWQ-792. Orca on causes different error message ...

2016-06-08 Thread wengyanqing
Github user wengyanqing commented on the issue:

https://github.com/apache/incubator-hawq/pull/697
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-792) Orca on causes different error message when insert null value to a not null col

2016-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320101#comment-15320101
 ] 

ASF GitHub Bot commented on HAWQ-792:
-

Github user yaoj2 commented on the issue:

https://github.com/apache/incubator-hawq/pull/697
  
+1


> Orca on causes different error message when insert null value to a not null 
> col
> ---
>
> Key: HAWQ-792
> URL: https://issues.apache.org/jira/browse/HAWQ-792
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Core
>Reporter: Yi Jin
>Assignee: Yi Jin
>
> INSERT INTO serialtest VALUES('wrong',NULL);
> psql:/tmp/TestQuerySequence_TestSequenceCreateSerialColumn.sql:4: ERROR:  One 
> or more assertions failed  (seg0 localhost:4 pid=11362)
> DETAIL:  Not null constraint for column f2 of table serialtest was violated



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #697: HAWQ-792. Orca on causes different error message ...

2016-06-08 Thread yaoj2
Github user yaoj2 commented on the issue:

https://github.com/apache/incubator-hawq/pull/697
  
+1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-793) Temporarily remove the snappy info in metadata but keep the snappy support for row oriented storage.

2016-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320097#comment-15320097
 ] 

ASF GitHub Bot commented on HAWQ-793:
-

Github user ictmalili commented on the issue:

https://github.com/apache/incubator-hawq/pull/698
  
LGTM. +1


> Temporarily remove the snappy info in metadata but keep the snappy support 
> for row oriented storage.
> 
>
> Key: HAWQ-793
> URL: https://issues.apache.org/jira/browse/HAWQ-793
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Storage
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> In HAWQ-774 we added the snappy support for the row oriented storage, however 
> to make the change more friendly to upgradation, we will need to temporarily 
> hack to keep the related metadata unmodified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #698: HAWQ-793. Temporarily remove the snappy info in m...

2016-06-08 Thread ictmalili
Github user ictmalili commented on the issue:

https://github.com/apache/incubator-hawq/pull/698
  
LGTM. +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-793) Temporarily remove the snappy info in metadata but keep the snappy support for row oriented storage.

2016-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320063#comment-15320063
 ] 

ASF GitHub Bot commented on HAWQ-793:
-

GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/698

HAWQ-793. Temporarily remove the snappy info in metadata but keep the…

… snappy support for row oriented storage.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/paul-guo-/incubator-hawq compress

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #698


commit fe22ef4288fd9f08db67512740004922f7d71f51
Author: Paul Guo 
Date:   2016-06-08T05:48:44Z

HAWQ-793. Temporarily remove the snappy info in metadata but keep the 
snappy support for row oriented storage.




> Temporarily remove the snappy info in metadata but keep the snappy support 
> for row oriented storage.
> 
>
> Key: HAWQ-793
> URL: https://issues.apache.org/jira/browse/HAWQ-793
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Storage
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> In HAWQ-774 we added the snappy support for the row oriented storage, however 
> to make the change more friendly to upgradation, we will need to temporarily 
> hack to keep the related metadata unmodified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #698: HAWQ-793. Temporarily remove the snappy in...

2016-06-08 Thread paul-guo-
GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/698

HAWQ-793. Temporarily remove the snappy info in metadata but keep the…

… snappy support for row oriented storage.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/paul-guo-/incubator-hawq compress

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #698


commit fe22ef4288fd9f08db67512740004922f7d71f51
Author: Paul Guo 
Date:   2016-06-08T05:48:44Z

HAWQ-793. Temporarily remove the snappy info in metadata but keep the 
snappy support for row oriented storage.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---