Github user cramja commented on the issue:
https://github.com/apache/incubator-quickstep/pull/129
@hbdeshmukh What is the site you use with directions to merge?
I have the following error when I try to push to apache's master:
```
marc@marc-laptop:incubator-quickstep (master)*$ git pull upstream master
From https://github.com/apache/incubator-quickstep
* branch master -> FETCH_HEAD
Updating ea5f28b..178ed4b
Fast-forward
cli/CommandExecutor.cpp | 5 ++--
cli/QuickstepCli.cpp | 17 ++++++------
query_execution/PolicyEnforcerBase.cpp | 6 ++---
query_execution/PolicyEnforcerBase.hpp | 4 +--
query_execution/QueryExecutionMessages.proto | 32 ++++++++--------------
query_execution/Shiftboss.cpp | 57
++++++++++++++++++++++------------------
query_execution/Shiftboss.hpp | 2 ++
query_execution/Worker.cpp | 28 +++++++++-----------
query_execution/Worker.hpp | 13 +++++----
query_optimizer/CMakeLists.txt | 1 -
query_optimizer/QueryProcessor.hpp | 15 +----------
relational_operators/WorkOrderFactory.cpp | 48
+++++++++++++++++----------------
relational_operators/WorkOrderFactory.hpp | 4 +++
13 files changed, 110 insertions(+), 122 deletions(-)
marc@marc-laptop:incubator-quickstep (master)*$ git checkout
partial-inserts
Switched to branch 'partial-inserts'
Your branch is up-to-date with 'origin/partial-inserts'.
marc@marc-laptop:incubator-quickstep (partial-inserts)*$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: Adds support for PartialBulkInserts in StorageBlocks
Applying: Set Default block type to only be the splitrow store.
marc@marc-laptop:incubator-quickstep (partial-inserts)*$ git push upstream
master
remote: Permission to apache/incubator-quickstep.git denied to cramja.
fatal: unable to access
'https://github.com/apache/incubator-quickstep.git/': The requested URL
returned error: 403
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---