-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Layout.md #82
Update Layout.md #82
Conversation
For clarity, added references to official SIMD documentation, the description of Endiandness, Parquet. Used Markdown syntax for the exponent to document the size of the arrays.
+1, LGTM |
+1, thanks |
For clarity, added references to official SIMD documentation, the description of Endiandness, Parquet. Used Markdown syntax for the exponent to document the size of the arrays. Closes PR #82.
Ah, GitHub's parser got confused by "PR #82". Can you close? Thanks |
In the future, can you open a JIRA and preface the PR title with "ARROW-XXX:"? |
Absolutely. On Tuesday, May 31, 2016, Wes McKinney [email protected] wrote:
|
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`. Author: Uwe L. Korn <[email protected]> Closes apache#82 from xhochy/parquet-566 and squashes the following commits: dd48b01 [Uwe L. Korn] Move friend declaration into protected section 43f51d1 [Uwe L. Korn] Construct ColumnPath only on request bb30ab3 [Uwe L. Korn] Initialise parent with nullptr 98cf302 [Uwe L. Korn] Add parent node reference 799f553 [Uwe L. Korn] Deactivate C++11 lint checks 032de01 [Uwe L. Korn] Use stringstream for readability ad887a9 [Uwe L. Korn] Adhere to Google naming conventions ec3c008 [Uwe L. Korn] PARQUET-566: Add method to retrieve the full column path
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`. Author: Uwe L. Korn <[email protected]> Closes apache#82 from xhochy/parquet-566 and squashes the following commits: dd48b01 [Uwe L. Korn] Move friend declaration into protected section 43f51d1 [Uwe L. Korn] Construct ColumnPath only on request bb30ab3 [Uwe L. Korn] Initialise parent with nullptr 98cf302 [Uwe L. Korn] Add parent node reference 799f553 [Uwe L. Korn] Deactivate C++11 lint checks 032de01 [Uwe L. Korn] Use stringstream for readability ad887a9 [Uwe L. Korn] Adhere to Google naming conventions ec3c008 [Uwe L. Korn] PARQUET-566: Add method to retrieve the full column path Change-Id: Ic4453fa5ba13113a5cead1ef304c7feb238580ee
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`. Author: Uwe L. Korn <[email protected]> Closes apache#82 from xhochy/parquet-566 and squashes the following commits: dd48b01 [Uwe L. Korn] Move friend declaration into protected section 43f51d1 [Uwe L. Korn] Construct ColumnPath only on request bb30ab3 [Uwe L. Korn] Initialise parent with nullptr 98cf302 [Uwe L. Korn] Add parent node reference 799f553 [Uwe L. Korn] Deactivate C++11 lint checks 032de01 [Uwe L. Korn] Use stringstream for readability ad887a9 [Uwe L. Korn] Adhere to Google naming conventions ec3c008 [Uwe L. Korn] PARQUET-566: Add method to retrieve the full column path Change-Id: Ic4453fa5ba13113a5cead1ef304c7feb238580ee
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`. Author: Uwe L. Korn <[email protected]> Closes apache#82 from xhochy/parquet-566 and squashes the following commits: dd48b01 [Uwe L. Korn] Move friend declaration into protected section 43f51d1 [Uwe L. Korn] Construct ColumnPath only on request bb30ab3 [Uwe L. Korn] Initialise parent with nullptr 98cf302 [Uwe L. Korn] Add parent node reference 799f553 [Uwe L. Korn] Deactivate C++11 lint checks 032de01 [Uwe L. Korn] Use stringstream for readability ad887a9 [Uwe L. Korn] Adhere to Google naming conventions ec3c008 [Uwe L. Korn] PARQUET-566: Add method to retrieve the full column path Change-Id: Ic4453fa5ba13113a5cead1ef304c7feb238580ee
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`. Author: Uwe L. Korn <[email protected]> Closes apache#82 from xhochy/parquet-566 and squashes the following commits: dd48b01 [Uwe L. Korn] Move friend declaration into protected section 43f51d1 [Uwe L. Korn] Construct ColumnPath only on request bb30ab3 [Uwe L. Korn] Initialise parent with nullptr 98cf302 [Uwe L. Korn] Add parent node reference 799f553 [Uwe L. Korn] Deactivate C++11 lint checks 032de01 [Uwe L. Korn] Use stringstream for readability ad887a9 [Uwe L. Korn] Adhere to Google naming conventions ec3c008 [Uwe L. Korn] PARQUET-566: Add method to retrieve the full column path Change-Id: Ic4453fa5ba13113a5cead1ef304c7feb238580ee
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
1. In evaluate to lookup module, first do without lock and fallback only if module is not found. 2. Use release builds in travis.
For clarity, added references to official SIMD documentation, the description of Endiandness, Parquet.
Used Markdown syntax for the exponent to document the size of the arrays.