Re: cmake error

2017-11-10 Thread Jianqiao
Hi Om, As a quick fix you can comment out (by adding '#' in front, or just remove the line) the following two lines in incubator-quickstep/CMakeLists.txt: Line 294 : set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")

[GitHub] incubator-quickstep issue #323: Temporary Build Support for OS X 10.13

2017-11-10 Thread robertclaus
Github user robertclaus commented on the issue: https://github.com/apache/incubator-quickstep/pull/323 Sorry, we got our branches mixed up for the 764 project. It's now reverted. ---

[GitHub] incubator-quickstep pull request #324: Predicate locking

2017-11-10 Thread phenyl-sphinx
GitHub user phenyl-sphinx opened a pull request: https://github.com/apache/incubator-quickstep/pull/324 Predicate locking You can merge this pull request into a Git repository by running: $ git pull https://github.com/phenyl-sphinx/incubator-quickstep predicate-locking Alter

[GitHub] incubator-quickstep pull request #324: Predicate locking

2017-11-10 Thread phenyl-sphinx
Github user phenyl-sphinx closed the pull request at: https://github.com/apache/incubator-quickstep/pull/324 ---

[GitHub] incubator-quickstep issue #323: Temporary Build Support for OS X 10.13

2017-11-10 Thread zuyu
Github user zuyu commented on the issue: https://github.com/apache/incubator-quickstep/pull/323 @robertclaus What's going on? ---

Using Quickstep in Another Program

2017-11-10 Thread Dylan Bacon
Hello, I'm planning on using Quickstep as the database behind another research project that I am working on. I was wondering what part of the code describes the API and how I can use any remote procedure call wrappers we have to use the database system underneath my program. Any help would be

[GitHub] incubator-quickstep issue #300: QUICKSTEP-106: Hash-Join-Fuse: Feature added...

2017-11-10 Thread dylanpbacon
Github user dylanpbacon commented on the issue: https://github.com/apache/incubator-quickstep/pull/300 Rebased this with master, this branch is now up to date. LIP Filters still need to be fixed to work properly with this feature. ---