Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Update Layout.md #82

wants to merge 1 commit into from

Conversation

ebegoli
Copy link
Member

@ebegoli ebegoli commented May 28, 2016

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.

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.
@xhochy
Copy link
Member

xhochy commented May 29, 2016

+1, LGTM

@wesm
Copy link
Member

wesm commented Jun 1, 2016

+1, thanks

asfgit pushed a commit that referenced this pull request Jun 1, 2016
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.
@wesm
Copy link
Member

wesm commented Jun 1, 2016

Ah, GitHub's parser got confused by "PR #82". Can you close? Thanks

@wesm
Copy link
Member

wesm commented Jun 1, 2016

In the future, can you open a JIRA and preface the PR title with "ARROW-XXX:"?

@ebegoli
Copy link
Member Author

ebegoli commented Jun 1, 2016

Absolutely.

On Tuesday, May 31, 2016, Wes McKinney notifications@github.com wrote:

In the future, can you open a JIRA and preface the PR title with
"ARROW-XXX:"?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#82 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABc5RlMiKaTNMj1f4y8qs57hc0qqcqOjks5qHNoAgaJpZM4IpLSR
.

@ebegoli ebegoli closed this Jun 1, 2016
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Aug 30, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 2, 2018
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`.

Author: Uwe L. Korn <uwelk@xhochy.com>

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
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Sep 4, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 4, 2018
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`.

Author: Uwe L. Korn <uwelk@xhochy.com>

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
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 6, 2018
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`.

Author: Uwe L. Korn <uwelk@xhochy.com>

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
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 7, 2018
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`.

Author: Uwe L. Korn <uwelk@xhochy.com>

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
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
This is based on the idea of `org.apache.parquet.hadoop.metadata.ColumnPath`.

Author: Uwe L. Korn <uwelk@xhochy.com>

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
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Sep 10, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
praveenbingo added a commit to praveenbingo/arrow that referenced this pull request Sep 10, 2018
1. In evaluate to lookup module, first do without lock and fallback only if
   module is not found.
2. Use release builds in travis.
FelixYBW pushed a commit to FelixYBW/arrow that referenced this pull request Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants