Here is the scrubbed, moved source directory:

https://github.com/wesm/parquet-cpp-merging

Here are the commands I used to create it:

```
# Remove everything except src/parquet
git filter-branch -f --tree-filter "find . -not -path './.git' -not -path 
'./.git/*' -not -path './src' -not -path './src/parquet' -not -path 
'./src/parquet/*' -delete" --prune-empty

# Move src/parquet to cpp/src/parquet
git filter-branch -f --tree-filter 'mkdir -p cpp/src && test -d src/parquet && 
mv src/parquet cpp/src/parquet || echo "Nothing to do"' HEAD
```

Still want to squash the remaining early commits. I will rebase these commits 
and Arrow master now and push them here

[ Full content available at: https://github.com/apache/arrow/pull/2453 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to